github gantsign/ansible-role-java 9.0.0

latest releases: 12.0.0, 11.1.6, 11.1.5...
4 years ago

Breaking change:

  • #217: Upgraded to AdoptOpenJDK V3 API
    • Thanks to @getJack for reporting this issue

Important: the version number syntax has changed due to the switch to AdoptOpenJDK V3. The fields required for offline install have also changed as have the install directories.

You can get a list of version numbers by running:

for ((i = 8; i <= 14; i++)) do (curl --silent http \
  "https://api.adoptopenjdk.net/v3/assets/feature_releases/$i/ga?\
architecture=x64&heap_size=normal&image_type=jdk&jvm_impl=hotspot&\
os=linux&project=jdk&sort_order=DESC&vendor=adoptopenjdk" \
   | jq --raw-output '.[].version_data.semver'); done

You can still specify a major version e.g. 8/11 to install the latest patch of that version.

Don't miss a new ansible-role-java release

NewReleases is sending notifications on new releases.