v2.14.4
Upgrading is recommended for all users.
Change Log
🐞 Bug Fix
- fix bug "fail to remove from Queue of
ScheduledThreadPoolExecutor
" when use TTL agent(issue #547 submitted by @robin-g-20230331)
📚 Documentation
- improve README
- add cases into "who used" section
🚜 CI/Build
- use GitHub actions 🐙
strong_ci.yaml
instead ofappveyor.yml
- upgrade CI java version (#556 by @wuwen5)
- upgrade CI jdk
21-ea
to21
- remove CI jdk 20
- upgrade CI jdk
- upgrade dependencies/plugins 🛠️
- upgrade maven wrapper to
3.9.5
🪶 - upgrade
bash-buddy
- update github actions
- actions/setup-java
- actions/checkout
- remove stale
appveyor
files
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.4/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.4</version>
</dependency>