WW-5576 Java 25 build (#1415)

* WW-5576 Upgrades commons-lang to version 3.20.0 which is Java 25 compatible

* WW-5576 Defines a new build on Java 25

* WW-5576 Fixes generating TLD file when building on Java 25

* WW-5576 Moves version property to the root pom.xml
This commit is contained in:
Lukasz Lenart
2025-11-17 14:42:14 +01:00
committed by GitHub
parent 4d7fb2e5b0
commit 3e7710c583
4 changed files with 14 additions and 4 deletions
+2
View File
@@ -41,6 +41,8 @@ jobs:
profile: ''
- java: '21'
profile: '-Pjakartaee11'
- java: '25'
profile: ''
steps:
- name: Checkout code
uses: actions/checkout@v5