dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
fix spi has just one impl and annotated @Adaptive on class,cause ioc invalid ## What is the purpose of the change When the interface class of spi has only one...
## What is the purpose of the change Specify the jsr310 time format based on the configuration when generic invoke ## Verifying this change org.apache.dubbo.spring.boot.context.event.Jsr310ConverterApplicationListenerTest
## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually...
## What is the purpose of the change - Add comments in `RandomLoadBalance` to make it easier for people to understand its logic. - Rewrite a part of its logic...
Moved from #13334 due to branch operation error. ## What is the purpose of the change fix #13327 - `dubbo.jstack-dump.max-line` can be used to indicate that all stack trace lines...
## What is the purpose of the change Support I/O Uring ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for...
## What is the purpose of the change Reformat codes and comments in AbstractConditionMatcher to improve readability. The previous code used three ifs to separately indicate what should be done...
## What is the purpose of the change? Ref: #15332 ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change. - [x] Write a pull request...
## What is the purpose of the change Fix #13743 1、getLocalAddress0() 优先获得IPv4地址,再尝试获得IPv6地址,都获取不到时不再校验getLocalHost的有效性 2、getLocalHost() 只计算一次IP地址,如果getLocalAddress() 返回null, 则用LOCALHOST_VALUE赋值,避免大量的重复计算