Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit c67d3bd

Browse files
committed
v2.2.0
1 parent e3288f8 commit c67d3bd

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1+
###2.2.0
2+
3+
* Support for adding Oracle Java as a java alternative
4+
* New `add_alternative` parameter
5+
* List of checksums now complete
6+
17
###2.1.0
28

39
* Added checksum check on downloaded archive
4-
* Java 7u60+ only for now. Contact me if you want to **HELP** me supporting older versions :)
510
* New `check_checksum` parameter
611
* Refactoring
712
* Better support of Mageia Linux
813

914
###2.0.0
1015

11-
* Support tar.gz format
12-
* now multiplatform!
13-
* Dropped support for Java 6
14-
* it relied on dirty hacks to work properly, and that's not the direction I want this module to take
15-
* nobody uses JSE6 anymore ... right?
16+
* Support tar.gz format - now multiplatform!
17+
* Dropped support for Java 6 (too hacky)
1618
* Major refactoring
17-
* splitted the old bulky init class
18-
* Use nanliu/archive for download and extraction
19-
* reliable module, multiplatform, well supported
19+
* Use `nanliu/archive` module for download and extraction
2020

2121
###1.1.5
2222

manifests/javalist.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# This class associates a Java version number with its build number
44
#
55
class oracle_java::javalist {
6+
# The base class must be included first
7+
if !defined(Class['oracle_java']) {
8+
fail('You must include the oracle_java base class before using any oracle_java sub class')
9+
}
10+
611
# associate build number to release version
712
case $oracle_java::maj_version {
813
8 : {

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"project_page": "https://github.com/tOnI0/aco-oracle_java",
66
"source": "git://github.com/tOnI0/aco-oracle_java.git",
77
"summary": "Puppet module to install Oracle Java on Linux systems",
8-
"version": "2.1.0",
8+
"version": "2.2.0",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{

0 commit comments

Comments
 (0)