v2.12.1: a cleanup release β¨πβοΈ
This version contains no new feature or bug fix but cleanup and documentation.
Change Log
Cleanups/Improvements
- improve doc & javadoc π
- add the benefits and necessity of
TransmittableThreadLocal
β¨ - add a faq
- add 3rd party introduction articles
β₯οΈ - improve wording and fix typo
- improve/add badges in README
- add the benefits and necessity of
- code cleanup
- upgrade dependencies/maven plugins
- add/upgrade CI jdks
- fix codecov in CI βοΈ
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.12.1/index.html
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.12.1</version>
</dependency>