Releases: alibaba/transmittable-thread-local
Releases · alibaba/transmittable-thread-local
1.2.0
- add callback method beforeExecute/afterExecute for MtContextThreadLocal #50
See all tickets.
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>multithread.context</artifactId>
<version>1.2.0</version>
</dependency>
Already deploy to maven central repository.
1.1.0
- Shade
Javassist
#44
See all tickets.
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>multithread.context</artifactId>
<version>1.1.0</version>
</dependency>
Already deploy to maven central repository.
1.0.4
- bug fix
- improve documentation
- refactor UT
- add CI on https://travis-ci.org/alibaba/multi-thread-context
- generate java api doc at http://alibaba.github.io/multi-thread-context/apidocs/ #33
See all tickets.
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>multithread.context</artifactId>
<version>1.0.4</version>
</dependency>
Already deploy to maven central repository.
1.0.3
- rename
MtContextThreadLocal#copyValue
tocopy
This is not a compatible modification, sorry for this. But you can find and fix it when compile your code.
See all tickets.
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>multithread.context</artifactId>
<version>1.0.3</version>
</dependency>
Already deploy to maven central repository.
1.0.2
1.0.1
- add option to release MtContext after run. avoid memory leak if application hold
MtContextRunnable
orMtContextCallable
unexpectedly. - add english readme.
See tickets.
Maven dependency
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>multithread.context</artifactId>
<version>1.0.1</version>
</dependency>
Already deploy to maven central repository.
1.0.0
Release 0.10.1
New API with ThreadLocal Style, simplify the usage.