dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## What is the purpose of the change? This PR stabilizes remaining outlier `dubbo-config-spring` tests that were intermittently failing under randomized execution orders (NonDex) due to shared Dubbo/Spring framework state...
## What is the purpose of the change? This PR stabilizes boot-related tests inside `dubbo-config-spring` that were intermittently failing under randomized execution orders (NonDex) due to shared Dubbo/Spring framework state...
## What is the purpose of the change? This PR stabilizes remaining reference and schema-related tests inside `dubbo-config-spring` that were intermittently failing under randomized execution orders (NonDex) due to shared...
## What is the purpose of the change? see #15678 This change introduces support for masking sensitive parameters when building URL strings in Dubbo. Previously, parameters such as password, secretKey,...
## What is the purpose of the change? 1. https://github.com/apache/dubbo/pull/15818 tested failed, the root cause is the new version classes ```Tracer``` and ```Propagator``` could not be mocked by ```mockito 4.x```...
## What is the purpose of the change? 1. https://github.com/apache/dubbo/pull/15726 tested failed because Hazelcast 5.2.5 took ```auto-dection``` instead of ```multicast``` (Hazelcast 3.12.13) as its default discovery mechanism, the test cases...
## What is the purpose of the change? try to fix https://github.com/apache/dubbo/issues/15663 ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change. - [x] Write a...
## What's Changed 1. Remove ```jdk9-compile``` profile configuration from pom.xml. For now, ```Unsafe``` will be considered as nonexistent package if set ```maven.compiler.release```, no matter the release is set to 8...
## What is the purpose of the change? This PR stabilizes more reference-related tests inside `dubbo-config-spring` that were intermittently failing under randomized execution orders (NonDex) due to shared Dubbo/Spring framework...
## What is the purpose of the change? This PR stabilizes propertyconfigurer-related tests inside `dubbo-config-spring` that were intermittently failing under randomized execution orders (NonDex) due to shared Dubbo/Spring framework state...