(axis-axis2-java-rampart) branch master updated: Add latest version to maven-release-plugin pom.xml config, for some reason it's resolving to a really old version
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new cf322cc7 Add latest version to maven-release-plugin pom.xml config, for some reason it's resolving to a really old version cf322cc7 is described below commit cf322cc786e6d16491633e31bb30929608f57ad3 Author: Robert Lazarski AuthorDate: Thu Nov 28 12:08:37 2024 -1000 Add latest version to maven-release-plugin pom.xml config, for some reason it's resolving to a really old version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7e57d76d..5038f434 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ maven-release-plugin + 3.1.1 true v@{project.version}
(axis-axis2-java-rampart) branch master updated: Fix maven-plugin-tools.version
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 556c19db Fix maven-plugin-tools.version 556c19db is described below commit 556c19db2d1fdcbf4c1cf1175fa368734f82031a Author: Robert Lazarski AuthorDate: Thu Nov 28 12:18:29 2024 -1000 Fix maven-plugin-tools.version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5038f434..5a4b2bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -845,6 +845,7 @@ 0.8.12 2.0.16 4.0.24 +3.15.1
(axis-axis2-java-rampart) branch master updated: Add latest maven-gpg-plugin to pom.xml config, for some reason it's resolving to a really old version
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 62cd4736 Add latest maven-gpg-plugin to pom.xml config, for some reason it's resolving to a really old version 62cd4736 is described below commit 62cd473686ae5d4abe53567d30d257fefcb728ba Author: Robert Lazarski AuthorDate: Thu Nov 28 12:39:26 2024 -1000 Add latest maven-gpg-plugin to pom.xml config, for some reason it's resolving to a really old version --- pom.xml | 4 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 5a4b2bd6..3ea332a0 100644 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,10 @@ maven-site-plugin 3.21.0 + +maven-gpg-plugin +3.2.7 + org.codehaus.gmavenplus gmavenplus-plugin
(axis-axis2-java-core) branch dependabot/maven/modules/samples/userguide/src/userguide/springbootdemo/org.owasp.esapi-esapi-2.6.0.0 deleted (was 064fdc3a00)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/modules/samples/userguide/src/userguide/springbootdemo/org.owasp.esapi-esapi-2.6.0.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 064fdc3a00 Bump org.owasp.esapi:esapi The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch master updated: Bump org.owasp.esapi:esapi
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/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 4ed6da3a15 Bump org.owasp.esapi:esapi 4ed6da3a15 is described below commit 4ed6da3a15753311f8632d64fee6b6a64ce7f6cd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Nov 26 18:56:49 2024 + Bump org.owasp.esapi:esapi Bumps [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.5.4.0 to 2.6.0.0. - [Release notes](https://github.com/ESAPI/esapi-java-legacy/releases) - [Changelog](https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.0-readme-crypto-changes.html) - [Commits](https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.5.4.0...esapi-2.6.0.0) --- updated-dependencies: - dependency-name: org.owasp.esapi:esapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml index 001ab947fc..7195044c37 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml @@ -296,7 +296,7 @@ org.owasp.esapi esapi -2.5.4.0 +2.6.0.0 jakarta
(axis-axis2-java-core) branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 created (now 6959352cdc)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 6959352cdc Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 No new revisions were added by this update.
(axis-axis2-java-rampart) branch master updated: Fix some release related errors when executing 'mvn release:prepare -DdryRun=true'
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 07a742b8 Fix some release related errors when executing 'mvn release:prepare -DdryRun=true' 07a742b8 is described below commit 07a742b8bd6ba8c2bbc30268eaaf55191d3a0218 Author: Robert Lazarski AuthorDate: Thu Nov 28 06:48:42 2024 -1000 Fix some release related errors when executing 'mvn release:prepare -DdryRun=true' --- modules/distribution/pom.xml| 7 ++ modules/rampart-core/pom.xml| 7 ++ modules/rampart-integration/pom.xml | 7 ++ modules/rampart-mar/pom.xml | 7 ++ modules/rampart-policy/pom.xml | 7 ++ modules/rampart-samples/pom.xml | 7 ++ modules/rampart-tests/pom.xml | 7 ++ modules/rampart-testutils/pom.xml | 7 ++ modules/rampart-trust-mar/pom.xml | 7 ++ modules/rampart-trust/pom.xml | 7 ++ pom.xml | 163 +++- 11 files changed, 192 insertions(+), 41 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 9a255ed1..4d3b74c6 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -33,6 +33,13 @@ pom Rampart - Distribution + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + diff --git a/modules/rampart-core/pom.xml b/modules/rampart-core/pom.xml index 9f3fd23d..615ed99a 100644 --- a/modules/rampart-core/pom.xml +++ b/modules/rampart-core/pom.xml @@ -34,6 +34,13 @@ jar Rampart - Core + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + org.apache.axis2 diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml index bce3de3e..3fe13e0f 100644 --- a/modules/rampart-integration/pom.xml +++ b/modules/rampart-integration/pom.xml @@ -34,6 +34,13 @@ jar Rampart - Integration + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + diff --git a/modules/rampart-mar/pom.xml b/modules/rampart-mar/pom.xml index 089ff7ca..4d28c0f3 100644 --- a/modules/rampart-mar/pom.xml +++ b/modules/rampart-mar/pom.xml @@ -34,6 +34,13 @@ mar Rampart - Mar + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + diff --git a/modules/rampart-policy/pom.xml b/modules/rampart-policy/pom.xml index 0d38319f..ef643a73 100644 --- a/modules/rampart-policy/pom.xml +++ b/modules/rampart-policy/pom.xml @@ -34,6 +34,13 @@ jar Rampart - Policy + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + org.apache.axis2 diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index f48bc404..fc79a6fd 100644 --- a/modules/rampart-samples/pom.xml +++ b/modules/rampart-samples/pom.xml @@ -34,6 +34,13 @@ jar Rampart - Samples + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEAD + + diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml index 62970a07..6cece735 100644 --- a/modules/rampart-tests/pom.xml +++ b/modules/rampart-tests/pom.xml @@ -34,6 +34,13 @@ jar Rampart - Test Suite + + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git + https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary +HEA
(axis-axis2-java-rampart) branch master updated: Add myself as a developer in the root pom.xml
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new b7227548 Add myself as a developer in the root pom.xml b7227548 is described below commit b7227548d6ec7ee6b33bc6a672ade1940e6a6606 Author: Robert Lazarski AuthorDate: Thu Nov 28 17:46:40 2024 -1000 Add myself as a developer in the root pom.xml --- pom.xml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 3ea332a0..21d9d73e 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,12 @@ thilinamb AT apache.org WSO2 + +Robert Lazarski +robertlazarski +robertlazarski AT apache.org +Alpha Theory +
(axis-axis2-java-rampart) branch master updated: Add myself as a developer in the root pom.xml
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 44d3ff6d Add myself as a developer in the root pom.xml 44d3ff6d is described below commit 44d3ff6d286ad0316e13fc9bc3158fe2e1ac9468 Author: Robert Lazarski AuthorDate: Thu Nov 28 17:47:42 2024 -1000 Add myself as a developer in the root pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21d9d73e..0061f4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ Robert Lazarski robertlazarski -robertlazarski AT apache.org +robertlazarski AT gmail.com Alpha Theory
(axis-axis2-java-core) branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 deleted (was 6959352cdc)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 6959352cdc Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch master updated: AXIS2-6076 some updates on OSGi support however the unit tests are broken and there may not be further development without community support due to the co
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 8a83cf2fdb AXIS2-6076 some updates on OSGi support however the unit tests are broken and there may not be further development without community support due to the complexity and lack of users 8a83cf2fdb is described below commit 8a83cf2fdbcfd8826967e6784675a2fdcb38d015 Author: Robert Lazarski AuthorDate: Thu Nov 28 09:52:33 2024 -1000 AXIS2-6076 some updates on OSGi support however the unit tests are broken and there may not be further development without community support due to the complexity and lack of users --- modules/osgi-tests/pom.xml | 30 -- modules/osgi-tests/src/test/java/OSGiTest.java | 16 +++--- pom.xml| 27 +-- 3 files changed, 32 insertions(+), 41 deletions(-) diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml index 8bd7202925..714cbf54c2 100644 --- a/modules/osgi-tests/pom.xml +++ b/modules/osgi-tests/pom.xml @@ -56,9 +56,12 @@ test -commons-fileupload -commons-fileupload -test +org.apache.commons +commons-fileupload2-core + + +org.apache.commons +commons-fileupload2-jakarta-servlet6 com.sun.activation @@ -118,45 +121,40 @@ org.apache.felix org.apache.felix.http.jetty -2.2.2 +5.1.26 org.apache.felix org.apache.felix.http.whiteboard -2.2.2 +4.0.0 org.apache.felix org.apache.felix.configadmin -1.8.0 +1.9.26 org.apache.servicemix.bundles org.apache.servicemix.bundles.wsdl4j -1.6.2_6 +1.6.3_1 org.apache.geronimo.specs geronimo-servlet_2.5_spec 1.2 - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.commons-httpclient -3.1_7 - org.apache.servicemix.bundles org.apache.servicemix.bundles.commons-codec 1.3_5 - org.apache.httpcomponents -httpcore-osgi + org.apache.httpcomponents.core5 +httpcore5-osgi - org.apache.httpcomponents - httpclient-osgi + org.apache.httpcomponents.client5 + httpclient5-osgi diff --git a/modules/osgi-tests/src/test/java/OSGiTest.java b/modules/osgi-tests/src/test/java/OSGiTest.java index f58b3283ac..a1bc0bab01 100644 --- a/modules/osgi-tests/src/test/java/OSGiTest.java +++ b/modules/osgi-tests/src/test/java/OSGiTest.java @@ -61,20 +61,20 @@ public class OSGiTest { url("link:classpath:org.apache.felix.configadmin.link"), url("link:classpath:org.apache.servicemix.bundles.wsdl4j.link"), url("link:classpath:org.apache.geronimo.specs.geronimo-ws-metadata_2.0_spec.link"), - url("l