Skip to content

release 1.3.2

Compare
Choose a tag to compare
@pugwoo pugwoo released this 24 May 13:01
· 10 commits to master since this release
de835f7
<dependency>
    <groupId>com.pugwoo</groupId>
    <artifactId>woo-utils</artifactId>
    <version>1.3.2</version>
</dependency>
  • [optimize] 优化EasyRunTask创建线程池的性能,减少重复创建线程池的次数
  • [enhance] 优化MDCUtils工具对mdc为null时的处理