1
1
# <div align =" center " ><a href =" #dummy " ><img src =" docs/logo-blue.png " alt =" 📌 TransmittableThreadLocal(TTL) " ></a ></div >
2
2
3
3
<p align =" center " >
4
- <a href =" https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml " ><img src =" https://img.shields.io/github/workflow/status/alibaba/transmittable-thread-local/CI/2.x ?logo=github&logoColor=white " alt =" Github Workflow Build Status " ></a >
5
- <a href =" https://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/2.x ?logo=appveyor&logoColor=white " alt =" Appveyor Build Status " ></a >
6
- <a href =" https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/2.x " ><img src =" https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov " alt =" Coverage Status " ></a >
4
+ <a href =" https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml " ><img src =" https://img.shields.io/github/workflow/status/alibaba/transmittable-thread-local/CI/v2.14.2 ?logo=github&logoColor=white " alt =" Github Workflow Build Status " ></a >
5
+ <a href =" https://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.14.2 ?logo=appveyor&logoColor=white " alt =" Appveyor Build Status " ></a >
6
+ <a href =" https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/v2.14.2 " ><img src =" https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov " alt =" Coverage Status " ></a >
7
7
<a href =" https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability " ><img src =" https://img.shields.io/codeclimate/maintainability/alibaba/transmittable-thread-local?logo=codeclimate&logoColor=white " alt =" Maintainability " ></a >
8
8
<a href =" https://openjdk.java.net/ " ><img src =" https://img.shields.io/badge/Java-6+-green?logo=openjdk&logoColor=white " alt =" JDK support " ></a >
9
9
<a href =" https://www.apache.org/licenses/LICENSE-2.0.html " ><img src =" https://img.shields.io/github/license/alibaba/transmittable-thread-local?color=4D7A97&logo=apache " alt =" License " ></a >
@@ -376,7 +376,7 @@ These paths are searched by the bootstrap class loader after the platform specif
376
376
377
377
# 🔌 Java API Docs
378
378
379
- 当前版本的Java API文档地址: < https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.1 /index.html >
379
+ 当前版本的Java API文档地址: < https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.2 /index.html >
380
380
381
381
# 🍪 Maven依赖
382
382
@@ -386,7 +386,7 @@ These paths are searched by the bootstrap class loader after the platform specif
386
386
<dependency >
387
387
<groupId >com.alibaba</groupId >
388
388
<artifactId >transmittable-thread-local</artifactId >
389
- <version >2.14.1 </version >
389
+ <version >2.14.2 </version >
390
390
</dependency >
391
391
```
392
392
0 commit comments