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

albumenj pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from 79ff881b48 fix:tcp connection window size split from stream connection 
window size for 3.3 (#14670)
     add d873f77f79 Bump bytebuddy.version from 1.15.0 to 1.15.1 (#14648)
     add 7453a94d0f Bump log4j2_version from 2.23.1 to 2.24.0 (#14649)
     add 7e5265f9c4 Bump jetty_version from 9.4.55.v20240627 to 
9.4.56.v20240826 (#14650)
     add 4d51a5a21d Bump io.opentelemetry:opentelemetry-bom from 1.41.0 to 
1.42.0 (#14651)
     add 9a93622d13 Bump netty4_version from 4.1.112.Final to 4.1.113.Final 
(#14652)
     add 34c976e021 Bump ch.qos.logback:logback-core from 1.5.7 to 1.5.8 
(#14653)
     add f37b28b56b Bump org.eclipse.jetty:jetty-maven-plugin (#14654)
     add c804919345 Bump com.alibaba.nacos:nacos-client from 2.4.1 to 2.4.2 
(#14655)
     add ddb3fba7d0 fix:tcp connection window size split from stream connection 
window size (#14664)
     add c833069d53 Fix (#14671)
     add 4a7489739c Prepare 3.2.16 release
     add c2894d112b Merge branch 'refs/heads/apache-3.2' into 3.2.16-release
     add 43c85d149b Merge branch 'refs/heads/3.2.16-release' into apache-3.2
     add ef253c9ba4 bump to 3.2.17-SNAPSHOT
     new f6561f0596 Merge branch 'refs/heads/apache-3.2' into apache-3.3
     add aa20c9bc41 Prepare 3.3.0 release
     new cc1e680223 Merge branch 'refs/heads/3.3.0-release' into apache-3.3
     new bf51a34cc4 bump to 3.3.1-SNAPSHOT

The 3 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:
 .../dubbo-demo-native/dubbo-demo-native-consumer/pom.xml       |  2 +-
 .../dubbo-demo-native/dubbo-demo-native-provider/pom.xml       |  2 +-
 dubbo-dependencies-bom/pom.xml                                 | 10 +++++-----
 .../dubbo-dependencies-zookeeper-curator5/pom.xml              |  2 +-
 dubbo-plugin/dubbo-rest-jaxrs/pom.xml                          |  2 +-
 dubbo-plugin/dubbo-rest-spring/pom.xml                         |  2 +-
 .../org/apache/dubbo/remoting/telnet/support/TelnetUtils.java  |  8 ++++----
 .../{ChanelHandlerTest.java => ChannelHandlerTest.java}        | 10 +++++-----
 .../java/org/apache/dubbo/remoting/PerformanceClientTest.java  |  4 ++--
 .../src/main/java/org/apache/dubbo/rpc/Constants.java          |  1 +
 .../apache/dubbo/rpc/protocol/dubbo/CallbackServiceCodec.java  |  2 +-
 .../apache/dubbo/rpc/protocol/injvm/InjvmClassLoaderTest.java  |  2 +-
 .../dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto    |  4 ++--
 .../dubbo-spring-boot-starters/observability/pom.xml           |  2 +-
 dubbo-spring-boot/pom.xml                                      |  2 +-
 pom.xml                                                        |  4 ++--
 16 files changed, 30 insertions(+), 29 deletions(-)
 rename 
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/{ChanelHandlerTest.java
 => ChannelHandlerTest.java} (95%)

Reply via email to