Breaking change:
- #177: Made AdoptOpenJDK the default for Java >= 8
Until April 2019 you can still install the Oracle JDK by specifying the vendor e.g.:
roles:
- role: ansible-role-java
java_version: 8u202
java_vendor: oracle
Enhancements:
Other changes:
- #173: Improved documentation on Oracle JDK java_license_declaration
- #178: Added Oracle JDK deprecation warning to output
Deprecation warning: future releases of this role will drop support for the Oracle JDK once Oracle ends public support for the Oracle JDK (in April 2019).