(axis-axis2-java-core) branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.1 created (now d462b738ad)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.1 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at d462b738ad Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.24.1 No new revisions were added by this update.
(axis-axis2-java-core) branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.0 deleted (was 548d30b02c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 548d30b02c Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.24.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 dependabot/maven/org.mockito-mockito-core-5.14.1 created (now e054aeb3f2)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-5.14.1 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at e054aeb3f2 Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 No new revisions were added by this update.
(axis-axis2-java-core) branch master updated (bb410137af -> 0204594525)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from bb410137af Centrally manage the version for maven-archetype-plugin and archetype-packaging add 0204594525 Use standard Maven directory layout No new revisions were added by this update. Summary of changes: modules/transport/http/pom.xml | 22 -- .../apache/axis2/transport/http/AbstractAgent.java | 0 .../http/AbstractHTTPTransportSender.java | 0 .../axis2/transport/http/AxisRequestEntity.java| 0 .../apache/axis2/transport/http/AxisServlet.java | 0 .../axis2/transport/http/AxisServletListener.java | 0 .../transport/http/CommonsTransportHeaders.java| 0 .../http/ForbidSessionCreationWrapper.java | 0 .../axis2/transport/http/HTTPAuthenticator.java| 0 .../apache/axis2/transport/http/HTTPSender.java| 0 .../transport/http/HTTPTransportConstants.java | 0 .../transport/http/HTTPTransportReceiver.java | 0 .../axis2/transport/http/HTTPTransportSender.java | 0 .../axis2/transport/http/HTTPTransportUtils.java | 0 .../apache/axis2/transport/http/HTTPWorker.java| 0 .../axis2/transport/http/HTTPWorkerFactory.java| 0 .../transport/http/HttpTransportProperties.java| 0 .../apache/axis2/transport/http/ListingAgent.java | 0 .../org/apache/axis2/transport/http/Request.java | 0 .../http/ServletBasedOutTransportInfo.java | 0 .../axis2/transport/http/SimpleHTTPServer.java | 0 .../axis2/transport/http/TransportHeaders.java | 0 .../impl/httpclient5/AxisRequestEntityImpl.java| 0 .../httpclient5/HTTPClient4TransportSender.java| 0 .../httpclient5/HTTPClient5TransportSender.java| 0 .../impl/httpclient5/HTTPProxyConfigurator.java| 0 .../http/impl/httpclient5/HTTPSenderImpl.java | 0 .../httpclient5/HttpTransportPropertiesImpl.java | 0 .../http/impl/httpclient5/RequestImpl.java | 0 .../transport/http/server/AxisHttpConnection.java | 0 .../http/server/AxisHttpConnectionImpl.java| 0 .../transport/http/server/AxisHttpRequest.java | 0 .../transport/http/server/AxisHttpRequestImpl.java | 0 .../transport/http/server/AxisHttpResponse.java| 0 .../http/server/AxisHttpResponseImpl.java | 0 .../transport/http/server/AxisHttpService.java | 0 .../axis2/transport/http/server/AxisParams.java| 0 .../server/ConnectionListenerFailureHandler.java | 0 .../http/server/DefaultConnectionListener.java | 0 .../DefaultConnectionListenerFailureHandler.java | 0 .../http/server/DefaultHttpConnectionManager.java | 0 .../http/server/DefaultThreadFactory.java | 0 .../http/server/HttpConnectionManager.java | 0 .../axis2/transport/http/server/HttpFactory.java | 0 .../http/server/HttpServiceProcessor.java | 0 .../axis2/transport/http/server/HttpUtils.java | 0 .../axis2/transport/http/server/IOProcessor.java | 0 .../transport/http/server/IOProcessorCallback.java | 0 .../http/server/RequestSessionCookie.java | 0 .../http/server/ResponseSessionCookie.java | 0 .../transport/http/server/SessionManager.java | 0 .../transport/http/server/SimpleHttpServer.java| 0 .../apache/axis2/transport/http/server/Worker.java | 0 .../axis2/transport/http/server/WorkerFactory.java | 0 .../apache/axis2/transport/http/util/RESTUtil.java | 0 .../transport/http/HTTPClient5SenderTest.java | 0 .../http/HTTPClient5TransportSenderTest.java | 0 .../axis2/transport/http/HTTPSenderTest.java | 0 .../transport/http/HTTPTransportSenderTest.java| 0 .../axis2/transport/http/HTTPWorkerTest.java | 0 .../http/HttpTransportDescriptionFactory.java | 0 .../axis2/transport/http/SimpleHTTPServerTest.java | 0 .../apache/axis2/transport/http/XMLSchemaTest.java | 8 .../transport/http/mock/MockAxisHttpResponse.java | 0 .../transport/http/mock/MockHTTPResponse.java | 0 .../http/mock/MockHttpServletResponse.java | 0 .../http/mock/server/AbstractHTTPServerTest.java | 0 .../http/mock/server/BasicHttpServer.java | 0 .../http/mock/server/BasicHttpServerImpl.java | 0 .../axis2/transport/server/SessionManagerTest.java | 0 .../schemas/custom_schemas/sampleSchema.xsd| 0 .../schemas/custom_schemas/sampleSchema1.xsd | 2 +- 72 files changed, 5 insertions(+), 27 deletions(-) rename modules/transport/http/src/{ => main/java}/org/apache/axis2/transport/http/AbstractAgent.java (100%) rename modules/transport/http/src/{ => main/java}/org/apache/axis2/transport/http/AbstractHTTPTransportSender.java (100%) rename modules/transport/http/src/{ => main/java}/org/apache/axis2/transport/http/AxisRequestEntity.java (100%) rename modules/transport/http/src/{ => main/jav
(axis-axis2-java-core) branch master updated (0204594525 -> 654cff06e6)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from 0204594525 Use standard Maven directory layout add 654cff06e6 Enable debug log capture in testkit tests No new revisions were added by this update. Summary of changes: .../transport/http/src/test/resources/log4j2-test.xml | 13 + .../transport/jms/src/test/resources/log4j2-test.xml| 13 + .../transport/mail/src/test/resources/log4j2-test.xml | 13 + .../transport/udp/src/test/resources/log4j2-test.xml| 13 + 4 files changed, 36 insertions(+), 16 deletions(-) copy databinding-tests/jaxbri-tests/src/test/resources/org/apache/axis2/jaxbri/processor/request.xml => modules/transport/http/src/test/resources/log4j2-test.xml (70%) copy databinding-tests/jaxbri-tests/src/test/resources/org/apache/axis2/jaxbri/processor/request.xml => modules/transport/jms/src/test/resources/log4j2-test.xml (70%) copy databinding-tests/jaxbri-tests/src/test/resources/org/apache/axis2/jaxbri/processor/request.xml => modules/transport/mail/src/test/resources/log4j2-test.xml (70%) copy databinding-tests/jaxbri-tests/src/test/resources/org/apache/axis2/jaxbri/processor/request.xml => modules/transport/udp/src/test/resources/log4j2-test.xml (70%)
(axis-axis2-java-core) branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 updated (2e6741e917 -> c293c00207)
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 2e6741e917 Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 add d77945a14c Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 add a4703fa81b Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 add 33fbedb732 Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre add 837f722827 Bump org.apache.maven.archetype:archetype-packaging from 3.2.1 to 3.3.0 add a5d0064e7c Bump org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.3.0 add bb410137af Centrally manage the version for maven-archetype-plugin and archetype-packaging add 0204594525 Use standard Maven directory layout add 654cff06e6 Enable debug log capture in testkit tests add c293c00207 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 (2e6741e917) \ N -- N -- N refs/heads/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 (c293c00207) 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: modules/tool/archetype/quickstart-webapp/pom.xml | 2 +- modules/tool/archetype/quickstart/pom.xml | 2 +- modules/transport/http/pom.xml | 22 -- .../apache/axis2/transport/http/AbstractAgent.java | 0 .../http/AbstractHTTPTransportSender.java | 0 .../axis2/transport/http/AxisRequestEntity.java| 0 .../apache/axis2/transport/http/AxisServlet.java | 0 .../axis2/transport/http/AxisServletListener.java | 0 .../transport/http/CommonsTransportHeaders.java| 0 .../http/ForbidSessionCreationWrapper.java | 0 .../axis2/transport/http/HTTPAuthenticator.java| 0 .../apache/axis2/transport/http/HTTPSender.java| 0 .../transport/http/HTTPTransportConstants.java | 0 .../transport/http/HTTPTransportReceiver.java | 0 .../axis2/transport/http/HTTPTransportSender.java | 0 .../axis2/transport/http/HTTPTransportUtils.java | 0 .../apache/axis2/transport/http/HTTPWorker.java| 0 .../axis2/transport/http/HTTPWorkerFactory.java| 0 .../transport/http/HttpTransportProperties.java| 0 .../apache/axis2/transport/http/ListingAgent.java | 0 .../org/apache/axis2/transport/http/Request.java | 0 .../http/ServletBasedOutTransportInfo.java | 0 .../axis2/transport/http/SimpleHTTPServer.java | 0 .../axis2/transport/http/TransportHeaders.java | 0 .../impl/httpclient5/AxisRequestEntityImpl.java| 0 .../httpclient5/HTTPClient4TransportSender.java| 0 .../httpclient5/HTTPClient5TransportSender.java| 0 .../impl/httpclient5/HTTPProxyConfigurator.java| 0 .../http/impl/httpclient5/HTTPSenderImpl.java | 0 .../httpclient5/HttpTransportPropertiesImpl.java | 0 .../http/impl/httpclient5/RequestImpl.java | 0 .../transport/http/server/AxisHttpConnection.java | 0 .../http/server/AxisHttpConnectionImpl.java| 0 .../transport/http/server/AxisHttpRequest.java | 0 .../transport/http/server/AxisHttpRequestImpl.java | 0 .../transport/http/server/AxisHttpResponse.java| 0 .../http/server/AxisHttpResponseImpl.java | 0 .../transport/http/server/AxisHttpService.java | 0 .../axis2/transport/http/server/AxisParams.java| 0 .../server/ConnectionListenerFailureHandler.java | 0 .../http/server/DefaultConnectionListener.java | 0 .../DefaultConnectionListenerFailureHandler.java | 0 .../http/server/DefaultHttpConnectionManager.java | 0 .../http/server/DefaultThreadFactory.java | 0 .../http/server/HttpConnectionManager.java | 0 .../axis2/transport/http/server/HttpFactory.java | 0 .../http/server/HttpServiceProcessor.java | 0 .../axis2/transport/http/server/HttpUtils.java | 0 .../axis2/transport/http/server/IOProcessor.java | 0 .../transport/http/server/IOProcessorCallback.java | 0 .../http/server/RequestSessionCookie.java | 0 .../http/server/ResponseSessionCookie.java | 0 .../transport/http/server/SessionManager.java | 0 .../transport/http/server/SimpleHttpServer.java
(axis-axis2-java-core) branch master updated (654cff06e6 -> 88e46ab002)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from 654cff06e6 Enable debug log capture in testkit tests add 88e46ab002 Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(axis-axis2-java-core) branch dependabot/maven/org.mockito-mockito-core-5.14.1 deleted (was e054aeb3f2)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-5.14.1 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was e054aeb3f2 Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.