Release 2.9.0: add Transmitter#clear method ♻️🚥⚡️
Change Log
New Features
- add
Transmitter#clear
method ♻️ - skip thread pool wrapper/decoration when TTL agent is loaded 🚥
Improvements
- add
@nonnull
for methodsrunSupplierWith*
- 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.