Skip to content

Dubbo Spring Boot 2.7.7

Compare
Choose a tag to compare
@mercyblitz mercyblitz released this 29 May 06:49
· 9 commits to 2.7.x since this release
2dc6e37

Release Notes

Infrastructure

  • Support Spring Boot 2.x

    • source and binary compatibility : [2.0.x, 2.3.x]
  • Support Spring Boot 1.x

    • source compatibility: [1.4.x, 1.5.x]
    • binary compatibility : [1.3.x, 1.5.x]
  • Dependency upgrades

    • Dubbo 2.7.7
    • Spring Boot
      • 2.3.x - 2.3.0.RELEASE
      • 2.2.x - 2.2.7.RELEASE
      • 2.1.x - 2.1.14.RELEASE

Enhancements

  • Introducing @DubboReferece and @DubboService from Dubbo 2.7.7
  • Adding the attribute method "merge" into @Reference and @DubboService [Issue] [PR]

Bugfixes

  • Fixing the placeholder issue in the Spring XML meta-configuration [issue]
  • Fixing the duplicated @Service beans issue with the different groups [issue] [PR]

Samples

  • Introducing the "service-introspection " samples for Zookeeper and Nacos [PR]
  • Introducing the samples deployed the external Servlet container [PR]