Skip to content

2053.vb_0da_47381a_25

Choose a tag to compare

@github-actions github-actions released this 10 Mar 15:01
· 25 commits to refs/heads/master since this release
b0da473

👷 Changes for plugin developers

  • Remove jsr305 as a compile/runtime dependency and add jakarta annotation support to DataBoundConfigurator (#2798) @apuig

If a plugin now fails due to a missing javax.annotation.Nonnull, you can either

  • Remove all optional parameters from the DataBoundConstructor and add @DataBoundSetter to the setter methods
  • Change the import to jakarta.annotation.Nonnull (which is already on the classpath)

📝 Documentation updates

  • Reorganize documentation structure and introduce developer guide (#2786) @Heller07
  • Change SSHLauncher to ssh in examples of usage (#2785) @it-praktyk

📦 Dependency updates