File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -119,3 +119,12 @@ suites:
119119 excludes :
120120 - fedora-19
121121 - fedora-20
122+ - name : oracle-rpm
123+ run_list :
124+ - recipe[java]
125+ attributes :
126+ java :
127+ install_flavor : oracle_rpm
128+ jdk_version : 7
129+ oracle :
130+ accept_oracle_download_terms : true
Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ Java Cookbook CHANGELOG
22=======================
33This file is used to list changes made in each version of the Java cookbook.
44
5+ v1.29.0 - 11/6/2014
6+ -------
7+ ### Bug
8+ - ** [ #216 ] ( https://github.com/agileorbit-cookbooks/java/pull/216 ) ** - Ensure dirs, links, and jinfo files are owned correctly
9+ - ** [ #217 ] ( https://github.com/agileorbit-cookbooks/java/pull/217 ) ** - Update to Oracle JDK 8u25
10+ - ** [ #214 ] ( https://github.com/agileorbit-cookbooks/java/pull/214 ) ** - Update to Oracle JDK 7u71-b14
11+
12+ ### Improvement
13+ - Adding a connect_timeout option for downloading java.
14+
15+ ### Misc
16+ - Switched to chef-zero provisioner in test suites.
17+ - Adding ISSUES.md for guidance on creating new issues for the Java cookbook.
18+ - Fix IBM unit tests.
19+
520v1.28.0 - 9/6/2014
621-------
722### Improvement
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.28 .0"
7+ version "1.29 .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