dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
2.7.8 版本代码如下。 ServiceConfig.java 方法 findConfigedPorts 代码 map.put(BIND_PORT_KEY, String.valueOf(portToBind)); 2.7.12版本代码 ServiceConfig.java 方法 findConfigedPorts 代码 map.put(BIND_PORT_KEY, String.valueOf(portToRegistry)); 有什么特殊的考虑吗?
## What is the purpose of the change? This PR fixes **order-dependent flakiness (OD-Vic)** in `ExtensionLoaderTest.testInjectExtension` This test fails under randomized test execution orders due to multiple DemoImpl instances being...
## Motivation Avoid Calling Other Methods in Constructors https://github.com/apache/dubbo/issues/15600 ## The Problem ``` public abstract class AbstractServer { public AbstractServer(URL url, ChannelHandler handler) { super(url, handler); doOpen(); } protected abstract...
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
## What is the purpose of the change? resolve #15623 , to support the options `check=false` for registry-center config-center and metadata-center. There contains the content of PR #15594. The specific...
## What is the purpose of the change? 1. Upgrade ```HashedWheelTimer``` content based on latest Netty's ```HashedWheelTimer```(Oct 17, 2025): https://github.com/netty/netty/blob/d7b39b4f48aff9f7efd2fe0aa8841e2aa13e2874/common/src/main/java/io/netty/util/HashedWheelTimer.java (https://github.com/netty/netty/commit/d7b39b4f48aff9f7efd2fe0aa8841e2aa13e2874) 2. Add ```jctools-core``` to transitive dependencies of ```dubbo-all``` and...
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
## What is the purpose of the change? 1. Reset spring version of dubbo-test-spring3.2, dubbo-test-spring4.1 and dubbo-test-spring4.2. 2. Add profile for them since they could not run on jdk17+. The...
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...