Skip to content

Commit d9837f4

Browse files
author
jtimberman
committed
release v1.5.0
1 parent 1313146 commit d9837f4

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages.
1010
The `java_ark` LWPR may move to its own cookbook at some point in the
1111
future 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
1414
the JDK from Oracle's website without using a full-fledged browser.
1515
For that reason, the java::oracle recipe forces you to set up a
1616
private repository accessible by HTTP. It is best to override the
@@ -21,15 +21,15 @@ Example
2121
roles/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

3535
You are most encouraged to voice your complaints to Oracle and/or

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs Java runtime."
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "1.4.2"
6+
version "1.5.0"
77

88
recipe "java", "Installs Java runtime"
99
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"

0 commit comments

Comments
 (0)