dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## What is the purpose of the change optimize the same weight judgement ## Brief changelog Move the logic to determine if the weights are the same before accumulation. So...
### 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...
Check all ZoneDetectors and pick the first one if `default` is not configured.
### 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. In the newer versions of Hibernate-validator, the package names of the relevant validation implementation classes have been migrated from `javax` to...
## What is the purpose of the change fixed #14200 ## Brief changelog add group and version to mapping key ## Verifying this change ## Checklist - [x] Make sure...
## 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 [[Task] Separate the code for indicator monitoring #14016](https://github.com/apache/dubbo/issues/14016) ## Brief changelog 1、Refer to Spring Event Multicaster, improve Dubbo Event Multicaster, and migrate...
### 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 catch the exception when the url can't be deserialization.[related issue](https://github.com/apache/dubbo/issues/12941) ## Brief changelog add the json check when ANY_VALUE.equals(url.getServiceInterface()) at ZookeeperRegistry#doSubscribe. ##...