Skip to content

5.0.2

Compare
Choose a tag to compare
@mingyang66 mingyang66 released this 25 Nov 06:49
· 159 commits to master since this release

Bug Fixes

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

Dependency Upgrades

  1. Upgrade to springboot 3.4.0;