Changes for page Java Support Strategy

Last modified by Vincent Massol on 2024/02/11 18:39

From version 1.1
edited by Vincent Massol
on 2020/01/06 14:13
Change comment: There is no comment for this version
To version 2.1
edited by Vincent Massol
on 2020/01/06 14:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,9 +7,9 @@
7 7  
8 8  = Supported Java Versions =
9 9  
10 -* Always support the current Java LTS as defined by Oracle. Specifically this means working actively to make XWiki work on it as soon as it’s available.
10 +* Always support the **current Java LTS** as defined by Oracle. Specifically this means working actively to make XWiki work on it as soon as it’s available.
11 11  ** e.g. in Jan 2020, the current Java LTS is Java 11. Java 17 will become the new LTS in 2021.
12 -* Keep supporting the previous LTS of Java too.
12 +* Keep supporting the **previous LTS** of Java too.
13 13  ** e.g. in Jan 2020, the previous LTS is Java 8. When java 17 is out, and when XWiki is confirmed to work with Java 17, then we will support Java 11 and Java 17, and thus drop support for Java 8.
14 14  
15 15  Notes:
... ... @@ -16,3 +16,11 @@
16 16  * Java LTS cycle are every 3 years so that seems a good cadence for us to move Java versions too.
17 17  * We support the previous LTS since we want to be "business"-friendly and know that businesses take some time to upgrade.
18 18  
19 += By XWiki Versions =
20 +
21 +|=XWiki Versions|=Java Version supported
22 +|< 6.0|Java 6
23 +|< 8.1|Java 7
24 +|< 11.3|Java 8
25 +|>= 11.3|Java 8 & Java 11
26 +

Get Connected