This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new f63538a0a Build/test with Java 25 instead of 23
f63538a0a is described below
commit f63538a0ae96012cf453d51401e5834e37a45864
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Nov 30 10:04:51 2025 +0000
Build/test with Java 25 instead of 23
---
.github/workflows/ci.yml | 2 +-
pom.xml | 12 ------------
systests/wildfly-tests/pom.xml | 10 ----------
3 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56c1844ce..3e87dc6a3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 21, 23 ]
+ java: [ 21, 25 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-22.04
steps:
diff --git a/pom.xml b/pom.xml
index 6a78c933a..084f45a11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1083,18 +1083,6 @@
</annotationProcessorPaths>
</configuration>
</plugin>
- <plugin>
- <groupId>com.github.veithen.maven</groupId>
- <artifactId>hermetic-maven-plugin</artifactId>
- <version>0.9.0</version>
- <executions>
- <execution>
- <goals>
- <goal>generate-policy</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin><!-- This serves two purposes:
(1) we want to generate source JARs for all builds, not
just release builds;
(2) we need (some of) the source JARs to generate the
Javadoc in the apidocs module. -->
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 3efbbb880..3fb9caaa5 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -81,16 +81,6 @@
</testResource>
</testResources>
<plugins>
- <plugin>
- <groupId>com.github.veithen.maven</groupId>
- <artifactId>hermetic-maven-plugin</artifactId>
- <configuration>
- <!-- Wildfly/Arquillian doesn't support custom security
managers and will instead
- set up Wildfly's security manager, for which the
generated policy isn't
- appropriate. -->
- <skip>true</skip>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>