Skip to content

Commit

Permalink
Merge pull request #9 from jglick/patch-1
Browse files Browse the repository at this point in the history
Adjusted recommendations about dependency
  • Loading branch information
batmat authored Apr 4, 2019
2 parents e31f582 + 399e255 commit c180648
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

This plugin bundles JAXB libraries, and is a so-called _library plugin_.

It is currently not recommended to depend on it from your plugin.
It is designed to be automatically added as a dependency when running Jenkins on a Java 11 runtime, so that plugins using JAXB API do not fail on Java 11 (given JAXB libraries were removed from the JDK in Java 9).
JAXB libraries were removed from the JDK in Java 9.
For a plugin using the JAXB API and built against older LTS lines,
it is designed to be automatically added as a dependency when running Jenkins on a Java 11+ runtime,
so that the plugin does not fail to link.
A plugin using the JAXB API built against the 2.164.x or newer LTS line
should declare an explicit dependency on this library plugin.

See the link:CHANGELOG.adoc[CHANGELOG].

Expand Down

0 comments on commit c180648

Please sign in to comment.