github gantsign/ansible-role-java 4.0.0

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

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 over java, javac, jar, etc.
      configured using update-alternatives (as long as you're running from a shell that has run source /etc/profile)
    • Workaround: set java_is_default_installation to no and configure the
      PATH and JAVA_HOME separately to this role
  • #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:

  • #89: Fixed permissions of environment file
  • #91: Added offline installer packages to .gitignore

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

NewReleases is sending notifications on new releases.