Skip to content

release 1.3.0

Compare
Choose a tag to compare
@pugwoo pugwoo released this 13 May 13:15
· 18 commits to master since this release
a6dd0d5
<dependency>
    <groupId>com.pugwoo</groupId>
    <artifactId>woo-utils</artifactId>
    <version>1.3.0</version>
</dependency>
  • [add] 新增MDCUtils工具,支持将父类线程的MDC上下文带到子线程
  • [enhance] ThreadPoolUtils和EasyRunTask增加支持将父线程的MDC上下文带到子线程
  • [enhance] 减少browser工具上传大文件时的内存占用
  • [del] 移除ExecuteThem工具类,ListUtils的sum方法,Hash的sha1方法