Dubbo Spring Boot Project Versions Save

Spring Boot Project for Apache Dubbo

2.7.9

3 years ago

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]

2.7.8

3 years ago

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]

2.7.7

3 years ago

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

  • Introducing the "service-introspection " samples for Zookeeper and Nacos [PR]
  • Introducing the samples deployed the external Servlet container [PR]

2.7.6

4 years ago

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

2.7.5

4 years ago

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

  • DubboConfigBeanDefinitionConflictProcessor causes bean's initialization earlly : #638 #643

2.7.4.1

4 years ago

Release Notes

Infrastructure

2.7.3

4 years ago

Release Notes

Infrastructure

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

  • [Issue] Dubbo Spring Boot 2.7.1 PropertyResolver Beans conflict in Spring Boot, ref #459 #496

发布日志

基础设施

功能提升

  • Dubbo 的依赖不再为 optional,转而为直接依赖,实现版本同步 #554 #543
  • 在多层次 Spring 应用上下文中,AwaitingNonWebApplicationListener 仅等待其中一个 #494
  • 提升 Dubbo Spring Boot 工程的兼容性,最低支持 Spring Boot 1.3.x #555

问题修复

  • 解决 PropertyResolver Bean 在 Spring Boot 和 Spring Cloud 冲突问题 #459 #496

2.7.1

5 years ago

Release Notes

Infrastructure

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

2.7.0

5 years ago

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

0.1.2

5 years ago

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)