1+ ## Supported Release 2.1.1
2+ ### Summary
3+ This release is a maintenance release that includes a roll up of minor changes.
4+
5+ #### Added
6+ - Basic Arch Linux, Cloud Linux and Ubuntu 17.04 compatibility.
7+ - Metadata bump for Puppet 5.
8+ - Search for matching line with java version.
9+ - ([ MODULES-4069] ( https://tickets.puppet.com/browse/MODULES-4069 ) ) Fail when required params are not available in params.
10+ - A test for java version when java not installed.
11+ - Allow latest archive version as dependency.
12+
13+ #### Changed
14+ - CONTRIBUTING.md document includes updates.
15+ - Removal of Ubuntu 10.04 ad 12.04, Debian 6 in supported versions.
16+
17+ ## Supported Release 2.1.0
18+ ### Summary
19+ This release adds fixes to restore the ability to install Oracle Java. It also fixes the paths for the latest RHEL 7 1.7.0 and 1.8.0 OpenJDKs.
20+
21+ ### Added
22+ - java::oracle parameter ` url `
23+ - java::oracle parameter ` url_hash `
24+
25+ ### Fixed
26+ - Let ` java_default_home ` fact work when /usr/bin/java does not exist
27+ - Add puppet 4 parameter types
28+ - Use ` /usr/lib/jvm/java-1.x.0 ` symlinks for ` java_home ` defaults.
29+
130## Supported Release 2.0.0
231### Summary
332
@@ -113,7 +142,7 @@ This release adds 3 new facts for determining Java version, adds RHEL alternativ
113142
114143## 2014-11-11 - Supported Version 1.2.0
115144
116- ### Summary:
145+ ### Summary:
117146This release adds SLES 12 support and is tested for Future Parser Support
118147
119148#### Bugfixes:
@@ -127,7 +156,7 @@ This release adds SLES 12 support and is tested for Future Parser Support
127156
128157## 2014-08-25 - Supported Version 1.1.2
129158
130- ### Summary:
159+ ### Summary:
131160This release begins the support coverage of the puppetlabs-java module.
132161
133162### Bugfixes:
200229* Add Solaris support
201230
202231## 2011-06-16 - Version 0.1.5
203- 232+ 204233* Add Debian based distro (Lucid) support
205234
206235## 2011-06-02 - Version 0.1.4
207- 236+ 208237* Fix class composition ordering problems
209238
210239## 2011-05-28 - Version 0.1.3
221250* Add validation of class parameters
222251
223252## 2011-05-24 - Version 0.1.0
224- 253+ 225254* Default to JDK version 6u25
226255
227256## 2011-05-24 - Version 0.0.1
228- 257+ 229258* Initial release
0 commit comments