Skip to content

Release 2.2.2 ๐Ÿ’ผ๐ŸฆŽ

Compare
Choose a tag to compare
@driventokill driventokill released this 24 Jun 10:10
· 669 commits to master since this release

Change Log

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+.

Version 2.2.x is for Java 6, version 2.3.x/2.4.x upgraded to Java 8+.

Backport features from 2.3.x

  • Support TransmittableThreadLocal.Transmitter ๐Ÿ“Ž transmit all TransmittableThreadLocal values of current thread to other thread by static method capture() => replay(Object) => restore(Object)(CRR operation). ๐Ÿš€
    TransmittableThreadLocal.Transmitter is internal manipulation API for framework/middleware integration; In general, you will never use it in the biz/application code!

Java API Doc

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

Maven dependency

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

Already deploy to maven central repository.