v2.14.3
Upgrading is recommended for all users.
Change Log
🍬 Improvements
- work-around
ClassCircularityError
ofConcurrentHashMap
underJDK 17
(#399 by @dongshuke @primitiveheart)
📚 Documentation
- improve README
- add cases into "who used" section
- fix github action badges
🚜 CI/Build
- upgrade dependencies/plugins 🛠️
- add
JDK 20/21-ea
into and remove18
from GitHub CI - remove
versions-maven-plugin
,dependabot.yml
Github workflow is enough 🤖
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.3/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.3</version>
</dependency>