Skip to content

v2.12.6: fix TTL Agent do NOT set `TtlAttachments.KEY_IS_AUTO_WRAPPER` if input Runnable has not been auto wrapped

Compare
Choose a tag to compare
@oldratlee oldratlee released this 19 Mar 14:17
· 286 commits to master since this release

Java support

Important

2.12.x is the last minor version supported Java6, and is end-of-life.

The 2.12.x version is end-of-life. No further development, support, maintenance, PRs and updates will happen.

It's time to say goodbye, Java support my friend

It's been a long day without you my friend
And I'll tell you all about it when I see you again
We've come a long way from where we began
Oh I'll tell you all about it when I see you again

Change Log

馃悶 Bug Fix

  • TTL Agent do NOT set TtlAttachments.KEY_IS_AUTO_WRAPPER if input Runnable has not been auto wrapped

Java API Doc

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

Maven dependency

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