Releases: apache/dubbo-spring-boot-project
Releases · apache/dubbo-spring-boot-project
apache-dubbo-spring-boot-starter-0.1.2
Dubbo Spring Boot Project 0.1.2 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)
0.2.0
Dubbo Spring Boot Project 0.2.0 release for Spring Boot 2.0
Release notes
- Enhancements
Upgrading dubbo 2.6.2
Compatible with Spring Boot 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
- Bugfixs
Failed reading extenerialized configuration on Yaml files
Relaxed binding of extenerialized configuration issue
Other minor issues
0.1.1
Dubbo Spring Boot Project 0.1.1 release for Spring Boot 1.x