5.0.2
Bug Fixes
- JsonUtils新增对对象或字符串转为JsonNode对象的支持方法readTree、valueToTree;
- 新增emily-spring-boot-i18n多语言转换module;
- 对emily-spring-boot-transfer模块中RestTemplate拦截器支持http、https及单个请求timeout超时时间代码重构;
- knife4j-openapi3-jakarta-spring-boot-starter包版本更新;
- 更新emily-spring-boot-parent module模块;
- com.emily.infrastructure.logback.entity.BaseLogger建造者模式实现方案修改;
- 移除ResponseHttpEntityMethodReturnValueHandler、ResponseHttpHeadersReturnValueHandler、ResponseMethodReturnValueHandler返回值包装类;
- com.emily.infrastructure.web.response.entity.BaseResponse类建造者模式实现方案修改;
- ContextHolder重命名为TracingHolder;
- 移除com.emily.infrastructure.web.filter.filter.DelegateRequestWrapper并由ContentCachingRequestWrapper代替;
- 移除com.emily.infrastructure.tracing.holder.ContextTransmitter;
- 移除ParameterInterceptor拦截器,内部的设置阶段标识功能迁移到ContentCachingWrapperFilter过滤器类中;
Dependency Upgrades
- Upgrade to springboot 3.4.0;