(axis-axis2-java-core) branch master updated: Build for Java 11

2024-10-06 Thread veithen
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 5fdf25c758 Build for Java 11
5fdf25c758 is described below

commit 5fdf25c7587d20a975a97bd87924e37546483170
Author: Andreas Veithen 
AuthorDate: Sun Oct 6 18:48:38 2024 +0100

Build for Java 11

Axiom (and probably other dependencies) already requires Java 11, so there 
is no point in building for Java 8.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90fd91bc39..5af2a15e4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
  
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html
 -->
 ${project.version}
 
2022-07-13T22:32:32Z
-8
+11
 
 
 



(axis-axis2-java-rampart) branch master updated (c854347e -> c6586925)

2024-10-06 Thread robertlazarski
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 c854347e Update bouncy castle
 new ea6e7181 remove some unit test logging that is no longer needed
 new c6586925 Remove apidocs zip from the distribution, follow what axis2 
does

The 2 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:
 modules/distribution/pom.xml| 6 --
 .../src/test/java/org/apache/rampart/RampartTest.java   | 4 
 2 files changed, 10 deletions(-)



(axis-axis2-java-rampart) 02/02: Remove apidocs zip from the distribution, follow what axis2 does

2024-10-06 Thread robertlazarski
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

commit c658692505ae527203be3069e2cdad56bdcae722
Author: Robert Lazarski 
AuthorDate: Sun Oct 6 03:44:38 2024 -1000

Remove apidocs zip from the distribution, follow what axis2 does
---
 modules/distribution/pom.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 5d08b593..5fd5e4d3 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -163,12 +163,6 @@
 slf4j-jdk14
 2.0.13
 
-
-${project.groupId}
-apidocs
-${project.version}
-zip
-
 
 
 



(axis-axis2-java-rampart) 01/02: remove some unit test logging that is no longer needed

2024-10-06 Thread robertlazarski
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

commit ea6e71819a79b4dad4f1ba840316ad8242e4ee20
Author: Robert Lazarski 
AuthorDate: Sun Oct 6 03:21:03 2024 -1000

remove some unit test logging that is no longer needed
---
 .../src/test/java/org/apache/rampart/RampartTest.java | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java 
b/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java
index 12194840..fc9d44ec 100644
--- 
a/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java
+++ 
b/modules/rampart-integration/src/test/java/org/apache/rampart/RampartTest.java
@@ -109,7 +109,6 @@ public class RampartTest {
 options.setPassword("password");
 }
 
-System.out.println("Testing WS-Sec: custom scenario " + i);
 options.setAction("urn:echo");
 
 ServiceContext context = serviceClient.getServiceContext();
@@ -125,7 +124,6 @@ public class RampartTest {
 serviceClient.addHeader(header);
 }
 
-System.out.println("Testing WS-Sec: custom scenario " + i + " 
, so far");
 // Invoking the service in the TestCase-28 should fail. So 
handling it differently..
 if (i == 28 || i == 34) {
 try {
@@ -193,7 +191,6 @@ public class RampartTest {
 } catch (AxisFault axisFault) {
 assertEquals("Testing negative scenarios with Apache 
Rampart. Intentional Exception", axisFault.getMessage());
 }
-System.out.println("Testing WS-Sec: custom scenario " + i + " 
, so goog");
 }
 
 
@@ -207,7 +204,6 @@ public class RampartTest {
 }
 Options options = serviceClient.getOptions();
 
-System.out.println("Testing WS-SecConv: custom scenario " + i);
 options.setAction("urn:echo");
 
 
serviceClient.getServiceContext().setProperty(RampartMessageData.KEY_RAMPART_POLICY,
 loadPolicy("/rampart/policy/sc-" + i + ".xml"));



(axis-axis2-java-rampart) branch master updated (c6586925 -> aa893d81)

2024-10-06 Thread robertlazarski
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 c6586925 Remove apidocs zip from the distribution, follow what axis2 
does
 add aa893d81 Use JDK 17 as the compiler target

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 pom.xml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



(axis-axis2-java-rampart) branch master updated: Make dist.py compatible with Python 3

2024-10-06 Thread robertlazarski
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 cc65c034 Make dist.py compatible with Python 3
cc65c034 is described below

commit cc65c034c2572bc8f8cf880404e6dc6a0bd76cb4
Author: Robert Lazarski 
AuthorDate: Sun Oct 6 04:10:29 2024 -1000

Make dist.py compatible with Python 3
---
 etc/dist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/dist.py b/etc/dist.py
index 19040418..4aae047a 100644
--- a/etc/dist.py
+++ b/etc/dist.py
@@ -40,6 +40,6 @@ for classifier in [ "bin", "src" ]:
 copyfile(join(root_dir, "modules", "distribution", "target", file), 
join(dist_dir, file))
 call(["svn", "add", dist_dir])
 if release.endswith("-SNAPSHOT"):
-print "Skipping commit because version is a snapshot."
+print("Skipping commit because version is a snapshot.")
 else:
 call(["svn", "commit", dist_dir])



(axis-axis2-java-core) branch master updated: Log unexpected exception in the simple HTTP server

2024-10-06 Thread veithen
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 8f800132d2 Log unexpected exception in the simple HTTP server
8f800132d2 is described below

commit 8f800132d21da4697a844a7022941f299d408396
Author: Andreas Veithen 
AuthorDate: Sun Oct 6 19:37:59 2024 +0100

Log unexpected exception in the simple HTTP server
---
 .../org/apache/axis2/transport/http/server/HttpServiceProcessor.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/HttpServiceProcessor.java
 
b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/HttpServiceProcessor.java
index c5f1f7f5de..faeaa35f87 100644
--- 
a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/HttpServiceProcessor.java
+++ 
b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/HttpServiceProcessor.java
@@ -95,6 +95,8 @@ public class HttpServiceProcessor implements IOProcessor {
 if (LOG.isWarnEnabled()) {
 LOG.warn("HTTP protocol error: " + ex.getMessage());
 }
+} catch (Throwable ex) {
+LOG.error("Unexpected exception", ex);
 } finally {
 destroy();
 if (this.callback == null) {



(axis-axis2-java-core) branch master updated: Fix site generation

2024-10-06 Thread veithen
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 4e7aa21f35 Fix site generation
4e7aa21f35 is described below

commit 4e7aa21f359b7c2e71249c6476d9b06c039726f0
Author: Andreas Veithen 
AuthorDate: Sun Oct 6 22:57:33 2024 +

Fix site generation
---
 apidocs/pom.xml   | 4 
 modules/corba/pom.xml | 1 -
 pom.xml   | 6 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index becfc3b40e..85c7934d42 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -288,6 +288,10 @@
 org.apache.maven.plugin-tools
 maven-plugin-annotations
 
+
+org.jacorb
+jacorb-omgapi
+
 
 
 
diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml
index 9f89383c7b..92d826ef8a 100644
--- a/modules/corba/pom.xml
+++ b/modules/corba/pom.xml
@@ -66,7 +66,6 @@
 
 org.jacorb
 jacorb-omgapi
-3.9
 provided
 
 
diff --git a/pom.xml b/pom.xml
index 5af2a15e4c..460dcaf5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1001,12 +1001,16 @@
 guava
 33.3.1-jre
 
-
 
 commons-cli
 commons-cli
 ${commons.cli.version}
 
+
+org.jacorb
+jacorb-omgapi
+3.9
+
 
 
 



(axis-axis2-java-core) branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 updated (c293c00207 -> 5a88b46afe)

2024-10-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 discard c293c00207 Bump org.apache.httpcomponents.client5:httpclient5 from 
5.3.1 to 5.4
 add 88e46ab002 Bump org.mockito:mockito-core from 5.13.0 to 5.14.1
 add ab42f8c65b Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.10.0 to 3.10.1
 add eb76c91160 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 
to 4.0.1
 add b95e5455b0 Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2
 add 5fdf25c758 Build for Java 11
 add 8f800132d2 Log unexpected exception in the simple HTTP server
 add 4e7aa21f35 Fix site generation
 add 5a88b46afe Bump org.apache.httpcomponents.client5:httpclient5 from 
5.3.1 to 5.4

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   (c293c00207)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 
(5a88b46afe)

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:
 apidocs/pom.xml  |  4 
 modules/corba/pom.xml|  1 -
 .../transport/http/server/HttpServiceProcessor.java  |  2 ++
 pom.xml  | 16 ++--
 4 files changed, 16 insertions(+), 7 deletions(-)