v2.14.2: use expected size to initialize hash map instead of capacity
Upgrading is recommended for all users.
Change Log
Refactor/Improvements
- use
expected size
to initializehash map
instead ofcapacity
fix improper implementation ofv2.14.0
CI/Build
- chore(ci): add
jdk
19 intoappveyor ci
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.2/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.2</version>
</dependency>