This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.6.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
discard 40280989b7 build(deps): bump
org.apache.httpcomponents.client5:httpclient5
add f8944fa810 AXIS2-6040 Define Automatic-Module-Name for Java 9+ module
system
add bfd03e4f1f AXIS2-6055 Restore preemptive Basic Auth support for
HttpClient 5
add 5a4971f49e AXIS2-6074 Return null for empty enum values instead of
throwing
add 754a258170 AXIS2-6055 Restrict preemptive Basic Auth to HTTPS
connections
add 31cabacd56 AXIS2-6085 Document build prerequisites including bash
requirement
add 631f523ee2 AXIS2-5762 Add transport ports to MessageContext
add 1233877d41 AXIS2-5762 Add unit tests for transport port constants on
MessageContext
add a91c3000b2 AXIS2-5858 Bracket IPv6 addresses in soap:address location
URLs
add 4b92b066b0 AXIS2-5858 Add unit tests for IPv6 bracket formatting in
EPR URLs
add 0847b463b3 AXIS2-5881 Sort services and operations in listServices.jsp
add 09bb62172d AXIS2-6040 Remove global Automatic-Module-Name — hyphens in
artifactIds are invalid
add f32222dfb2 AXIS2-6105 Remove remaining JiBX references from codegen
and wsdl2code plugin
add 1bad6a3866 Update copyright year to 2026 in footer and error pages
add 4c1e999247 Downgrade misleading AxisServletListener WARN to DEBUG
add b79dda3e9c AXIS2-6105 Fix NPE in codegen from removed JiBX
unwrap.direct property
add e2d6e46fcb Fix broken XML in modules/index.xml — dangling </tr> from
SOAPMonitor removal
add e4005430cc AXIS2-5762 Register new transport port fields in
MessageContextChangeTest
add 67c9cdf8b8 Fix apidocs site build: exclude Maven plugins, update JDK
link to 17
add 541a27f74a build(deps): bump spring.version from 7.0.6 to 7.0.7
add b8b034ffdd Merge pull request #1177 from
apache/dependabot/maven/spring.version-7.0.7
add ed07ee098c build(deps): bump maven.version from 3.9.14 to 3.9.15
add 06435d0156 Merge pull request #1176 from
apache/dependabot/maven/maven.version-3.9.15
add b21469bef7 build(deps): bump
org.apache.httpcomponents.client5:httpclient5
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 (40280989b7)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.6.1
(b21469bef7)
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:
README.txt | 6 ++
apidocs/pom.xml | 48 ++----------
.../axis2/schema/template/ADBBeanTemplate-bean.xsl | 3 +-
.../schema/template/ADBBeanTemplate-helpermode.xsl | 3 +-
.../axis2/wsdl/codegen/codegen-config.properties | 13 ++--
.../axis2/wsdl/util/ConfigPropertyFileLoader.java | 4 +-
.../org/apache/axis2/context/MessageContext.java | 14 ++++
.../context/MessageContextTransportPortTest.java | 57 ++++++++++++++
.../axis2/engine/MessageContextChangeTest.java | 2 +
.../maven2/wsdl2code/AbstractWSDL2CodeMojo.java | 11 +--
.../apache/axis2/transport/http/AxisServlet.java | 13 +++-
.../axis2/transport/http/HTTPTransportUtils.java | 9 ++-
.../apache/axis2/transport/http/ListingAgent.java | 14 ++++
.../http/impl/httpclient5/RequestImpl.java | 16 ++++
.../transport/http/HTTPTransportUtilsIPv6Test.java | 88 ++++++++++++++++++++++
.../src/main/webapp/WEB-INF/include/footer.inc | 2 +-
.../src/main/webapp/WEB-INF/views/listServices.jsp | 9 ++-
.../src/main/webapp/axis2-web/Error/error404.jsp | 2 +-
.../src/main/webapp/axis2-web/Error/error500.jsp | 2 +-
pom.xml | 8 +-
src/site/xdoc/modules/index.xml | 1 -
21 files changed, 252 insertions(+), 73 deletions(-)
create mode 100644
modules/kernel/test/org/apache/axis2/context/MessageContextTransportPortTest.java
create mode 100644
modules/transport/http/src/test/java/org/apache/axis2/transport/http/HTTPTransportUtilsIPv6Test.java