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 46af145730 refactor(triple): Clean up some unused classes to 
facilitate reference analysis (#13619)
     add fed4755cd6 Fix dubbo.tag override by consumer.tag in NacosRegistry 
(#13592)
     add 50c5a668c7 Bump log4j2_version from 2.22.0 to 2.22.1 (#13594)
     add 011d6e0a71 Exclude `UseJavaPackageAsPath` to parameters (#13595)
     add 06d29f12ea Update NOTICE to 2024
     add 1bdbfd8647 Fix MergeableClusterInvoker log issue (#13593)
     add e583187aac Fix triple injvm deep copy issue (#13597)
     add 26eac846b9 style(editorconfig): Maintain the source code format and 
spotless plugin format the same as much as possible through editorconfig 
(#13622)
     add 1c6374c2f5 Update SECURITY.md
     add bada1b831c Bump io.zipkin.reporter2:zipkin-reporter-bom from 2.17.1 to 
2.17.2 (#13626)
     add 9f50c97ca7 Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 
(#13625)
     add ec47f807b9 Bump com.alibaba.fastjson2:fastjson2 from 2.0.44 to 2.0.45 
(#13627)
     add 20e0b57a81 fix
     add 670f997eac fix AbortPolicyWithReport Semaphore lock not released 
(#13609)
     add edf00b3af9 Merge branch '3.2' of https://github.com/apache/dubbo into 
3.2
     add 4c528230eb add test ci
     add 50612ad3a7 Revert 13609 due to misoperation (#13634)
     add 966efaab85 do not invoke test method(#13589) (#13601)
     add b5a8c7df55 Bump io.opentelemetry:opentelemetry-bom from 1.33.0 to 
1.34.0 (#13628)
     add 05d44abe93 add registryUrl parameters from multipleRegistryUrl #13603 
(#13633)
     add 9d04bc5c25 stop startup if dubbo application name configuration is 
invalid (#13343)
     add 1d9535518e DefaultProviderFirstParams add THREADPOOL_KEY (#13637)
     add df0de49b8c Fix URL parse pwd failed when the pwd contains '#' (#13631)
     add 16cdc5290e Revert "Fix URL parse pwd failed when the pwd contains '#'" 
(#13645)
     add 1cd57821df Revert "check application name" (#13647)
     add 714e076284 Revert "DefaultProviderFirstParams add THREADPOOL_KEY" 
(#13648)
     add ac076eed4a Bump org.apache.maven.plugins:maven-failsafe-plugin from 
3.2.3 to 3.2.5 (#13664)
     add 867ebc5e11 Bump io.opentelemetry:opentelemetry-bom from 1.34.0 to 
1.34.1 (#13663)
     add f0782a4e80 Bump io.projectreactor:reactor-core from 3.6.1 to 3.6.2 
(#13660)
     add 1bc3deee13 Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.97 
to 8.5.98 (#13657)
     add 986879e7b2 Bump protobuf-java_version from 3.25.1 to 3.25.2 (#13654)
     add 4eb1bb970f Bump com.diffplug.spotless:spotless-maven-plugin from 
2.41.1 to 2.42.0 (#13659)
     add 7bc2e17706 Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 
1.6.0 (#13656)
     add 0433ef3589 Bump grpc.version from 1.60.1 to 1.61.0 (#13652)
     add 9e51841959 Bump org.apache.maven.plugin-tools:maven-plugin-annotations 
(#13658)
     add ac9cafbf53 Bump io.micrometer:micrometer-core from 1.12.1 to 1.12.2 
(#13653)
     add 3d5edbbb57 Bump io.micrometer:micrometer-tracing-bom from 1.2.1 to 
1.2.2 (#13651)
     add 9d37c4e083 Add pond test cases (#13646)
     add 8f5b5c6a7b Bump org.apache.maven.plugins:maven-surefire-plugin from 
3.2.3 to 3.2.5 (#13661)
     add 66710126b7 Bump io.micrometer:micrometer-bom from 1.12.1 to 1.12.2 
(#13662)
     add f20fac4e77 feat(CI): Added GitHub Actions to check for code style 
violations (#13489)
     add 7a3ad4ab41 Hotfix rest Chinese encoding (#13617)
     new c38fa0ac8b Merge branch 'apache-3.2' into apache-3.3
     new 9211a91d1c Fix conflicts

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:
 .editorconfig                                      | 49 +++++++++++++++--
 .github/workflows/build-and-test-pr.yml            | 61 +++++++++++++++++++---
 NOTICE                                             |  2 +-
 SECURITY.md                                        | 12 +++--
 .../cluster/support/MergeableClusterInvoker.java   | 22 ++++++--
 .../threadpool/support/AbortPolicyWithReport.java  | 18 ++++---
 .../apache/dubbo/config/AbstractServiceConfig.java |  2 +-
 .../org/apache/dubbo/common/URLStrParserTest.java  | 24 +++++++--
 dubbo-demo/dubbo-demo-spring-boot/pom.xml          |  2 +-
 dubbo-dependencies-bom/pom.xml                     | 20 +++----
 .../dubbo-dependencies-zookeeper-curator5/pom.xml  |  4 +-
 .../dubbo-dependencies-zookeeper/pom.xml           |  4 +-
 dubbo-dependencies/pom.xml                         |  2 +-
 dubbo-distribution/pom.xml                         |  2 +-
 dubbo-maven-plugin/pom.xml                         |  2 +-
 .../support/CacheableFailbackRegistry.java         | 16 ------
 .../dubbo/registry/support/FailbackRegistry.java   | 15 ++++++
 .../dubbo/registry/multiple/MultipleRegistry.java  |  5 +-
 .../apache/dubbo/registry/nacos/NacosRegistry.java |  1 +
 .../dubbo/remoting/http/rest/RestClientTest.java   | 47 +++++++++++++++++
 .../apache/dubbo/rpc/filter/ExceptionFilter.java   |  4 +-
 .../dubbo/rpc/filter/ExceptionFilterTest.java      |  2 +-
 .../protocol/injvm/DefaultParamDeepCopyUtil.java   |  5 ++
 .../rpc/protocol/rest/constans/RestConstant.java   |  3 ++
 .../rpc/protocol/rest/request/RequestFacade.java   | 23 ++++++++
 .../rpc/protocol/rest/util/DataParseUtils.java     | 37 +++++++++++++
 .../rpc/protocol/rest/DataParseUtilsTest.java      | 11 ++++
 .../rpc/protocol/rest/NettyRequestFacadeTest.java  | 35 +++++++++++++
 .../observability/pom.xml                          |  8 +--
 dubbo-test/dubbo-test-check/pom.xml                |  2 +-
 pom.xml                                            |  8 +--
 31 files changed, 368 insertions(+), 80 deletions(-)

Reply via email to