v2.12.6: fix TTL Agent do NOT set `TtlAttachments.KEY_IS_AUTO_WRAPPER` if input Runnable has not been auto wrapped
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, 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 setTtlAttachments.KEY_IS_AUTO_WRAPPER
if inputRunnable
has not been auto wrapped- for #133 (comment) commented by @DreamLettuce ❤️
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>