Skip to content

Release 2.11.3 πŸ“πŸ“šπŸŽ‰

Compare
Choose a tag to compare
@oldratlee oldratlee released this 07 Jan 05:23
· 387 commits to master since this release

Change Log

Caution

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

Features

  • add disableIgnoreNullValueSemantics option for TransmittableThreadLocal #157 πŸ“

Improvements

  • add default "ttl.agent.enable.timer.task" agent test case in continuous intergration
  • cast type to interface instead of implementation
  • upgrade dependencies
  • remove args of main method for kotlin
  • add missing Nullable annotation for method TtlCallable.get
  • add the executable demo for different usage
  • improve docs/javadoc: πŸ“š
    • improve comment of field holder πŸŽ‰
    • fix typo in javadoc

Java API Doc

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

Maven dependency

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