Release 2.10.0: support disable ttl inheritable for thread created by ThreadFactory 💎🍩
Change Log
New Features
- support disable ttl inheritable for
ThreadPoolExecutor
by ThreadFactory #100 💎
Especially thanks our new TTL
team member @zavakid ! ❤️ He discussed the features/design/solution/implementation warmly!
Improvements
- add
TtlEnhanced
tag interface - add disable inheritable usage and unit test for TransmittableThreadLocal
- upgrade kotlin.version to 1.3.0 ❤️🍩
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.10.0/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.0</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.9.0..v2.10.0
these are:
7 Jerry Lee
1 Yang Fang
1 Zava