(axis-axis2-java-core) branch master updated: Enable streamLogsOnFailures
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 88bdfbc3ff Enable streamLogsOnFailures 88bdfbc3ff is described below commit 88bdfbc3ff0daacf17accca0d77be5c163c366a0 Author: Andreas Veithen AuthorDate: Sat Oct 28 12:23:36 2023 + Enable streamLogsOnFailures --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6fc6c2902e..63bc2f6a65 100644 --- a/pom.xml +++ b/pom.xml @@ -1224,6 +1224,7 @@ ${argLine} ${skipTests} +true
(axis-axis2-java-core) branch master updated: Bump xjc-maven-plugin to latest, comment back in jaxws-integration tests
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 2925965b50 Bump xjc-maven-plugin to latest, comment back in jaxws-integration tests 2925965b50 is described below commit 2925965b503bb89807d9787133f368af08c4b44f Author: Robert Lazarski AuthorDate: Sat Oct 28 04:41:06 2023 -1000 Bump xjc-maven-plugin to latest, comment back in jaxws-integration tests --- pom.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 63bc2f6a65..e0618a2fbf 100644 --- a/pom.xml +++ b/pom.xml @@ -421,11 +421,7 @@ modules/saaj modules/jaxws modules/jaxws-mar - modules/clustering modules/corba modules/osgi @@ -1189,7 +1185,7 @@ com.github.veithen.maven xjc-maven-plugin -0.2.0 +0.2.1 com.github.veithen.maven
(axis-axis2-java-core) branch master updated: Avoid using the parent POM with maven-invoker-plugin
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 eb38124525 Avoid using the parent POM with maven-invoker-plugin eb38124525 is described below commit eb38124525ce26f16c11c5cd481d8e7d39a0fc36 Author: Andreas Veithen AuthorDate: Sat Oct 28 15:22:18 2023 + Avoid using the parent POM with maven-invoker-plugin The plugin executions configured in the parent POM may have unexpected side effects. --- modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml | 15 ++- modules/tool/axis2-aar-maven-plugin/src/it/test2/pom.xml | 15 ++- .../axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml | 15 ++- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml b/modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml index bcf8116f03..ace57e197a 100644 --- a/modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml @@ -21,16 +21,21 @@ 4.0.0 - -@pom.groupId@ -axis2 -@pom.version@ - +@pom.groupId@ axis2-aar-plugin-basic-test1 +@pom.version@ Test 1 of the axis2-wsdl2code-maven-plugin test1 + +maven-compiler-plugin +3.11.0 + +1.8 +1.8 + + @pom.groupId@ axis2-aar-maven-plugin diff --git a/modules/tool/axis2-aar-maven-plugin/src/it/test2/pom.xml b/modules/tool/axis2-aar-maven-plugin/src/it/test2/pom.xml index 51d3517fc1..ee1e8f4cbb 100644 --- a/modules/tool/axis2-aar-maven-plugin/src/it/test2/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/src/it/test2/pom.xml @@ -20,16 +20,21 @@ --> 4.0.0 - -@pom.groupId@ -axis2 -@pom.version@ - +@pom.groupId@ axis2-aar-plugin-configuration-test1 +@pom.version@ Test 1 of the axis2-wsdl2code-maven-plugin test2 + +maven-compiler-plugin +3.11.0 + +1.8 +1.8 + + @pom.groupId@ axis2-aar-maven-plugin diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml index a3de66b4c6..6faa8ccaa4 100644 --- a/modules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml +++ b/modules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml @@ -21,15 +21,20 @@ 4.0.0 - -@pom.groupId@ -axis2 -@pom.version@ - +@pom.groupId@ axis2-wsdl2code-maven-plugin-test1 +@pom.version@ Test 1 of the axis2-wsdl2code-maven-plugin + +maven-compiler-plugin +3.11.0 + +1.8 +1.8 + + @pom.groupId@ axis2-java2wsdl-maven-plugin
(axis-axis2-java-core) branch master updated: Set the Maven version for use in Codespaces
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 ec7a72e18a Set the Maven version for use in Codespaces ec7a72e18a is described below commit ec7a72e18a6dec22ed22e4cf1c429613d3ade7a7 Author: Andreas Veithen AuthorDate: Sat Oct 28 12:00:02 2023 + Set the Maven version for use in Codespaces It looks like recent Maven versions have a bug that is triggered by the Axis2 build. --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4d62e3e012..785ef3b940 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,8 @@ "ghcr.io/devcontainers/features/java:1": { "version": "11", "jdkDistro": "zulu", - "installMaven": "true" + "installMaven": "true", + "mavenVersion": "3.9.1" }, "ghcr.io/devcontainers-contrib/features/mvnd-sdkman:2": { "jdkVersion": "none"
(axis-axis2-java-rampart) branch master updated (986430e2 -> ffa9f2dd)
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-rampart.git from 986430e2 Merge pull request #10 from bill-looby/avoid-extra-header-validation new 5d8c935c Enable RSA15 (now disabled by default in wss4j) new 60f97147 USERNAME_TOKEN_UNKNOWN no longer available so USERNAME_TOKEN was used, should have been WSPasswordCallback.UNKNOWN new 8bf33c93 Removed unnecessary key addition that was causing issues new af05e286 Remove call to processSecurityHeader() which was not in earlier releases and causes callback problems new ffa9f2dd Merge pull request #11 from bill-looby/misc-fixes The 1069 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: .../main/java/org/apache/rampart/RampartEngine.java | 19 ++- .../java/org/apache/rampart/RampartMessageData.java | 4 ++-- .../rampart/builder/AsymmetricBindingBuilder.java | 4 ++-- .../test/java/org/apache/rampart/TestCBHandler.java | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-)