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 7829b12970 chore: pin jacoco plugin versions
discard 350511edb9 chore: pin jacoco version
discard c23a4d496d chore: update Jacoco to support JDK 25
discard 5a6bc2b6c0 docs: adapt comments 2
discard 2b3a585f46 docs: adapt comments
discard afb18d6e72 fix: remove security manager properties from script
discard 6e31a162ac fix: build issues
discard 91852ff044 chore: update allowed version range again
discard 4ad5d50094 chore: update allowed version range
discard bcba526adf chore: use SecurityManager only for JDKs up to 24
discard 9a7070b3ed chore: remove hermetic-maven-plugin because it relies on
the remoced SecurityManager
discard 817832f820 chore: pin byte-buddy version for recent JDK compat
discard 7a3b32a884 chore: java 1.8 compat is no longer needed
discard 2e0219f6c7 fix: correctly set Java version in maven and CI
discard f0657cb0fc fix: remove unsupported parameter
discard f404892f6c fix: add `includeantruntime="false"` parameter to javac ant
builds
discard 7c5568d56a ci: add JDK 25, switch to temurin distribution, refactor
add f1e5707cc8 build(deps): bump org.apache.maven:maven-archiver from
3.6.4 to 3.6.5
add 9e3de96a11 build(deps): bump
org.apache.maven.plugins:maven-antrun-plugin
add 7e86f2caa0 Merge pull request #1033 from
apache/dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.2.0
add 3b0ca6f876 build(deps): bump
org.apache.httpcomponents.client5:httpclient5
add c5b2f38264 Merge pull request #1032 from
apache/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.5.1
add cf1eb2814d build(deps): bump jibx.version from 1.4.2 to 1.4.5
add a13fd9d762 Merge pull request #1031 from
apache/dependabot/maven/jibx.version-1.4.5
add 117d168a9c Merge branch 'master' into
dependabot/maven/org.apache.maven-maven-archiver-3.6.5
add 34ff9c6dde Merge pull request #1030 from
apache/dependabot/maven/org.apache.maven-maven-archiver-3.6.5
add d07197f408 build(deps): bump groovy.version from 5.0.1 to 5.0.2
add 7257190bd1 Merge pull request #1029 from
apache/dependabot/maven/groovy.version-5.0.2
add b812cbcade build(deps): bump jetty.version from 12.1.1 to 12.1.4
add 1b24496842 Merge pull request #1028 from
apache/dependabot/maven/jetty.version-12.1.4
add fb24cef21e fix: remove old geronimo javax APIs
add 0f4d12d2c5 Merge pull request #1027 from
apache/bugfix/remove-geronimo-api
add acef37cd01 ci: add JDK 25, switch to temurin distribution, refactor
add 982971de3e fix: add `includeantruntime="false"` parameter to javac ant
builds
add 1333baef6f fix: remove unsupported parameter
add ab1b0cbbfa fix: correctly set Java version in maven and CI
add 5a2752a76e chore: java 1.8 compat is no longer needed
add b0af325cb6 chore: pin byte-buddy version for recent JDK compat
add f29b27cfa1 chore: remove hermetic-maven-plugin because it relies on
the remoced SecurityManager
add 25f350426c chore: use SecurityManager only for JDKs up to 24
add 8e02bfd78b chore: update allowed version range
add 29f727e0fa chore: update allowed version range again
add 93547f4f97 fix: build issues
add 230b884ee5 fix: remove security manager properties from script
add 196071b349 docs: adapt comments
add 6328d4b09b docs: adapt comments 2
add 0ba2b02501 chore: update Jacoco to support JDK 25
add b619c6a5cd chore: pin jacoco version
add c2fa950567 chore: pin jacoco plugin versions
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 (7829b12970)
\
N -- N -- N refs/heads/ci/add-jdk-25-lts (c2fa950567)
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:
modules/distribution/pom.xml | 6 ----
modules/jaxws-integration/pom.xml | 12 +++-----
.../axis2/jaxws/context/MessageContextImpl.java | 4 +--
.../sample/addnumbers/AddNumbersPortTypeImpl.java | 2 +-
.../AddNumbersHandlerPortTypeImpl.java | 2 +-
.../AddNumbersLogicalHandler2.java | 2 +-
.../AddNumbersProtocolHandler.java | 2 +-
.../FaultsServiceSoapBindingImpl.java | 6 ++--
.../headershandler/HeadersHandlerPortTypeImpl.java | 2 +-
.../ResourceInjectionPortTypeImpl.java | 6 ++--
.../datasource/XMessageDataSourceProvider.java | 2 +-
.../message/source/XMessageSourceProvider.java | 2 +-
modules/jaxws/pom.xml | 8 -----
.../jaxws/lifecycle/BaseLifecycleManager.java | 4 +--
...eInjectionServiceRuntimeDescriptionBuilder.java | 6 ++--
.../impl/WebServiceContextInjectorImpl.java | 2 +-
.../axis2/jaxws/spi/handler/LifecycleManager.java | 4 +--
.../sample/addnumbers/AddNumbersPortTypeImpl.java | 2 +-
.../injection/ResourceInjectionTestImpl1.java | 6 ++--
.../injection/ResourceInjectionTestImpl2.java | 6 ++--
.../injection/ResourceInjectionTestImpl3.java | 6 ++--
.../injection/ResourceInjectionTestImpl4.java | 6 ++--
.../injection/ResourceInjectionTestImpl5.java | 6 ++--
.../jaxws/spi/handler/DummyLogicalHandler.java | 2 +-
modules/json/pom.xml | 4 +++
.../org/apache/axis2/json/moshi/rpc/JsonUtils.java | 4 +--
modules/kernel/pom.xml | 4 ---
modules/metadata/pom.xml | 4 ---
modules/samples/book/pom.xml | 10 -------
modules/samples/jaxws-addressbook/pom.xml | 6 +++-
.../axis2/jaxws/addressbook/AddressBookClient.java | 4 +--
modules/samples/jaxws-calculator/pom.xml | 11 ++++++-
.../axis2/jaxws/calculator/CalculatorServer.java | 2 +-
.../axis2/jaxws/calculator/CalculatorService.java | 2 +-
.../sample/dynamic/DynamicServiceProvider.java | 2 +-
modules/samples/jaxws-interop/pom.xml | 11 +++++--
.../userguide/src/userguide/springbootdemo/pom.xml | 10 -------
.../axis2-idea-plugin/idea-plugin-aseembly.xml | 2 --
modules/webapp/pom.xml | 6 ----
pom.xml | 35 +++++++---------------
40 files changed, 87 insertions(+), 136 deletions(-)