Skip to content

Commit 8396af0

Browse files
committed
[Misc] Indicate the maximum officially supported Java version in the pom
1 parent 1318e1c commit 8396af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@
5353
<xwiki.compatibility.previous.version>16.8.0</xwiki.compatibility.previous.version>
5454

5555
<!-- Java -->
56+
<!-- Should be kept in sync with https://dev.xwiki.org/xwiki/bin/view/Community/SupportStrategy/JavaSupportStrategy/ -->
5657
<!-- Note that we prefix the property name by "XWiki", since some code already use the java.version property (such
5758
as Spring Boot, see https://www.baeldung.com/maven-java-version), and we want to avoid any clash. -->
5859
<xwiki.java.version>17</xwiki.java.version>
60+
<!-- The highest Java version officially supported by this version of XWiki -->
61+
<xwiki.java.version.support>21</xwiki.java.version.support>
5962

6063
<!-- Jakarta modules -->
6164
<jakarta.mail.version>1.6.7</jakarta.mail.version>

0 commit comments

Comments
 (0)