Skip to content

Release 2.11.4 🌈🍩

Compare
Choose a tag to compare
@oldratlee oldratlee released this 22 Jan 14:59
· 371 commits to master since this release

Change Log

Caution

Version 2.11.4 🦎 is Deprecated! use version 2.11.5οΌ‹ instead.

Features

  • add TTL Wrapper for common Functional Interfaces 🌈

Improvements

  • rename private methods of TTL
  • add TTL koroutine intergration demo 🍩
  • add CoroutineThreadLocalAsContextElementTest
  • improve docs/javadoc πŸ“š

Java API Doc

https://alibaba.github.io/transmittable-thread-local/apidocs/2.11.4/index.html

Maven dependency

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