File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v1.5.0:
2+
3+ * [ COOK-1146] - Oracle now prevents download of JDK via non-browser
4+ * [ COOK-1114] - fix File.exists?
5+
16## v1.4.2:
27
38* [ COOK-1051] - fix attributes typo and platform case switch
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ packages.
1010The ` java_ark ` LWPR may move to its own cookbook at some point in the
1111future as its functionality is useful for other purposes.
1212
13- IMPORTANT NOTE: As of 26 March 2012 you can no longer directly download
13+ ** IMPORTANT NOTE** As of 26 March 2012 you can no longer directly download
1414the JDK from Oracle's website without using a full-fledged browser.
1515For that reason, the java::oracle recipe forces you to set up a
1616private repository accessible by HTTP. It is best to override the
@@ -21,15 +21,15 @@ Example
2121roles/base.rb
2222
2323 normal_attributes(
24- :java => {
25- :jdk => {
26- "6" => {
27- :x86_64 => {
28- :url => "http://hqlprrepo01.hq.un.fao.org/corporate/jdk-6u30-linux-x64.bin"
24+ :java => {
25+ :jdk => {
26+ "6" => {
27+ :x86_64 => {
28+ :url => "http://hqlprrepo01.hq.un.fao.org/corporate/jdk-6u30-linux-x64.bin"
29+ }
2930 }
3031 }
3132 }
32- }
3333 )
3434
3535You are most encouraged to voice your complaints to Oracle and/or
Original file line number Diff line number Diff line change 33license "Apache 2.0"
44description "Installs Java runtime."
55long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6- version "1.4.2 "
6+ version "1.5.0 "
77
88recipe "java" , "Installs Java runtime"
99recipe "java::openjdk" , "Installs the OpenJDK flavor of Java"
You can’t perform that action at this time.
0 commit comments