forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2 #1
Merged
Merged
3.2 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…AwareBeanPostProcessor (#10697)
* ✨ Enable consumers to request service providers by priority using the appropriate serialization type * ✏️ Fixing PR specification * ✏️ Optimization of import * 🎉 Optimization of import and comment * 🎉 Optimization of import * 🎉 Optimization of import * 🎉 fix Junit * 🎉 Default prefer serialization is `hessian2` * fix comment
…10691) * Add dual chain support for state router, prevent update when invoke * Fix uts
# Conflicts: # .github/workflows/build-and-test-3.1.yml # .github/workflows/build-and-test-3.2.yml # .github/workflows/build-and-test-scheduled-3.2.yml # dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/stream/TripleClientStream.java
# Conflicts: # dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
# Conflicts: # .licenserc.yaml # dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java # dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java # dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/stream/TripleClientStream.java
# Conflicts: # dubbo-dependencies-bom/pom.xml # dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml # dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml # pom.xml
* fix native image failed Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix native image failed Signed-off-by: crazyhzm <crazyhzm@gmail.com> * remove import Signed-off-by: crazyhzm <crazyhzm@gmail.com> Signed-off-by: crazyhzm <crazyhzm@gmail.com>
… affecting performance (#10839) * Cache jvm system parameters to prevent each call from being executed, affecting performance Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix npe Signed-off-by: crazyhzm <crazyhzm@gmail.com> * optimization performance Signed-off-by: crazyhzm <crazyhzm@gmail.com> * remove unused import Signed-off-by: crazyhzm <crazyhzm@gmail.com> * add default config value Signed-off-by: crazyhzm <crazyhzm@gmail.com> * change getProperty method Signed-off-by: crazyhzm <crazyhzm@gmail.com> * change convert method Signed-off-by: crazyhzm <crazyhzm@gmail.com> * change getInternalProperty by default value Signed-off-by: crazyhzm <crazyhzm@gmail.com> * add overwrite cache api Signed-off-by: crazyhzm <crazyhzm@gmail.com> * add clear cache api Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix ut Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix ut Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix ut Signed-off-by: crazyhzm <crazyhzm@gmail.com> * reset DubboBootstrap Signed-off-by: crazyhzm <crazyhzm@gmail.com> * change serialization.security.check config to app scopemodel Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix url without scopemodel Signed-off-by: crazyhzm <crazyhzm@gmail.com> * fix url without scopemodel Signed-off-by: crazyhzm <crazyhzm@gmail.com> Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* support dump switch config Signed-off-by: crazyhzm <crazyhzm@gmail.com> * support xml config for dump directory and dump switch Signed-off-by: crazyhzm <crazyhzm@gmail.com> Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* opt some code * remove unused if * fix npe
# Conflicts: # dubbo-native/src/main/java/org/apache/dubbo/remoting/api/pu/PortUnificationTransporter$Adaptive.java # dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/DecodeableRpcInvocation.java # dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/call/AbstractServerCallListener.java
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Brief changelog
Verifying this change
Checklist