We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318e1c commit 8396af0Copy full SHA for 8396af0
pom.xml
@@ -53,9 +53,12 @@
53
<xwiki.compatibility.previous.version>16.8.0</xwiki.compatibility.previous.version>
54
55
<!-- Java -->
56
+ <!-- Should be kept in sync with https://dev.xwiki.org/xwiki/bin/view/Community/SupportStrategy/JavaSupportStrategy/ -->
57
<!-- Note that we prefix the property name by "XWiki", since some code already use the java.version property (such
58
as Spring Boot, see https://www.baeldung.com/maven-java-version), and we want to avoid any clash. -->
59
<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>
62
63
<!-- Jakarta modules -->
64
<jakarta.mail.version>1.6.7</jakarta.mail.version>
0 commit comments