Breaking changes:
- #90: Moved Java bin to the start of the PATH
- This means the JDK installed by this role will take precedence over any
installed through the package manager, it will also take precedence overjava
,javac
,jar
, etc.
configured usingupdate-alternatives
(as long as you're running from a shell that has runsource /etc/profile
) - Workaround: set
java_is_default_installation
tono
and configure the
PATH
andJAVA_HOME
separately to this role
- This means the JDK installed by this role will take precedence over any
- #88: Some of the undocumented (i.e. not in the README.md) role variables have
been removed/renamed
Enhancements:
- #88: Added support for custom mirror
Other changes: