java_role

Ansible role to install Java (OpenJDK, AdoptOpenJDK and Corretto)

APACHE-2.0 License

Stars
14

Bot releases are visible (Hide)

java_role - 9.0.1

Published by sorobon about 1 year ago

Fixed

  • #216 Java keystore dir not working as intended @sorobon
java_role - 9.0.0 Latest Release

Published by sorobon about 1 year ago

Added

  • #210 Temurin support @sorobon
  • #210 Debian 12 support @sorobon
  • #210 Remove deprecated repositories @sorobon

Removed

  • #210 Removed adoptopenjdk @sorobon
java_role - Release 8.1.0

Published by emepege over 1 year ago

8.1.0 (2023-06-22)

Added

  • #207 Add support for import SSL certificates into Java's truststore @emepege
java_role - Release 8.0.0

Published by blalop about 2 years ago

Full Changelog

Added

  • #178 Add support for Java 17 on Debian 11 & Java 11, 17 in Ubuntu 22 @blalop

Changed

  • #178 General role update @blalop

Removed

  • #178 Drop support for Debian 9 & Ubuntu 16 @blalop
java_role - 7.1.0

Published by xtianae7 over 2 years ago

7.1.0 (2022-01-13)

Full Changelog

Added

  • #160 Remove packer for playbook for the task of pushing images to Dockerhub @aren-pulid0
  • #165 Add JAVA_HOME as ENV in docker image @aren-pulid0
  • #167 Support for multiarch images @aren-pulid0
  • *#175 Error handling on deploy playbook @aren-pulid0
java_role - 7.0.2 Release

Published by frantsao about 3 years ago

7.0.2 (2021-08-19)

Full Changelog

Fixed

  • #153 Hotfix Debian Bullseye containers build. @frantsao
java_role - 7.0.1 Release

Published by frantsao about 3 years ago

7.0.1 (2021-08-19)

Full Changelog

Fixed

  • #153 Hotfix Docker Hub credentials for TravisCI. @frantsao
java_role - 7.0.0 Release

Published by frantsao about 3 years ago

7.0.0 (2021-08-18)

Full Changelog

Fixed

  • #153 Prepare version updates in order to fix Debian 11 release issues. @frantsao
  • #153 Update test dependencies (Ansible 4, Molecule 3.4. @frantsao
  • #153 Add Debian 11 'Bullseye' support. @frantsao
java_role - 6.1.1 Release

Published by vicsufer about 4 years ago

Release 6.1.1

Full Changelog

Fixed

  • Fix travis jobs not deploying images to dockerhub. @vicsufer
java_role - 6.1.0 Release

Published by vicsufer about 4 years ago

6.1.0

Full Changelog

Added

  • #138 Support for adoptopenjdk and corretto for buster/centos8 @vicsufer
  • #138 Create images at dockerhub for adoptopenjdk and corretto @vicsufer

Changed

  • #138 Adapt adoptopenjdk and corretto test scenarios for future supported platforms. @vicsufer

Fixed

  • #63 Solve Ansible Galaxy Warnings @vicsufer
java_role - 6.0.0 Release

Published by frantsao about 4 years ago

Changed

  • #132 Breaking: Removed Jessie support @frantsao
  • #132 Updated Debian Buster is default in molecule tests @frantsao

Fixed

  • #132 Updated JRE versions in travis tests @frantsao
java_role - Oracle maintenance

Published by Thasselhof over 4 years ago

The goal of this release is to maintain the option to install oraclejdk

java_role - 5.2.0 Release

Published by frantsao over 4 years ago

Changed

  • #39 Improved adding extra repositories @frantsao

Fixed

  • Fix OpenJDK 8 in Debian 8 installation (removed unwanted OpenJDK 7 package)
java_role - 5.1.0 Release

Published by frantsao over 4 years ago

Changed

  • #120 Installs the latest package available for the Java major release by default @frantsao
  • #120 Alternatives are managed by post-install package actions @frantsao
  • Upgraded to molecule 3 and goss 0.3.11 @frantsao
  • #107 #114 Added support to the latest OS distribution releases @frantsao
java_role - Fixing deploy to DockerHub

Published by jmonterrubio about 5 years ago

java_role - Removed Oracle JDK

Published by jmonterrubio about 5 years ago

java_role - 4.1.0 Fixes and added CentOS support

Published by frantsao over 5 years ago

Added

  • *#92 Added CentOS support @apolloclark

Fixed

  • #94 Fix Debian 9 OpenJDK package version and Debian 8 repositories problem @jnogol
  • #86 Fixing Docker Hub image badge url @dortegau
java_role - 4.0.0 Release

Published by dortegau over 5 years ago

Added

  • #82 Adding support to OpenJDK 11 in Debian Stretch @dortegau
  • Testing all supported platforms in Travis @dortegau

Changed

  • #80 Installing OpenJDK headless by default @dortegau
  • Using Packer to deploy images to Docker Hub @dortegau
  • Upgrading to molecule 2.19 @dortegau
  • Simplifying containers for testing with molecule (without unneeded systemd) @dortegau
java_role - Fix Travis deployment to Docker Hub

Published by jnogol over 5 years ago

Fixed

  • #64 Fix Travis deployment to Docker Hub @jnogol
java_role - 3.4.2

Published by sorobon almost 6 years ago

Added

  • #65 Add Travis deployment for Ubuntu 18.04 Bionic @jnogol

Changed

  • Delete travis_wait in .travis.yml @jnogol
  • #56 Add java version to docker image tag name @jnogol
  • #70 New available Oracle Java versions added. Default Oracle JDK is now 1.8.0_201 @mmolinac