We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699083b commit af51007Copy full SHA for af51007
CHANGELOG.md
@@ -2,6 +2,12 @@ Java Cookbook CHANGELOG
2
=======================
3
This file is used to list changes made in each version of the Java cookbook.
4
5
+v1.16.2
6
+-------
7
+[COOK-3488] - set alternatives for ibm jdk
8
+[COOK-3764] - IBM Java installer needs 'rpm' package on Ubuntu
9
+
10
11
v1.16.0
12
-------
13
### Improvement
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.16.1"
+version "1.16.2"
recipe "java", "Installs Java runtime"
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"
0 commit comments