Dubbo Spring Boot 2.7.7
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]