Skip to content

2.1.0

Compare
Choose a tag to compare
@oldratlee oldratlee released this 14 Nov 17:36
· 701 commits to master since this release

Change Log

  • Fix Bug: for embeded thread failed to get inherited value #70 @aftersss

See all tickets.

If you have used the function of TransmittableThreadLocal from InheritableThreadLocal, MUST upgrade to this version!

Java API Doc

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

Maven dependency

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

Already deploy to maven central repository.