Skip to content

v2.14.4

Compare
Choose a tag to compare
@oldratlee oldratlee released this 02 Dec 17:13
· 287 commits to master since this release

Java support

Upgrading is recommended for all users.

Note

From TTL v2.13+ upgrade to Java 8. 🚀
If you need Java 6 support, use version 2.12.x Maven Central

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 of appveyor.yml
  • upgrade CI java version (#556 by @wuwen5)
    • upgrade CI jdk 21-ea to 21
    • remove CI jdk 20
  • 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>