Skip to content
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

Bump dubbo-common from 2.7.0-SNAPSHOT to 2.7.7 in /dubbo-all #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps dubbo-common from 2.7.0-SNAPSHOT to 2.7.7.

Release notes

Sourced from dubbo-common's releases.

dubbo-2.7.7

Features

  • [Solution] How to integrate Apache Dubbo with Nacos authentication #5956
  • [Dubbo-5130] complete lfu cache proposal #5734
  • [Feature] To support the application choose the preferred network interface #5795
  • [Dubbo-Performance] Reuse Hessian2Output and Hessian2Input instance to reduce memor… #5889
  • @​Reference@​Service Naming issues #6074
  • support timeout pass and count down on RPC call chain. #6008
  • add new loadbalance strategy #6064

Enhancement

  • call onThrowable when RPC call fail (#5828)
  • upgrade fastjson to 1.2.68 #5941
  • update hessian-lite to 3.2.7 #5964
  • [feature] publish ThreadPoolExhaustedEvent when thread pool exhausted #5958
  • [Dubbo-5855] ReferenceConfig(null) is not DESTROYED when FINALIZE #5863
  • register stated url to provider model, no matter the provider is configured to delay-published or not #5757
  • [Enhancement] Take the "name" property of Dubbo Config as Spring Bean If its "id" property is blank #6063
  • [Enhancement] Adding a build tools module for Apache License #6060
  • [Enhancement] Refactoring the parser of dubbo config BeanDefinitions in XML configuration #6039
  • [Refactor] Extracting the "parameters" property to a new abstract Dubbo config class #6043
  • [Refactor] Rename the class name of ServiceAnnotationBeanPostProcessor #6070
  • [Enhancement] Adding the overriding rule for ExtensionLoader #6068
  • [Enhancement] Resolving the placeholders of XML BeanDefinition in the Configuration Class #6079
  • Ignore deserilization when service/method not found #5733
  • DynamicConfiguration: return default value if not implemented. #6086
  • [Dubbo-Optimization] modify the synchronize monitor object to final #6081
  • support for merger when use @​Method or @​DubboReference #6092
  • Making "dubbo-build-tools" module to be non-deployable one. #6115

Bugfixes

  • zipkin tracing filter cause deadlock #5955
  • correct the number of selected invoker #5875
  • Fixes multi-registry subscription loadbalance strategy does not work properly. #5686
  • [Dubbo-5871][Dubbo-5885][Dubbo-5899] Fix nacos registry not work bug since 2.7.6 #5902
  • Fix default config does not work as expected. #5952
  • fix potential ConcurrentModificationException #6031
  • revert computeIfAbsent for jdk related bug #6032
  • fix tomcat9 support. #5711 #6066
  • fix alibaba RpcContext setAttachment(String,String) #6052
  • add javax support when use jdk11 #154
  • Use the correct service name in the request package #6138

Compatibility

  • compatible with lower versions registering "default." keys #5950

... (truncated)

Changelog

Sourced from dubbo-common's changelog.

Release Notes

2.7.6

Features

Enhancement

  • Removing the internal JDK API from FileSystemDynamicConfiguration
  • Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+
  • Remove feature envy
  • JsonRpcProtocol support Generalization
  • Reduce object allocation for ProtocolUtils.serviceKey
  • Reduce object allocation for ContextFilter.invoke

Bugfixes

  • Fixed bugs reported from 2.7.5 or lower versions, check 2.7.6 milestone for details.

Compatibility

  1. Filter refactor, the callback method onResponse annotated as @​Deprecated has been removed, users of lower versions that have extended Filter implementations and enabled Filter callbacks should be careful of this change.
  2. RpcContext added some experimental APIs to support generic Object transmission.

2.7.5

Features

  • Support HTTP/2 through gRPC, offers all features supported by HTTP/2 and gRPC
    • Stream communication: client stream, server stream and bi-stream.
    • Reactive stream style RPC call.
    • Back pressure based on HTTP/2 flow-control mechanism.
    • TLS secure transport layer.
    • Define service using IDL
  • Protobuf support for native Dubbo
    • Define service using IDL
    • Protobuf serialization
  • TLS for netty4 server
  • New SPI for dynamically adding extra parameters into provider URL, especially env parameters.
  • [BETA] Brand new Service Discovery mechanism: Service Reflection - instance (application) level service discovery.
  • [BETA] Brand new API for bootstraping Dubbo projects

Performance Tuning

  • Overall performance improved by nearly 30% compared to v2.7.3 (by QPS in certain circumstances)
  • Improved consumer side thread model to avoid thread allocation and context switch, especially useful for services serving big traffic.

Enhancement

  • Load balance strategy among multiple registries:
    • Preferred
    • Same zone first
    • Weighted LB
    • The first one available

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [dubbo-common](https://github.com/apache/dubbo) from 2.7.0-SNAPSHOT to 2.7.7.
- [Release notes](https://github.com/apache/dubbo/releases)
- [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md)
- [Commits](https://github.com/apache/dubbo/commits/dubbo-2.7.7)

---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo-common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants