Skip to content

Commit 6b87d87

Browse files
committed
doc: update readme to reflect jdk 13 changes
1 parent fd53219 commit 6b87d87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Role name in Ansible Galaxy: **[srsp.oracle-java](https://galaxy.ansible.com/srs
88

99
This Ansible role has the following features related to the Oracle JDK:
1010

11-
- Install the Oracle JDK in versions 8 to 12.
11+
- Install the Oracle JDK in versions 8 to 13.
1212
- Install the optional Java Cryptography Extensions (JCE). [Only needed for any JDK version <= 8u152.](https://bugs.java.com/view_bug.do?bug_id=JDK-8170157)
1313
- Install for CentOS, Debian/Ubuntu, SUSE, and macOS operating systems.
1414

@@ -17,7 +17,7 @@ This role is based on [williamyeh.oracle-java](https://github.com/William-Yeh/an
1717
If you prefer OpenJDK, try [geerlingguy.java](https://galaxy.ansible.com/geerlingguy/java/).
1818

1919
## Automatic download from Oracle
20-
**Attention:** Back in the days this role would download all the JDKs directly from the Oracle site. Oracle cut this possibility step by step. Now you cannot download any version of JDK 8 anymore without Oracle login. For JDK 11 you can only download one older version. JDK 12 can be downloaded at the moment.
20+
**Attention:** Back in the days this role would download all the JDKs directly from the Oracle site. Oracle cut this possibility step by step. Now you cannot download any version of JDK 8 anymore without Oracle login. For JDK 11 you can only download one older version. JDK 13 can be downloaded at the moment.
2121

2222
Since this changes non-deterministically every time Oracle releases a new Java version, you should not rely on it. I recommend downloading the JDK manually and installing it by this role.
2323

@@ -35,7 +35,7 @@ This will try to download the JDK from Oracle and install it.
3535

3636
vars:
3737
# You should set this:
38-
- java_version: 12
38+
- java_version: 13
3939
# You can omit this (role will then use the latest version it knows):
4040
- java_subversion: 0.1
4141
```

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
galaxy_info:
33
author: srsp
4-
description: Oracle JDK 8/9/10/11/12 for CentOS/Fedora/Debian/Ubuntu/Suse/MacOSX
4+
description: Oracle JDK 8 to 13 for CentOS/Fedora/Debian/Ubuntu/Suse/MacOSX
55
license: Apache
66

77
min_ansible_version: 2.4.0

0 commit comments

Comments
 (0)