Skip to content

Commit

Permalink
[Misc] Indicate the maximum officially supported Java version in the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Oct 11, 2024
1 parent 1318e1c commit 8396af0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@
<xwiki.compatibility.previous.version>16.8.0</xwiki.compatibility.previous.version>

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

<!-- Jakarta modules -->
<jakarta.mail.version>1.6.7</jakarta.mail.version>
Expand Down

0 comments on commit 8396af0

Please sign in to comment.