This file is used to list changes made in each version of the Java cookbook.
- Add support for OpenJDK versions 19, 20, 21 and 22
- Remove commented out
adoptopenjdk_linux_install
resource - CI: chore(deps): update sous-chefs/.github action to v3.1.0
- CI: chore(deps): update actionshub/chef-install action to v3
- Update platforms
- Replace AdoptOpenJDK with Eclipse Temurin and IBM Semeru
- Standardise files with files in sous-chefs/repo-management
- Standardise files with files in sous-chefs/repo-management
- Fix
openjdk_pkg_install
to obeypkg_version
property for allpkg_names
- Standardise files with files in sous-chefs/repo-management
- Standardise files with files in sous-chefs/repo-management
- Remove Correto 15 and 16
- Add Corretto 17 and 18
- Change the defualt download URL for Corretto to the versioned resources URL, rather than latest.
- Require Chef 16 for resource partials
- Add resource partials for: MacOS, Linux, Java Home and Common as these are used in a multiple places
- Remove tap_full option as this is no longer supported and there is no replacement
- Remove delivery and move to calling RSpec directly via a reusable workflow
- Revert worklfow split out
- Rename InSpec attribute folders to input
- Add Corretto 16
- Update the Corretto minor version numbers
- Default the Debian install method to package
- Remove testing for end of life OpenJDK suites
- Primarily support OpenJDK LTS versions 11, 17
- Drop support for OpenJDK package installs for non-LTS versions
- Direct Amazon users to Amazon Corretto instead of installing OpenJDK
- Drop package install support for Java 8
- Remove recipes to stop confusing users
- Remove Corretto checksum code defaults as this changes regularly, and is not provided in the SHA256 format via an API
- Set unified_mode to true for Chef 17 support
- Bump the minimum Chef version to 15.3 for unified_mode support
- Added Amazon Corretto 15 support to
corretto_install
- Added configurable
file_cache_path
property tojava_certificate
- Added
cacerts
property tojava_certificate
for interacting with java cacerts file (Java 9+)
- If installation issues with
openjdk_install
resource (fixes #645) - Remove testing of Amazon Linux 1
- Use fedora-latest
- Add
starttls
property tojava_certificate
resource to allow fetching certificates from non HTTPS endpoints
- Add aarch64 installation candidate for Corretto
- Extract correct JAVA_HOME from custom URLs
- Restore compatibility with Chef Infra Client < 16
- Update Fedora releases in the Kitchen configs
- resolved cookstyle error: resources/adoptopenjdk_install.rb:1:1 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- Remove testing of Ubuntu 14.04, support at this point is no longer guaranteed
- Added
openjdk_pkg_install
resource - Added documentation for openjdk_pkg_install
- Added
adoptopenjdk_linux_install
resource - Added
adoptopenjdk_macos_install
resource - Added documentation for
adoptopenjdk_linux_install
- Added documentation for
adoptopenjdk_macos_install
- Resolved cookstyle error: resources/alternatives.rb:49:13 refactor:
ChefCorrectness/ChefApplicationFatal
- Resolved cookstyle error: resources/alternatives.rb:62:13 refactor:
ChefCorrectness/ChefApplicationFatal
- Resolved cookstyle error: resources/alternatives.rb:75:11 refactor:
ChefCorrectness/ChefApplicationFatal
- Resolved cookstyle error: resources/jce.rb:51:6 refactor:
ChefStyle/UnnecessaryOSCheck
- Added
openjdk_install
resource & documentation - Removed openjdk, corretto, default_java_symlink, ibm & ibm_tar, notify & oracle recipes
- Removed support for IBM and Oracle Java
- Temporarily removed support for Windows
- Split out helpers for each provider into their own namespace and file
- Refactored and sped up unit tests.
- Added
adoptopenjdk_install
resource & documentation - Added AdoptOpenJDK 13 testing
- Removed the adoptopenjdk recipe, please use the
adoptopenjdk_install
resource instead. - Increased the minimum Chef requirement to Chef 15 to use the archive resource.
- Removed AdoptOpenJDK 10 testing
- The resource alias
java_ark
has been deprecated in favour ofjava_oracle_install
- Fixed java_certificate regex where it checks if cert exists in cacert file.
- Make Homebrew Cask name an attribute to allow for other options (ex: adoptopenjdk)
- Switch homebrew tap to homebrew/cask-versions
- Make builds parallel
- Updates package name and link changes for adoptopenjdk
- Migrated testing to github actions
- Removes openjdk-6
- Removes openjdk-7 for Ubuntu 16.04
- Removes openjdk-11 for Ubuntu
- Removes openjdk-direct for Debian 8
- Removes oracle variants from test configurations
- Upgrade Amazon Corretto to the latest versions: 8.222.10.1 and 11.0.4.11.1
- Upgrade circleci orb to version 2 and add yamllint and markdown lint
- Fix for issue 538
- Added "download_path" node attribute defaulting to file_cache_path
- Replaced all hardcoded instances of file_cache_path with the node attribute
- Added new install flavor "corretto" for Amazon's Corretto distribution of OpenJDK
- Added new install flavor "adoptopenjdk" for AdoptOpenJDK's distribution of Java
- The certificate resource now uses the Java version to determine the default cacerts location
- Updated AdoptOpenJDK links for Java 8
- Updated AdoptOpenJDK links for Java 11 to 11.0.1
- BREAKING CHANGE: Remove support for Java 6 & 7
- Remove platform suport for untested platforms (smartOS, XenServer, zlinux, arch)
- Remove testing of Ubuntu 14.04, support at this point is no longer guaranteed and patches or other changes may not be accepted going further as Ubuntu 14.04 will be shortly EOL
- Fixed oracle download link for JDK 8 (update to 8u202 from 8u201)
- fixed specs for windows
- Add support OpenJDK 11
- Fixed oracle download link again
- Set java home on macosx using /usr/libexec/java_home
- Find command should have ./ for path to search, works for nix and mac
- Make
java_certificate
work with SNI endpoints
- Fix jce installation linux
- Allow overwrite
returns
property of windows_packages
- Add support for JDK 11
- Fix broken JCE with JRE installations
- make cert alias matching case insensitive as
keytool
always returns results downcases - BREAKING CHANGE: fixed greedy matching by adding a word boundry when checking cert alias this prevents matching
foo_123
asfoo
- verify artifact after downloading from oracle
- fixed
recipes/openjdk
whennode['java']['jdk_version']
by casting it to a string - Updated Oracle Java links to 8u191
- Allows for additional Oracle (post 9) jdk download file naming, including '10.0.2'. '18.9', '11'
- Updated Oracle Java links to 8u181
- Fixed incorrect kitchen setup runlists that preventing local testing
- Resolve undefined certout errors
- Added Java 10 JCE attributes to default attrs
- Update oracle recipeM to not perform a switch on java major version and instead use the version provided in attributes. This allows end users to include new Java versions without the cookbook requiring an update each time a major version gets released
- Updated the oracle_install resource to pick up semantic versioning that Oracle has started using for Java 10+
- Updated the default attributes file to include x86_64 endpoint and checksum for Oracle Java 10. The i586 version is not (yet) available.
- Fix JCE installation on Windows
- Avoid EmptyWindowsCommand error on Windows
- Fix java_certificate and java_oracle_install to work on FIPS enabled systems
- Converted alternatives, ark, and certificate LWRP/HWRPs to custom resources with improved logging and convergence notification.
- Renamed the java_ark resource to java_oracle_install, which better represents what it does. The existing name will continue to function
- Removed the need for the apt cookbook and instead require Chef 12.9+
- Fixed Amazon Linux support on Chef 13+.
- Fixed the alternatives commands on Fedora systems.
- Added initial openSUSE leap support.
- Updated code to use multi-package installs to speed up runs
- Made the 'cert_alias' property in the certificate resource the name_property to allow users to avoid resource cloning and to be able to use friendly resource names
- Moved the warning code for downloading directly from Oracle into the resource to prevent another resource showing as converged
- Updated the metadata to resolve failures to parse chef_version on older chef-client releases.
- Added installation of tar directly to the ark resource when uncompression .tar.gz files. This prevents installation in the recipe that occurred even if tar wasn't needed.
- Add support for Mac OS X "mac_os_x" via homebrew.
- Update metadata.rb to contain source and issue information for supermarket and chef-repo convenience
- Kitchen CI test with 12.04 fails due to hostname unable to be set.
- Update to latest JDKs for 7 and 8. JDK7 will be EOL April 2015
- Fix up Travis support.
- Add ability to install JCE policy files for oracle JDK #228
- Change connect timeout to 30 seconds
- Ensure dirs, links, and jinfo files are owned correctly
- Update to Oracle JDK 8u25
- Update to Oracle JDK 7u71-b14
- Adding a connect_timeout option for downloading java.
- Switched to chef-zero provisioner in test suites.
- Adding ISSUES.md for guidance on creating new issues for the Java cookbook.
- Fix IBM unit tests.
- Allow setting of group to extracted java files.
- Add -no-same-owner parameter to tar extract to avoid issues when the chef cache dir is on an NFS mounted drive.
- In the ark provider, it doesn't compare the MD5 sum with the right value which causes Java cookbook always download tarball from oracle server
- Update Oracle JDK8 to version 8u20
- Allow pinning of package versions for openjdk
- Update Oracle JDK7 to version 7u67
- Support specific version and name for Oracle RPM
- Resource ark -> attribute bin_cmds default value
- Add option to put JAVA_HOME in /etc/environment
- Allow ark to pull from http and files ending in .gz.
- Recommendations for inclusion in community cookbooks
- Production Deployment with Oracle Java
- Update testing instructions for chefdk
- Various Readme formatting.
- Use Supermarket endpoint in berksfile
- rspec cleanup
- Adding ubuntu-14.04 to test suite
New Cookbook maintainer! Agile Orbit
- Bump JDK7 URLs to 7u65
- Upgrade Oracle's Java 8 to u11
- Allow for alternatives priority to be set from attribute.
- Change ownership of extracted files
- Add retries and retry_delay parameters to java_ark LWRP
- default: don't fail when using java 8 on windows
- Support for Server JRE
- Updated README for accepting oracle terms
- Remove VirtualBox specific box_urls
- List AgileOrbit as the maintainer (AgileOrbit took over from Socrata in July 2014)
- Tagged but never published to community cookbooks. All changes rolled into 1.24.0
- Add support for Oracle JDK 1.8.0
- Make use of Chef's cache directory instead of /tmp
- Update Test Kitchen suites
- Add safety check for JDK 8 on non-Oracle
[COOK-4210] - remove unneeded run_command to prevent zombie processes
- Update Oracle accept-license-terms cookie format
- Fixing version number. Accidently released at 0.15.x instead of 1.15.x
- Fixing JAVA_HOME on Ubuntu 10.04
- Fix alternatives when the package is already installed
- Fix a condition that would result in an error executing action
run
on resource 'bash[update-java-alternatives]' - Fix bad checksum length
- Fix an issue where Java cookbook installs both JDK 6 and JDK 7 when JDK 7 is specified
- Allow Windoes recipe to download from signed S3 url
- Fix a failure on Centos 6.4 and Oracle JDK 7
- Improve Windows support
- Add default
platform_family
option in Java helper - Fix support for Fedora
- Upgrade to Oracle Java 7u25
- Add Oracle RPM support
- Add support for the platform
xenserver
- Add SmartOS support
- Add SmartOS support to java::openjdk recipe
- upgrade to Oracle Java 7u25
- Adding support for the platform 'xenserver' (for installations of java in DOM0)
- java cookbook fails on Fedora
- Java cookbook does not have opensuse support
- Syntax Errors spec/default_spec.rb:4-8
bash[update-java-alternatives]
resource uses wrong attribute
- Use SHA256 checksums for Oracle downloads, not SHA1.
This version brings a wealth of tests and (backwards-compatible) refactoring, plus some new features (updated Java, IBM recipe).
- Add ibm recipe to java cookbook
- move java_home resources to their own recipe
- refactor ruby_block "update-java-alternatives"
- use platform_family in java cookbook
- add chefspec to java cookbook
- Refactor java cookbook
- update JDK to JDK 7u21, 6u45
- [2415] - Fixed deprecation warnings in ark provider and openjdk recipe by using Chef::Mixin::ShellOut instead of Chef::ShellOut
- Allow java ark :url to be https
- Upgrade needed for oracle jdk in java cookbook
- add support for Oracle Linux
- Run set-env-java-home in Java cookbook only if necessary
- ark provider does not allow for *.tgz tarballs to be used
- Java cookbook fails on CentOS6 (update-java-alternatives)
- FoodCritic fixes for java cookbook
- Update the Oracle Java version in the Java cookbook to release 1.7u11
- Fix for missing /usr/lib/jvm/default-java on Debian
- Add windows support
- improvements for Oracle update-alternatives
- When installing an Oracle JDK it is now registered with a higher priority than OpenJDK. (Related to COOK-1131.)
- When running both the oracle and oracle_i386 recipes, alternatives are now created for both JDKs.
- Alternatives are now created for all binaries listed in version specific attributes. (Related to COOK-1563 and COOK-1635.)
- When installing Oracke JDKs on Ubuntu, create .jinfo files for use with update-java-alternatives. Commands to set/install alternatives now only run if needed.
- fixed typo in attribute for java 5 on i586
- whyrun support in
java_ark
LWRP - CHEF-1804 compatibility
- install Java 6u37 and Java 7u9
- incorrect warning text about
node['java']['oracle']['accept_oracle_download_terms']
- Install Oracle JDK from Oracle download directly
- set JAVA_HOME in openjdk recipe
- Install correct architecture on Amazon Linux
update alternatives called on wrong file use shellout instead of execute resource to update alternatives
- remove sun-java6-jre on Ubuntu before installing Oracle's Java
- fails on Ubuntu 12.04 64bit with openjdk7
- Oracle Java should symlink the jar command
- Oracle now prevents download of JDK via non-browser
- fix File.exists?
- fix attributes typo and platform case switch consistency
- numerous updates: handle jdk6 and 7, switch from sun to oracle, make openjdk default, add
java_ark
LWRP. - [42] - FreeBSD support
- ArchLinux support