Skip to content

Release 2.11.5 β—οΈπŸ‘¨β€πŸš’

Compare
Choose a tag to compare
@oldratlee oldratlee released this 11 Jun 15:38
· 352 commits to master since this release

Change Log

Bug Fix ‼️

  • fix bug: WeakHashMap in Snapshot led to captured values GCed before replay unexpectedly
    • Rollback "use WeakHashMap instead of HashMap for capture/backup snapshot" in v2.11.0
    • Affect versions v2.11.0 ~ v2.11.4, DO NOT use these versions, DO upgrade‼️

Improvements

  • using SDKMAN in Travis CI #163 πŸ‘¨β€πŸš’

Java API Doc

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

Maven dependency

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