Forest v1.5.0-RC6 已经发布,这是一个轻量级 HTTP 客户端。
此版本更新内容包括:
1.5.0-RC6发布了,此次版本更新包含了不向下兼容的些许改动需要大家注意: (1) maven依赖的 spring-boot-starter-forest
改为了 forest-spring-boot-starter
(2) @ForestScan
注解所在的包名改为了 com.dtflys.forest.springboot
,需要在代码中重新import
包
在maven中依赖改为:
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.0-RC6</version>
</dependency>
新增特性:
- feat: #I3AHLC
- feat: Query参数可以选择是否urlencoded
修复问题:
- fix: #I3AJSD
- fix: 多模块开发多个@ForestScan注解只能扫描到其中一个注解的basePackages
- fix: 基本类型判断漏掉了boolean
不兼容的代码改动:
- refactor: 将 gourpid 'spring-boot-starter-forest' 改为 'forest-spring-boot-starter'
- refactor: 将 spring-boot-starter-forest 模块改名为 forest-spring-boot-starter
- refactor: 将forest-spring-boot-starter模块下的包名修改为 'com.dtflys.forest.springboot'