Hi, community
We are planing the release of Dubbo Spring Boot Project v0.1.1 & 0.2.0.
For now, Dubbo Spring Boot Project includes two main modules:
*
|dubbo-spring-boot-starter|: auto-configure features
<https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/dubbo-spring-boot-autoconfigure>(e.g.,
annotation-driven, auto configuration, externalized configuration).
*
|dubbo-spring-boot-actuator|: production-ready features
<https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/dubbo-spring-boot-actuator>(e.g.,
security, health checks, externalized configuration).
We have to will separate two versions for once release because of Spring
Boot 2.0 breaking changes :
*
|0.2.x|
<https://github.com/apache/incubator-dubbo-spring-boot-project>is a
main stream release version for Spring Boot 2.x
*
|0.1.x|
<https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.1.x>is
a legacy version for maintaining Spring Boot 1.x
Release Milestone
<https://github.com/apache/incubator-dubbo-spring-boot-project/milestone/2>
Release notes
1. Enhancements
*
Upgrading dubbo |2.6.2|
*
Compatible with Spring Boot |1.5.x|and |2.0.x|
*
Full Support of resolving placeholder on Dubbo |@Service|and
|@Reference|attributes
*
Blocking main thread until it's shutdown so that the Non-Web Spring
Boot application provides continuous services
*
Remove dubbo banner
2. Bugfixs
*
Failed reading extenerialized configuration on Yaml files
*
Relaxed binding of extenerialized configuration issue
*
Other minor issues
We look forward to listening any ideas or questions.
Kind regards,
Mercy Ma