Skip to content

Release 2.4.0 🍽 ❤️

Compare
Choose a tag to compare
@oldratlee oldratlee released this 30 May 19:51
· 640 commits to master since this release

Caution

Version 2.2.0/2.2.1/2.3.x/2.4.x 🦎 is Deprecated!
Use version 2.5.0+ instead, , since version 2.5+ full support java 6/7/8+.

Change Log

From version 2.3+ support Java 8+. 🔥
Bug fix for Java 6 is on branch dev-v2.2.x-jdk6-support.

Let's embrace Java 8, Lambda rocks! 🔥

New Features

  • Support ForkJoinPool #76 🍽
    • jdk agent implementation of ForkJoinTask support, from PR #85 By @wuwen5 ❤️
    • enhance the most frequently used ForkJoinTask(RecursiveAction/RecursiveTask), from PR #83 By @LNAmp ❤️

Java API Doc

http://alibaba.github.io/transmittable-thread-local/apidocs/2.4.0/index.html

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>transmittable-thread-local</artifactId>
    <version>2.4.0</version>
</dependency>

Already deploy to maven central repository.