Sayi / swagger-dubbo

:page_with_curl: Dubbo的Swagger服务文档
Apache License 2.0
330 stars 186 forks source link

Bump dubbo from 2.7.5 to 2.7.13 in /swagger-dubbo #61

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps dubbo from 2.7.5 to 2.7.13.

Release notes

Sourced from dubbo's releases.

dubbo-2.7.13

Features

  • Add the file parameter to MetadataReportBuilder(#8031)
  • Delay export server should print stack trace if there are exception occur. (#8125)
  • Increase the service detection logic on the consumer side of redisRegistry (#7929)
  • support dubbo:annotation element tag in xml when using legacy namespace. (#7995)
  • support disable shutdown hook (#8369)

BugFixs

  • fix instance change event name format problem. (#8346)
  • fix String.format lack of arg which is from BroadcastClusterInvoker link (#8348)
  • disable telnet by default and fix ut, reset resources (#8239)
  • annotation cannt be serializable,so change to String (#7908)
  • Fix the issue that the ReferenceConfigCache#destroy method does not call proxy.$destroy() (#8065)
  • fix multi-registry bug (#8034)
  • [Dubbo-6720] fix bug same interface unexport and export fail. also support hotload service (#6720)
  • Fix urls may be null, and NullPointerException will be thrown in ConfigValidationUtils (#8020) (#8021)
  • Fix duplicated import (#8015)
  • Fix spring spi extension keeps printing warn log during starting. (#6144)
  • Dubbo-8172]Not shuwdown ExecutorService when DefaultFuture. closeChannel() (#8188)

Optimization

  • optimize ShortestResponseLoadBalance active param (#8318)
  • Set specific serializer for native hessian and hessian rpc protocol (#8238)
  • Enhance metadata report config. (#8268)
  • for compatible nacos server lower version, we should check the response from nacos server is null. (#8229)
  • use service name mapping key to avoid logic conflict. (#8184)
  • Tests transaction of callback method #8098 (#8120)
  • improve the code of URLStrParser.java (#8085)
  • remove redundant class: \common\utils\ClassHelper.java (#8084)
  • EventPublishingServiceDiscovery add error log (#8066)
  • add cache for scan result. (#7477) (#8057)
  • Remove needless toString convert (#8092)
  • optimize generic filter (#8067)
  • Ignore invalid MetadataReportConfig (#8068)
  • Optimize StatusTelnetHandler code and extract constants (#8041)
  • Remove redundant code in ServiceConfig#checkAndUpdateSubConfigs method (#8036)
  • Optimize DubboProtocol code and extract constants (#8004)
  • Optimize URL#addParameters method to reuse existing methods (#8005)
  • De-duplicate the filter returned by the getActivateExtension method (#7600)
  • throw exception on path+version not found when decoding request (#8357)

Code Improvement

... (truncated)

Changelog

Sourced from dubbo'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.
Commits
  • 9c49efe [Dubbo-8172]Not shuwdown ExecutorService when DefaultFuture. closeChannel() (...
  • 46dc478 update pom
  • b4d9f44 fix bug
  • 9810c5e Fix the test case of HessianProtocol does not pass on some machines.
  • ca794b6 throw exception on path+version not found when decoding request (#8357)
  • bfa4b3b fix migrationRule bug (#8358)
  • ffabb89 change alibaba_spring_context_support_version to 1.0.11 (#8217)
  • d82ce47 fix instance change event name format problem. (#8346)
  • b142cdb fix String.format lack of arg which is from BroadcastClusterInvoker link #834...
  • 41e989b optimize ShortestResponseLoadBalance active param (#8318)
  • Additional commits viewable in compare view


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](https://github.com/Sayi/swagger-dubbo/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #64.