(axis-axis2-java-core) branch dependabot/maven/tomcat.version-11.0.7 created (now 387008d55e)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/tomcat.version-11.0.7
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 387008d55e build(deps): bump tomcat.version from 11.0.5 to 11.0.7

No new revisions were added by this update.



(axis-axis2-java-core) branch dependabot/maven/tomcat.version-11.0.6 deleted (was fad9c5554b)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/tomcat.version-11.0.6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was fad9c5554b Bump tomcat.version from 11.0.5 to 11.0.6

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 dependabot/maven/jetty.version-12.0.21 created (now 85cace774a)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jetty.version-12.0.21
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 85cace774a build(deps): bump jetty.version from 12.0.19 to 12.0.21

No new revisions were added by this update.



(axis-axis2-java-core) branch dependabot/maven/jetty.version-12.0.20 deleted (was a919922c4f)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jetty.version-12.0.20
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was a919922c4f build(deps): bump jetty.version from 12.0.19 to 12.0.20

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) 01/01: Merge pull request #842 from cortlepp/fix/AXIS2-5858

2025-05-13 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-core.git

commit f8347eb4c8d72c3d1a2062d9b560ef87942c7d88
Merge: 759db92760 7c2181ff30
Author: robertlazarski <58150512+robertlazar...@users.noreply.github.com>
AuthorDate: Tue May 13 06:28:40 2025 -1000

Merge pull request #842 from cortlepp/fix/AXIS2-5858

Fix AXIS2-5858

 .../kernel/src/org/apache/axis2/util/Utils.java| 120 +
 .../apache/axis2/util/WSDLSerializationUtil.java   |  30 +++---
 .../apache/axis2/transport/http/ListingAgent.java  |  22 +---
 3 files changed, 120 insertions(+), 52 deletions(-)



(axis-axis2-java-core) branch master updated (759db92760 -> f8347eb4c8)

2025-05-13 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-core.git


from 759db92760 Merge pull request #915 from nandika/master
 add c8437c1e65 fix: make hostname extraction work with IPv6 addresses
 add 62c005afaa fix: make local IP address detection support IPv6
 add d590bce990 fix: use `InetAddress::getHostAddress` instead of 
`InetAddress::toString`
 add 97199077c0 fix: improve getLocalHostLANAddresses() for IPv6
 add 1cfb14f99a refactor: remove unique local addresses special case, 
prefer IPv4
 add 7c2181ff30 fix: wrong order in comparator
 new f8347eb4c8 Merge pull request #842 from cortlepp/fix/AXIS2-5858

The 1 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:
 .../kernel/src/org/apache/axis2/util/Utils.java| 120 +
 .../apache/axis2/util/WSDLSerializationUtil.java   |  30 +++---
 .../apache/axis2/transport/http/ListingAgent.java  |  22 +---
 3 files changed, 120 insertions(+), 52 deletions(-)



(axis-axis2-java-core) branch master updated (2cc2223466 -> 759db92760)

2025-05-13 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-core.git


from 2cc2223466 Merge pull request #909 from 
apache/dependabot/maven/spring.version-6.2.6
 add 2d41d59820 Introducing the change from HTTPCORE-677, not to throw an 
exception when the client closes the connection
 new 759db92760 Merge pull request #915 from nandika/master

The 1 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:
 .../org/apache/axis2/transport/http/server/AxisHttpConnectionImpl.java | 3 ++-
 .../java/org/apache/axis2/transport/http/server/AxisHttpService.java   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



(axis-axis2-java-core) 01/01: Merge pull request #915 from nandika/master

2025-05-13 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-core.git

commit 759db92760e3170edc70cfe87fb4d4fae7a0f941
Merge: 2cc2223466 2d41d59820
Author: robertlazarski <58150512+robertlazar...@users.noreply.github.com>
AuthorDate: Tue May 13 05:52:40 2025 -1000

Merge pull request #915 from nandika/master

Not  throw an exception when the client closes the connection

 .../org/apache/axis2/transport/http/server/AxisHttpConnectionImpl.java | 3 ++-
 .../java/org/apache/axis2/transport/http/server/AxisHttpService.java   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



(axis-axis2-java-core) branch dependabot/maven/tomcat.version-11.0.7 deleted (was 387008d55e)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/tomcat.version-11.0.7
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 387008d55e build(deps): bump tomcat.version from 11.0.5 to 11.0.7

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 (efeeae8ab5 -> 712d6d4b18)

2025-05-13 Thread cortlepp
This is an automated email from the ASF dual-hosted git repository.

cortlepp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


from efeeae8ab5 Merge pull request #917 from 
apache/dependabot/maven/jetty.version-12.0.21
 add 387008d55e build(deps): bump tomcat.version from 11.0.5 to 11.0.7
 add 712d6d4b18 Merge pull request #916 from 
apache/dependabot/maven/tomcat.version-11.0.7

No new revisions were added by this update.

Summary of changes:
 modules/clustering/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(axis-axis2-java-core) branch master updated (f8347eb4c8 -> efeeae8ab5)

2025-05-13 Thread cortlepp
This is an automated email from the ASF dual-hosted git repository.

cortlepp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


from f8347eb4c8 Merge pull request #842 from cortlepp/fix/AXIS2-5858
 add 85cace774a build(deps): bump jetty.version from 12.0.19 to 12.0.21
 new efeeae8ab5 Merge pull request #917 from 
apache/dependabot/maven/jetty.version-12.0.21

The 1 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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(axis-axis2-java-core) 01/01: Merge pull request #917 from apache/dependabot/maven/jetty.version-12.0.21

2025-05-13 Thread cortlepp
This is an automated email from the ASF dual-hosted git repository.

cortlepp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit efeeae8ab5704f106faaceb4fe365b7ffb951f94
Merge: f8347eb4c8 85cace774a
Author: Christian Ortlepp 
AuthorDate: Wed May 14 08:16:58 2025 +0200

Merge pull request #917 from apache/dependabot/maven/jetty.version-12.0.21

build(deps): bump jetty.version from 12.0.19 to 12.0.21

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(axis-axis2-java-core) branch dependabot/maven/jetty.version-12.0.21 deleted (was 85cace774a)

2025-05-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jetty.version-12.0.21
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 85cace774a build(deps): bump jetty.version from 12.0.19 to 12.0.21

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.