Skip to content

3.11.0

Compare
Choose a tag to compare
@decebals decebals released this 06 Mar 19:59
· 11 commits to master since this release

3.11.0 - 2024-03-06

Fixed

  • #520: Call stopPlugin only for started plugin
  • #546: Unload broken plugins
  • #561: Fix the problem of unable doing sonar scanning in JDK 11
  • #563: Method AbstractPluginManager#loadPlugins logs and return silently for resolve plugins errors
  • #568: Fix maven warning about plugin version
  • Ignore fire plugin state event without state change

Changed

  • #560: Upgrade Java SemVer to 0.10.2
  • #566: Make PluginStateEvent fields final
  • Write empty extensions descriptor even if no extensions are found

Added

  • #564: Add strategy for handling the recovery of a plugin that could not be resolved
  • #565: Add support for coverage in sonar
  • #567: Post PluginState.UNLOADED event when plugins are unloaded
  • Add InvalidPluginDescriptorException