File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master ?logo=appveyor& ; logoColor=white " alt =" Build Status " ></a >
5
- <a href =" https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master " ><img src =" https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master ?logo=codecov& ; logoColor=white " alt =" Coverage Status " ></a >
4
+ <a href =" https://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.12.5 ?logo=appveyor& ; logoColor=white " alt =" Build Status " ></a >
5
+ <a href =" https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.12.5 " ><img src =" https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.12.5 ?logo=codecov& ; logoColor=white " alt =" Coverage Status " ></a >
6
6
<a href =" https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/de6af6136e538cf1557c/maintainability " alt =" Maintainability " ></a >
7
7
<a href =" https://openjdk.java.net/ " ><img src =" https://img.shields.io/badge/Java-6+-green?logo=java& ; logoColor=white " alt =" JDK support " ></a >
8
8
<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 " alt =" License " ></a >
@@ -308,7 +308,7 @@ The current version Java API documentation: <https://alibaba.github.io/transmitt
308
308
<dependency >
309
309
<groupId >com.alibaba</groupId >
310
310
<artifactId >transmittable-thread-local</artifactId >
311
- <version >2.12.4 </version >
311
+ <version >2.12.5 </version >
312
312
</dependency >
313
313
```
314
314
Original file line number Diff line number Diff line change 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://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master ?logo=appveyor& ; logoColor=white " alt =" Build Status " ></a >
5
- <a href =" https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master " ><img src =" https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master ?logo=codecov& ; logoColor=white " alt =" Coverage Status " ></a >
4
+ <a href =" https://ci.appveyor.com/project/oldratlee/transmittable-thread-local " ><img src =" https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.12.5 ?logo=appveyor& ; logoColor=white " alt =" Build Status " ></a >
5
+ <a href =" https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.12.5 " ><img src =" https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.12.5 ?logo=codecov& ; logoColor=white " alt =" Coverage Status " ></a >
6
6
<a href =" https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/de6af6136e538cf1557c/maintainability " alt =" Maintainability " ></a >
7
7
<a href =" https://openjdk.java.net/ " ><img src =" https://img.shields.io/badge/Java-6+-green?logo=java& ; logoColor=white " alt =" JDK support " ></a >
8
8
<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 " alt =" License " ></a >
@@ -335,7 +335,7 @@ java -javaagent:path/to/transmittable-thread-local-2.5.1.jar \
335
335
336
336
# 🔌 Java API Docs
337
337
338
- 当前版本的Java API文档地址: < https://alibaba.github.io/transmittable-thread-local/apidocs/2.12.4 /index.html >
338
+ 当前版本的Java API文档地址: < https://alibaba.github.io/transmittable-thread-local/apidocs/2.12.5 /index.html >
339
339
340
340
# 🍪 Maven依赖
341
341
@@ -345,7 +345,7 @@ java -javaagent:path/to/transmittable-thread-local-2.5.1.jar \
345
345
<dependency >
346
346
<groupId >com.alibaba</groupId >
347
347
<artifactId >transmittable-thread-local</artifactId >
348
- <version >2.12.4 </version >
348
+ <version >2.12.5 </version >
349
349
</dependency >
350
350
```
351
351
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.alibaba</groupId >
7
7
<artifactId >transmittable-thread-local</artifactId >
8
- <version >2.12.x-SNAPSHOT </version >
8
+ <version >2.12.5 </version >
9
9
<packaging >jar</packaging >
10
10
<name >TransmittableThreadLocal(TTL)</name >
11
11
<description >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.alibaba</groupId >
7
7
<artifactId >transmittable-thread-local</artifactId >
8
- <version >2.12.x-SNAPSHOT </version >
8
+ <version >2.12.5 </version >
9
9
<packaging >jar</packaging >
10
10
<name >TransmittableThreadLocal(TTL)</name >
11
11
<description >
You can’t perform that action at this time.
0 commit comments