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

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


    from ef34c3bed9 Bump version to 3.2.0-beta.2-SNAPSHOT
     add 305d290e5f Fix dubbo get wrong return type when generic impl invoke 
(#10891)
     add 86e2eb2de9 Fix RpcUtils#getParameterTypes and 
AccessLogFilter#renameFile method (#10881)
     add d0f64b4717 Prepare 3.1.2 release
     add 73bc6c9850 Merge branch '3.1.2-release' into 3.1
     add bb53fde978 Add dependencies check (#10896)
     add 70660cb969 fix issue: unexport() throws NPE when register fail. 
(#10893)
     add 25b2d6158e Bump version to 3.1.3-SNAPSHOT
     add cc1162feb8 Fix ServiceDefinitionBuilder uts (#10904)
     add b6849441a5 Try add sonarcloud (#10906)
     new 5283f147d6 Merge branch 'apache-3.1' into apache-3.2

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            |  16 +++
 .licenserc.yaml                                    | 115 +++++++++++++++++++++
 Jenkinsfile.sonar                                  |  49 +++++++++
 .../definition/ServiceDefinitionBuilderTest.java   |   2 +
 .../registry/integration/RegistryProtocol.java     |   6 +-
 .../apache/dubbo/rpc/filter/AccessLogFilter.java   |   2 +-
 .../org/apache/dubbo/rpc/support/RpcUtils.java     |  16 ++-
 .../org/apache/dubbo/rpc/support/RpcUtilsTest.java | 115 ++++++++++++++++++++-
 .../rpc/protocol/dubbo/DecodeableRpcResult.java    |  10 +-
 .../apache/dubbo/common/serialize/ObjectInput.java |   1 -
 10 files changed, 316 insertions(+), 16 deletions(-)
 create mode 100644 Jenkinsfile.sonar

Reply via email to