This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from cc2a9b8603 Fix new unit tests for JSON
add acef37cd01 ci: add JDK 25, switch to temurin distribution, refactor
add c2cd33d56d fix: add `includeantruntime="false"` parameter to javac ant
builds
add f7bb1b2b43 fix: remove unsupported parameter
add f7404c8eb9 fix: correctly set Java version in maven and CI
add e678c16859 chore: java 1.8 compat is no longer needed
add 93ac65dd14 chore: pin byte-buddy version for recent JDK compat
add 4ff03f397c chore: use SecurityManager only for JDKs up to 24
add 03134e1ef5 chore: update allowed version range
add ced816e780 chore: update maven plugin plugin for JDK 25 compatability
add e7b23b0bec chore: remove hermetic-maven-plugin because it relies on
the removed SecurityManager
add 9e87d4920f chore: remove animal-sniffer-maven-plugin because it is no
longer needed
add 3e1e05bf6a chore: update Jacoco to support JDK 25
new 4e9de1f76d Merge pull request #1017 from apache/ci/add-jdk-25-lts
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 21 +++---
modules/codegen/build-wsdls.xml | 2 +-
.../wsdl/template/general/adbAntBuildTemplate.xsl | 4 +-
.../template/general/defaultAntBuildTemplate.xsl | 4 +-
.../template/general/jaxbriAntBuildTemplate.xsl | 4 +-
.../template/general/jaxmeAntBuildTemplate.xsl | 4 +-
.../wsdl/template/general/jibxAntBuildTemplate.xsl | 4 +-
.../template/general/xmlbeansAntBuildTemplate.xsl | 4 +-
modules/fastinfoset/pom.xml | 6 +-
.../jaxrs/archiveTestModule/build.xml | 2 +-
.../test-resources/jaxrs/pojoTestModule/build.xml | 2 +-
.../axis2/java/security/AccessController.java | 48 +++++++++++---
.../test-resources/deployment/echo/build.xml | 2 +-
.../deployment/invalidservice/build.xml | 2 +-
.../test-resources/deployment/module1/build.xml | 2 +-
.../test-resources/deployment/service1/build.xml | 2 +-
.../test-resources/deployment/service2/build.xml | 2 +-
.../deployment/serviceModule/build.xml | 2 +-
.../axis2/java/security/driver/Java2SecTest.java | 8 +++
modules/samples/advanced-rmi/build.xml | 4 +-
modules/samples/build.xml | 2 +-
modules/samples/databinding/build.xml | 5 +-
modules/samples/faulthandling/build.xml | 4 +-
modules/samples/googlespellcheck/build.xml | 2 +-
modules/samples/jaxws-version/build.xml | 2 +-
modules/samples/json/build.xml | 6 +-
modules/samples/mex/build.xml | 2 +-
modules/samples/mtom/build.xml | 4 +-
modules/samples/ping/build.xml | 3 +-
modules/samples/pojo/build.xml | 6 +-
modules/samples/pojoguide/build.xml | 4 +-
modules/samples/pojoguidespring/build.xml | 4 +-
modules/samples/quickstart/build.xml | 3 +-
modules/samples/quickstartaxiom/build.xml | 3 +-
modules/samples/servicelifecycle/build.xml | 6 +-
modules/samples/soapwithattachments/build.xml | 2 +-
modules/samples/userguide/build.xml | 2 +-
modules/samples/version/build.xml | 2 +-
modules/samples/yahoojsonsearch/build.xml | 2 +-
modules/samples/yahoorestsearch/build.xml | 2 +-
modules/transport/testkit/pom.xml | 9 ---
modules/xmlbeans/pom.xml | 7 --
pom.xml | 75 +++++++++++-----------
43 files changed, 156 insertions(+), 130 deletions(-)