Skip to content

Commit 28d97ca

Browse files
committed
v1.50
1 parent a163293 commit 28d97ca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Java Cookbook CHANGELOG
22
=======================
33
This file is used to list changes made in each version of the Java cookbook.
44

5+
v1.50.0 - 05/24/2017
6+
----
7+
- Oracle downloads changed again. Only Oracle 8 is able to be downloaded automatically.
8+
- Please host your own copy internally to avoid issues such as this.
9+
- Add Log warning if download url contains oracle.com
10+
511
v1.49.0 - 04/21/2017
612
----
713
- potential 'curl' resource cloning #415

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs Java runtime.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.49.0'
7+
version '1.50.0'
88

99
recipe 'java::default', 'Installs Java runtime'
1010
recipe 'java::default_java_symlink', 'Updates /usr/lib/jvm/default-java'

0 commit comments

Comments
 (0)