Skip to content

Commit bc8bed2

Browse files
committed
Merge pull request puppetlabs#167 from puppetlabs/1.5.x
1.5.x mergeback
2 parents 1165f3a + 9d43ed0 commit bc8bed2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## Supported Release 1.5.0
2+
### Summary
3+
4+
A release which has several support additions for different OSes. Also a couple of additional features and a few bug fixes.
5+
6+
#### Features
7+
- Added Ubuntu 15.10 compatibility.
8+
- Addition of two facts: java_libjvm_path and java_default_home.
9+
- Added support for oracle-j2re1.8 and oracle-j2sdk1.8.
10+
- Adds FreeBSD Support.
11+
- Exposed the Puppet package resources install_options parameter via a new class parameter named package_options.
12+
- Debian 8 support.
13+
- Add support for official Oracle Java SE jdk and jre packages for CentOS.
14+
- Use java 8 as the default on RHEL > 7.0.
15+
16+
#### Bugfixes
17+
- Updated fixtures.yml to use git instead of http for stdlib.
18+
- Updates to current msync configs.
19+
- Small README updates and syntax error fixes.
20+
121
## Supported Release 1.4.3
222
###Summary
323

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"author": "puppetlabs",
55
"summary": "Installs the correct Java package on various platforms.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)