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 2dde7ac09e feat(triple): Dubbo triple&rest protocol convergense
(#13607)
add 2cf54f7947 Close the connection but not the client (#13600)
add 5c0b1deb1c Bump netty4_version from 4.1.104.Final to 4.1.106.Final
(#13682)
add 78bc753ff3 Bump org.testcontainers:testcontainers from 1.19.3 to
1.19.4 (#13702)
add e76d447883 Bump swagger_version from 1.6.12 to 1.6.13 (#13700)
add 399cda8ac1 Bump org.codehaus.mojo:license-maven-plugin from 2.3.0 to
2.4.0 (#13701)
add f2478b4d5c Bump com.diffplug.spotless:spotless-maven-plugin from
2.42.0 to 2.43.0 (#13703)
add 29b0c7298d Fix port unification issue in triple and dubbo protocol
(#13696)
add ae39a9f7f3 Release 3.2.11 (#13727)
add 77101ebeff Bump version to 3.2.12-SNAPSHOT (#13726)
add 05cecc55bc Fixes #13684: delete outdated metrics port assertions
(#13717)
add b7cd1f933f Fix NPE in DefaultTypeBuilder (#13732)
new ce570dd932 Merge branch 'apache-3.2' into apache-3.3
new a1bfa7b8f7 Fix style
The 2 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:
README.md | 8 ++++----
.../dubbo/config/AbstractInterfaceConfig.java | 19 ------------------
.../org/apache/dubbo/config/MetricsConfig.java | 14 -------------
.../definition/builder/DefaultTypeBuilder.java | 11 +++++++----
...uilderTest.java => DefaultTypeBuilderTest.java} | 23 ++++++++++++++--------
dubbo-config/dubbo-config-api/pom.xml | 2 +-
.../org/apache/dubbo/config/ReferenceConfig.java | 1 -
.../org/apache/dubbo/config/ServiceConfig.java | 1 -
.../src/main/resources/META-INF/dubbo.xsd | 6 ------
dubbo-dependencies-bom/pom.xml | 8 ++++----
.../dubbo-dependencies-zookeeper-curator5/pom.xml | 2 +-
.../dubbo-dependencies-zookeeper/pom.xml | 2 +-
dubbo-dependencies/pom.xml | 2 +-
dubbo-distribution/pom.xml | 2 +-
.../api/pu/AbstractPortUnificationServer.java | 21 +++++++++++---------
.../netty/NettyPortUnificationServer.java | 2 +-
.../transport/netty4/NettyConnectionClient.java | 7 +++----
.../netty4/NettyPortUnificationServer.java | 2 +-
.../netty4/NettyPortUnificationServerHandler.java | 17 ++++++++--------
.../rpc/protocol/tri/TriplePingPongHandler.java | 4 +++-
pom.xml | 4 ++--
21 files changed, 66 insertions(+), 92 deletions(-)
copy
dubbo-common/src/test/java/org/apache/dubbo/metadata/definition/{TypeDefinitionBuilderTest.java
=> DefaultTypeBuilderTest.java} (61%)