Skip to content

Releases: apache/dubbo-spring-boot-project

apache-dubbo-spring-boot-starter-0.1.2

14 Jan 23:49
cb66ba3
Compare
Choose a tag to compare

Dubbo Spring Boot Project 0.1.2 release notes:

  • Infrastructure

    • Upgrade dubbo 2.6.5 (#325)
    • Upgrade Spring Boot 1.5.18.RELEASE (#327)
  • Enhancements

    • Update Spring Boot samples
    • default dubbo.application.name to spring.application.name (#321)
  • Refactor

    • Using the incubating Apache dubbo naming rule after packaging (#370)
    • Using ${revision} to replace hard-code version in the pom.xml (#366)
  • 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

21 Jun 13:39
b44f840
Compare
Choose a tag to compare

Dubbo Spring Boot Project 0.2.0 release for Spring Boot 2.0

Release notes

  1. 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

  1. Bugfixs

Failed reading extenerialized configuration on Yaml files

Relaxed binding of extenerialized configuration issue

Other minor issues

0.1.1

21 Jun 13:36
ec18fc1
Compare
Choose a tag to compare

Dubbo Spring Boot Project 0.1.1 release for Spring Boot 1.x