Releases: ansiblebit/oracle-java
Releases · ansiblebit/oracle-java
6.22.16
6.22.14
6.22.12
6.22.10
6.22.8
6.22.6
- added support for Java 11
- Java 10 is no longer supported; read more about this here
- added
oracle_java_license_version
variable to support Java 11 installation - updated Java 8 example: closes #98
- updated CentOS 7 Java 8 examples: closes #99
- minor cleanup on test playbook
thank you to @d4rkd0s and @pulse-mind.
6.22.4
6.22.2
- added
oracle_java_use_defaults
(default:yes
)
WARNING to override any of the OS family/distribution variables (even if it's only one),
you'll need to set oracle_java_use_defaults: no
and override all of their values since
OS family/distribution defaults will no longer be loaded.
Look at examples, in the README's Playbooks section.
6.22.0
- default support for Java 10
- added test boxes: stretch64, artful64, bionic64 and cosmic64
- added test for ansible 2.6 and 2.5
- major changes to RedHat-based setup
- minor changes to Debian-based setup
- added more examples to the
README.md
file
There are new variables in this release so be sure to read the README file and test beforehand.
- closes #90
- on RedHat, you can now install Java 10 [tested against CentOS 7 box]
- closes #87
- on RedHat,
oracle_java_download_timeout
now set to60
and variable documented in theREADME.md
file - closes #81
- on RedHat,
oracle_java_home
now set to/usr/java/default
- on RedHat,
- closes #78
- on RedHat, you can now set your own download URL using
oracle_java_download_url
- on RedHat, you can now set your own download URL using