Dubbo Spring Boot 2.7.8
Release Notes
Infrastructure
-
Dependency upgrades
- Dubbo 2.7.8
- Spring Boot
- 2.3.x - 2.3.1.RELEASE
- 2.2.x - 2.2.8.RELEASE
- 2.1.x - 2.1.15.RELEASE
-
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]
Bugfixes
- When openfeign and dubbo coexist, DubboAutoConfiguration.primaryPropertyResolver configuration causes openfeign call to fail [#728]
- AwaitingNonWebApplicationListener should not shutdown when Boostrap ApplicationContext is involved in Spring Cloud scenario [#739]
- Duplicate RegistryConfig found, there already has one default RegistryConfig or more than two RegistryConfigs have the same id [#736]
Samples
- Upgrading the latest Service-Introspection features [#734]