Skip to content

Releases: alibaba/transmittable-thread-local

1.2.0

17 Jun 15:41
Compare
Choose a tag to compare
  • 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

23 Apr 05:07
Compare
Choose a tag to compare
  • 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

20 Apr 13:29
Compare
Choose a tag to compare

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

19 Jan 11:18
Compare
Choose a tag to compare
  • rename MtContextThreadLocal#copyValue to copy
    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

06 Jan 06:45
Compare
Choose a tag to compare
  • improve performance of MtContextThreadLocal

See tickets.

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>multithread.context</artifactId>
    <version>1.0.2</version>
</dependency>

Already deploy to maven central repository.

1.0.1

29 Dec 08:02
Compare
Choose a tag to compare
  • add option to release MtContext after run. avoid memory leak if application hold MtContextRunnable or MtContextCallable 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

27 Dec 17:23
Compare
Choose a tag to compare
  • fix memory leak
  • performance test

See tickets.

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>multithread.context</artifactId>
    <version>1.0.0</version>
</dependency>

Already deploy to maven central repository.

Release 0.10.1

25 Dec 17:36
Compare
Choose a tag to compare
Release 0.10.1 Pre-release
Pre-release

New API with ThreadLocal Style, simplify the usage.