Skip to content

OpenNMS Plugin API v1.0.0

Compare
Choose a tag to compare
@RangerRick RangerRick released this 06 Jun 21:28
· 294 commits to master since this release

OIA 1.0.0 is the first officially stable release of OIA.
It will be introduced as part of Horizon 30 (and, eventually, Meridian 2023).

OIA releases from 1.0.0 forward will follow semantic versioning.

Changes since 0.6.0:

Improvements and Features

  • Guava has been updated to 30.1.1-jre
  • updated to be supported on Minion and Sentinel
  • extend the new Horizon Vue-based UI through OIA
  • key-value store support was added
  • Secure Credentials Vault support was added
  • event-sourced collection config support was added

Breaking

  • requires JDK 11 or higher
  • InterfaceToNodeCache API was changed to remove Stream<Integer> getNodeIds(String location, InetAddress ipAddr)