This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/spring-6.version-6.2.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


 discard 9f2c2acc60 Bump spring-6.version from 6.2.0 to 6.2.1
     add a8b53a275d optimize: support http1 automatic keepalive setting (#15019)
     add 0fd3706300 Replace upload artifact results (#15025)
     add 1da23ea9fa feat: server stream supports requests without parameters 
(#15026)
     add 2c5419a7aa Fix CI Upload Configuration (#15030)
     add a0c9eb1a99 update README.md (#15028)
     add 3e3211109a Fix TelnetCodecTest in Windows (#15033)
     add 0a0687e8dc Prepare 3.3.2 release
     add 3438707d45 Merge branch 'refs/heads/apache-3.3' into 3.3.2-release
     add 190b4176b3 Merge branch 'refs/heads/3.3.2-release' into apache-3.3
     add 577a4158c4 Fix dubbo-compiler import
     add 2d9a9552ab Bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.6 
(#15027)
     add bd17cdf583 Bump io.projectreactor:reactor-core from 3.7.0 to 3.7.1 
(#15001)
     add 6b978a6dad Bump io.swagger.core.v3:swagger-annotations from 2.2.25 to 
2.2.27 (#14996)
     add aae516c24a correcting spelling mistakes (#15015)
     add c25f0287ff Bump byte-buddy_version from 1.15.10 to 1.15.11 (#15000)
     add 31439d995d Bump org.webjars:webjars-locator-lite from 1.0.0 to 1.0.1 
(#14999)
     add ec763c1567 Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2 
(#14991)
     add 9c979a386c Bump org.asynchttpclient:async-http-client from 2.12.3 to 
2.12.4 (#14995)
     add 0a53485be9 Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 
(#14994)
     add 2b87c1fddb Bump spring-boot-3.version from 3.4.0 to 3.4.1 (#15012)
     add 29c3e6ae9d Bump org.apache.dubbo.extensions:dubbo-rpc-rest from 3.3.0 
to 3.3.1 (#14998)
     add f666e70d0b Bump log4j2_version from 2.24.2 to 2.24.3 (#14997)
     add 5d18444ff6 Bump grpc.version from 1.68.2 to 1.69.0 (#14989)
     add 53c37128ff Bump spring-6.version from 6.2.0 to 6.2.1

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   (9f2c2acc60)
            \
             N -- N -- N   refs/heads/dependabot/maven/spring-6.version-6.2.1 
(53c37128ff)

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:
 .github/workflows/build-and-test-pr.yml            | 16 +++++-----
 .github/workflows/build-and-test-scheduled-3.1.yml |  8 ++---
 .github/workflows/build-and-test-scheduled-3.2.yml |  8 ++---
 .github/workflows/build-and-test-scheduled-3.3.yml |  8 ++---
 .github/workflows/release-test.yml                 |  8 ++---
 README.md                                          | 20 ++++++------
 dubbo-cluster/pom.xml                              |  2 +-
 .../loadbalance/RoundRobinLoadBalanceTest.java     |  4 +--
 .../rpc/model/ReflectionMethodDescriptor.java      | 37 ++++++++++++++++++++--
 .../common/io/UnsafeByteArrayOutputStreamTest.java |  3 +-
 .../org/apache/dubbo/config/ReferenceConfig.java   |  2 +-
 .../builders/AbstractInterfaceBuilder.java         |  2 +-
 .../spring/issues/issue6000/Issue6000Test.java     |  2 +-
 .../dubbo/springboot/demo/servlet/ApiConsumer.java | 19 +++++++++++
 .../springboot/demo/servlet/GreeterService.java    |  2 ++
 .../demo/servlet/GreeterServiceImpl.java           | 11 +++++++
 dubbo-demo/dubbo-demo-spring-boot/pom.xml          |  2 +-
 dubbo-dependencies-bom/pom.xml                     |  8 ++---
 dubbo-maven-plugin/pom.xml                         |  2 +-
 dubbo-plugin/dubbo-rest-jaxrs/pom.xml              |  2 +-
 dubbo-plugin/dubbo-rest-openapi/pom.xml            |  4 +--
 dubbo-plugin/dubbo-rest-spring/pom.xml             |  2 +-
 .../dubbo/remoting/codec/TelnetCodecTest.java      |  3 +-
 .../dubbo/remoting/http12/HttpHeaderNames.java     |  2 ++
 .../remoting/http12/message/MethodMetadata.java    | 24 ++------------
 .../remoting/http12/netty4/h1/NettyHttp1Codec.java | 17 +++++++++-
 dubbo-rpc/dubbo-rpc-triple/pom.xml                 |  6 ++++
 .../tri/h12/ServerStreamServerCallListener.java    |  7 ++++
 dubbo-test/dubbo-test-check/pom.xml                |  2 +-
 pom.xml                                            |  2 +-
 30 files changed, 155 insertions(+), 80 deletions(-)

Reply via email to