Skip to content

Release 2.11.2 πŸ‘‰πŸ“šπŸŽ‰

Compare
Choose a tag to compare
@oldratlee oldratlee released this 15 Dec 16:26
· 395 commits to master since this release

Change Log

Caution

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

Improvements

  • default turn on TimeTask transform of Java Agent #159 πŸ‘‰
    more info see the javadoc of TtlAgent
  • improve docs/javadoc: πŸ“š
    • add transparent support description for CompletableFuture and Stream πŸŽ‰
    • Since version 2.11.2 decoration for TimerTask default is enable

Java API Doc

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

Maven dependency

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