File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Java Cookbook CHANGELOG
22=======================
33This file is used to list changes made in each version of the Java cookbook.
44
5+ v1.28.0 - 9/6/2014
6+ -------
7+ ### Improvement
8+ - Allow setting of group to extracted java files.
9+
10+ ### Bug
11+ - Add -no-same-owner parameter to tar extract to avoid issues when the chef cache dir is on an NFS mounted drive.
12+ - 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
13+
514v1.27.0 - 8/22/2014
615-------
716- Update Oracle JDK8 to version 8u20
Original file line number Diff line number Diff line change 44license "Apache 2.0"
55description "Installs Java runtime."
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version "1.27 .0"
7+ version "1.28 .0"
88
99recipe "java::default" , "Installs Java runtime"
1010recipe "java::default_java_symlink" , "Updates /usr/lib/jvm/default-java"
You can’t perform that action at this time.
0 commit comments