Skip to content

Release 2.9.0: add Transmitter#clear method ♻️🚥⚡️

Compare
Choose a tag to compare
@oldratlee oldratlee released this 26 Oct 14:12
· 511 commits to master since this release

Change Log

New Features

  • add Transmitter#clear method ♻️
  • skip thread pool wrapper/decoration when TTL agent is loaded 🚥

Improvements

  • add @nonnull for methods runSupplierWith*
  • internal implementation refactor/cleanup
  • documentation improvement
  • pom cleanup
    • move some plugins to pluginManagement
    • don't create sources jar by default when build, speedup dev ⚡️
  • remove oracle jdk 10(EOL) in ci
  • unify agent test by unit test(same test case as mvn test)

Java API Doc

https://alibaba.github.io/transmittable-thread-local/apidocs/2.9.0/index.html

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>transmittable-thread-local</artifactId>
    <version>2.9.0</version>
</dependency>

Already deploy to maven central repository.