This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.1.3-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 4781862ee2 Prepare 3.1.3 release
add 5eb9b73156 Fix shallow clone for sonarcloud (#10985)
add 237042cbb5 Remove public modifier in dubbo-compatiable (#10983)
add fdb4b21f9a Refactor some test cases to remove public modifier (#10984)
new 8b2cd33765 Merge branch 'apache-3.1' into 3.1.3-release
The 1 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:
.github/workflows/build-and-test-pr.yml | 2 +
.../common/beanutil/JavaBeanSerializeUtilTest.java | 92 +++++++++++++++++++++-
.../apache/dubbo/common/utils/PojoUtilsTest.java | 2 +-
.../java/org/apache/dubbo/cache/CacheTest.java | 4 +-
.../dubbo/common/extension/ExtensionTest.java | 4 +-
.../apache/dubbo/config/ApplicationConfigTest.java | 34 ++++----
.../apache/dubbo/config/ArgumentConfigTest.java | 10 +--
.../java/org/apache/dubbo/config/ConfigTest.java | 4 +-
.../apache/dubbo/config/ConsumerConfigTest.java | 8 +-
.../org/apache/dubbo/config/MethodConfigTest.java | 28 +++----
.../org/apache/dubbo/config/ModuleConfigTest.java | 18 ++---
.../apache/dubbo/config/ProtocolConfigTest.java | 32 ++++----
.../apache/dubbo/config/ProviderConfigTest.java | 40 +++++-----
.../apache/dubbo/config/ReferenceConfigTest.java | 4 +-
.../apache/dubbo/config/RegistryConfigTest.java | 40 +++++-----
.../org/apache/dubbo/echo/EchoServiceTest.java | 4 +-
.../java/org/apache/dubbo/filter/FilterTest.java | 6 +-
.../apache/dubbo/generic/GenericServiceTest.java | 12 +--
.../java/org/apache/dubbo/rpc/RpcContextTest.java | 6 +-
.../org/apache/dubbo/rpc/cluster/RouterTest.java | 4 +-
.../dubbo/serialization/SerializationTest.java | 12 +--
.../org/apache/dubbo/config/spring/ConfigTest.java | 2 +-
.../spring/schema/DubboNamespaceHandlerTest.java | 5 +-
.../{transport => }/codec/CodecAdapterTest.java | 4 +-
.../codec/DeprecatedExchangeCodec.java | 2 +-
.../codec/DeprecatedTelnetCodec.java | 2 +-
.../dubbo/remoting/codec/ExchangeCodecTest.java | 2 +-
.../java/org/apache/dubbo/dependency/FileTest.java | 14 ++--
28 files changed, 241 insertions(+), 156 deletions(-)
rename
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/{transport
=> }/codec/CodecAdapterTest.java (90%)
rename
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/{transport
=> }/codec/DeprecatedExchangeCodec.java (99%)
rename
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/{transport
=> }/codec/DeprecatedTelnetCodec.java (99%)