Skip to content

5.0.0

Choose a tag to compare

@mingyang66 mingyang66 released this 04 Sep 02:25
· 603 commits to master since this release

Bug Fixes

  1. 新增emily-spring-boot-transfer模块,提供对feign的支持;
  2. emily-spring-boot-core模块移除emily-spring-boot-logger日志依赖引用;
  3. 移除BeanFactoryUtils工具类;
  4. 新增spring-cloud-dependencies依赖管理,去掉consul相关依赖管理;
  5. emily-spring-boot-starter中RestTemplate拦截器迁移到emily-spring-boot-transfer
  6. 新增emily-spring-boot-validation模块并将emily-spring-boot-starter中valid校验迁移到此模块;
  7. emily-spring-boot-core deleted common-io dependency;
  8. emily-spring-boot-starter add common-io dependency;
  9. 新增emily-spring-boot-web module并且将emily-spring-boot-starter中请求响应全局处理迁移过来;
  10. 新增emily-spring-boot-tracing链路追踪模块;
  11. 将emily-spring-boot-core重命名为emily-spring-boot-aop;
  12. emily-dependencies添加knife4j-openapi2-spring-boot-starter依赖管理;
  13. 新增emily-spring-boot-rateLimiter限流组件模块;
  14. emily-spring-boot-web中新增emily-spring-boot-aop依赖;

Dependency Upgrades

  1. Upgrade to springboot 3.3.3;
    <dependencyManagement>
        <dependencies>
            <dependency>
            <dependency>
                <groupId>io.github.mingyang66</groupId>
                <artifactId>emily-dependencies</artifactId>
                <version>5.0.0</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            </dependency>
        </dependencies>
    </dependencyManagement>