Release 2.10.1: full support disable ttl inheritable 💎📚
Change Log
New Features
- full support disable ttl inheritable #100 💎
- support
ForkJoinPool
- agent support for disable ttl inheritable for thread created by thread pool(
ThreadPoolExecutor
/ScheduledThreadPoolExecutor
/ForkJoinPool
) - more info see javadoc of TransmittableThreadLocal, TtlAgent
- support
Especially thanks our new TTL
team member @zavakid ! ❤️ He discussed the features/design/solution/implementation warmly!
Improvements
- documentation and unit test improvement/cleanup 📚
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.10.1/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.1</version>
</dependency>
Already deploy to maven central repository.
Contributors
Thank you to all the contributors who made this release possible 🎉
According to git shortlog -sn --no-merges v2.10.0..v2.10.1
these are:
8 Jerry Lee