This is an automated email from the ASF dual-hosted git repository.
cortlepp pushed a change to branch ci/add-jdk-25-lts
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
discard 50d9edbd8c chore: use SecurityManager only for JDKs up to 24
discard 6741bc8f71 chore: remove hermetic-maven-plugin because it relies on
the remoced SecurityManager
discard 5a986b8364 chore: pin byte-buddy version for recent JDK compat
discard 63566aaee5 chore: java 1.8 compat is no longer needed
omit 5054f25149 fix: correctly set Java version in maven and CI
omit eb59da2e93 fix: remove unsupported parameter
omit 8e6d7fe974 fix: add `includeantruntime="false"` parameter to javac ant
builds
omit 183f3153dd ci: add JDK 25, switch to temurin distribution, refactor
add 3850839d21 AXIS2-6079, support OpenJDK 21 by removing the Java
Security Manager, make OpenJDK 17 the minimum requirement as a result
add 3f34922dba Axis2 site build updates, use AI to update broken http
links if possible and document what is unable to be fixed
add 168e43fafa build(deps): bump spring.version from 6.2.10 to 6.2.12
add 06b6ca80b6 Merge pull request #1026 from
apache/dependabot/maven/spring.version-6.2.12
add 59e0f8ac67 build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.81
to 1.82
add fa076c3d6f Merge pull request #1025 from
apache/dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.82
add 2ef7078615 build(deps-dev): bump org.eclipse.angus:angus-mail from
2.0.4 to 2.0.5
add a19916eae2 Merge pull request #1024 from
apache/dependabot/maven/org.eclipse.angus-angus-mail-2.0.5
add 6c1ab5e0ff build(deps): bump org.assertj:assertj-core from 3.27.4 to
3.27.6
add 2630fbc179 Merge pull request #1023 from
apache/dependabot/maven/org.assertj-assertj-core-3.27.6
add c3c1b72701 build(deps-dev): bump org.eclipse.angus:angus-activation
add 9d25cd9ea0 Merge pull request #1021 from
apache/dependabot/maven/org.eclipse.angus-angus-activation-2.0.3
add 62c89726bc build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api
add 916e4a57b7 Merge pull request #1020 from
apache/dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.4
add a8196fa1be build(deps): bump surefire.version from 3.5.3 to 3.5.4
add f38cd9bfa6 Merge pull request #1019 from
apache/dependabot/maven/surefire.version-3.5.4
add 7c5568d56a ci: add JDK 25, switch to temurin distribution, refactor
add f404892f6c fix: add `includeantruntime="false"` parameter to javac ant
builds
add f0657cb0fc fix: remove unsupported parameter
add 2e0219f6c7 fix: correctly set Java version in maven and CI
add 7a3b32a884 chore: java 1.8 compat is no longer needed
add 817832f820 chore: pin byte-buddy version for recent JDK compat
add 9a7070b3ed chore: remove hermetic-maven-plugin because it relies on
the remoced SecurityManager
add bcba526adf chore: use SecurityManager only for JDKs up to 24
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (50d9edbd8c)
\
N -- N -- N refs/heads/ci/add-jdk-25-lts (bcba526adf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../axis2/java/security/AccessController.java | 8 +-
.../axis2/java/security/driver/Java2SecTest.java | 209 +++++++--------------
modules/samples/pojoguide/README.txt | 5 +-
modules/samples/pojoguidespring/README.txt | 5 +-
modules/samples/quickstart/README.txt | 5 +-
modules/samples/quickstartadb/README.txt | 5 +-
modules/samples/quickstartaxiom/README.txt | 5 +-
modules/samples/quickstartjibx/README.txt | 5 +-
modules/samples/quickstartxmlbeans/README.txt | 5 +-
modules/samples/userguide/README.txt | 11 +-
.../org/apache/axis2/testutils/JettyServer.java | 6 +-
.../transport/mail/MailTransportListener.java | 8 +-
.../axis2/transport/mail/MailTransportSender.java | 3 +-
pom.xml | 18 +-
src/site/markdown/release-notes/2.0.1.md | 10 +
src/site/xdoc/articles.xml | 136 +++++++-------
src/site/xdoc/docs/Axis2ArchitectureGuide.xml | 2 +-
src/site/xdoc/docs/app_server.xml | 8 +-
src/site/xdoc/docs/installationguide.xml.vm | 33 ++--
src/site/xdoc/docs/json_support.xml | 2 +-
src/site/xdoc/docs/mail-transport.xml | 9 +-
src/site/xdoc/docs/modules.xml | 4 +-
src/site/xdoc/docs/rest-ws.xml | 4 +-
.../xdoc/docs/userguide-creatingclients-jibx.xml | 20 +-
src/site/xdoc/docs/userguide.xml | 20 +-
src/site/xdoc/git.xml | 4 +-
src/site/xdoc/refLib.xml | 12 +-
src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml | 2 +-
28 files changed, 241 insertions(+), 323 deletions(-)