Skip to content

Releases: ansiblebit/oracle-java

6.22.16

20 May 03:52
65a4d01
Compare
Choose a tag to compare
  • added support for JDK 12
  • updated JDK 11 instructions

6.22.14

20 May 03:27
44d58ed
Compare
Choose a tag to compare
  • removed invalid metadata
  • added more ubuntu supported platforms
  • fixed Python version on travis-ci

6.22.12

20 May 03:03
283d0a0
Compare
Choose a tag to compare
  • added ansible 2.8 virtualenv to tox
  • fixed ansible-lint warnings
  • fixed yamllint warnings
  • added yamllint and ansible-lint testing to tox

6.22.10

19 May 23:03
4ff4d15
Compare
Choose a tag to compare
  • added ansible 2.8 testing
  • use Python3 for all ansible version >= 2.5
  • removed references to JDK 8

6.22.8

12 Feb 21:56
Compare
Choose a tag to compare
  • default to JDK 11.0.2 on RedHat-based distributions
  • some tweaks for OSX
  • updated instructions for JDK 8 on RedHat-based distributions

thank you @peshay, @Danmark, @patsevanton

6.22.6

24 Oct 06:10
3e94500
Compare
Choose a tag to compare
  • 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

22 Sep 16:59
18ee08f
Compare
Choose a tag to compare
  • include default variable only when requested: #96

thank you to @aittam

6.22.2

20 Aug 22:38
2e871e0
Compare
Choose a tag to compare
  • added oracle_java_use_defaults (default: yes)
    • fixed problem when including variables overrides user defined parameters: closes #93 #86

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

20 Aug 05:46
6f4d635
Compare
Choose a tag to compare
  • 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 to 60 and variable documented in the README.md file
  • closes #81
    • on RedHat, oracle_java_home now set to /usr/java/default
  • closes #78
    • on RedHat, you can now set your own download URL using oracle_java_download_url

5.14.14

01 Mar 06:47
7b7a7c7
Compare
Choose a tag to compare
  • added ansible 2.4 to the test environment: #68
  • fixed warnings: #73
  • retry RPM download if it fails: #72
  • use JDK 9 as default for RedHat based distributions: #74

special thanks to @thokari, @ardentperf, @030

PRs