Releases: apache/dubbo-spring-boot-project
Releases · apache/dubbo-spring-boot-project
Dubbo Spring Boot 2.7.9
Release Notes
Infrastructure
-
Dependency upgrades
- Dubbo 2.7.9
-
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]
Enhancement
- Update using @DubboReferece and @DubboService in README.md
Bugfixes
- Fix compile errors with Dubbo [#775]
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]
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]
Samples
Dubbo Spring Boot 2.7.6
Release Notes
Infrastructure
-
Support Spring Boot 2.x
- source and binary compatibility : [2.0.x, 2.2.x]
-
Support Spring Boot 1.x
- source compatibility: [1.4.x, 1.5.x]
- binary compatibility : [1.3.x, 1.5.x]
-
Upgrade Dubbo 2.7.6
Bugfixes
- Wrong Spelling on
DubboConfigurationProperties#registrys
- Fixes wrong links in the documents
- Fixes ASF Header files
Dubbo Spring Boot 2.7.5
Release Notes
Infrastructure
-
Support Spring Boot 2.x
- source and binary compatibility : [2.0.x, 2.2.x]
-
Support Spring Boot 1.x
- source compatibility: [1.4.x, 1.5.x]
- binary compatibility : [1.3.x, 1.5.x]
-
Upgrade Dubbo 2.7.5
Bugfixs
Dubbo Spring Boot 2.7.4.1
Dubbo Spring Boot 2.7.3
Release Notes
Infrastructure
- Upgrade Dubbo 2.7.3(release notes)
Enhancement
- [Dependencies] To change the Dependencies of dubbo to be direct #554 #543
- [Enhancement] AwaitingNonWebApplicationListener should wait for one in Hierarchical Spring Application Contexts #494
- [Feature] Add the Maven profiles to test the compatibility for Spring Boot versions #555
Bugfix
发布日志
基础设施
- 升级 Dubbo 版本到 2.7.3 (发布日志)
功能提升
- Dubbo 的依赖不再为 optional,转而为直接依赖,实现版本同步 #554 #543
- 在多层次 Spring 应用上下文中,
AwaitingNonWebApplicationListener
仅等待其中一个 #494 - 提升 Dubbo Spring Boot 工程的兼容性,最低支持 Spring Boot 1.3.x #555
问题修复
Dubbo Spring Boot 2.7.1
Release Notes
Infrastructure
- Upgrade Dubbo 2.7.1(release notes)
Enhancement
- Set "spring.main.allow-bean-definition-overriding" property to be true as default #467
- Update more properties in spring-configuration-metadata.json #458
- Zookeeper dependecies optimization #456
- Warning of using PermSize and MaxPermSize when running on Java 8 or above #437
- Duplicate application configs #451
Bugfix
- Dubbo Spring Boot 2.7.0 Environment Beans conflict in Spring Boot or Spring Cloud 2 #459
apache-dubbo-spring-boot-starter-2.7.0
Dubbo Spring Boot 2.7.0
Requirements
Java 8+
Compatible
Spring Boot 1.x and 2.x
Features
Please refer to https://github.com/apache/incubator-dubbo/releases/tag/dubbo-2.7.0
apache-dubbo-spring-boot-starter-0.2.1
Dubbo Spring Boot Project 0.2.1 release notes:
-
Infrastructure
-
Enhancements
- Update Spring Boot samples
- default dubbo.application.name to spring.application.name (#321)
-
Refactor
-
Bugfixs
- Cannot enable spring boot profile (#220)
dubbo.scan.base-packages
dost not work (#226)- NoClassDefFoundError:com/alibaba/dubbo/config/spring/util/PropertySourcesUtils (#326)
- The 0.1.1 version of dubbo-spring-boot-autoconfigure-0.1.1.jar does not have spring-configuration-metadata.json (#218)
- Can provider boot features external config placeholders in properties? (#249)
- Endpoint ID 'dubbo-configs' contains invalid characters (#309)
- Is Reference support the annotation (#155)
- Yaml format external configiuration properties does not work(#319)