| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-25 | 2.5 kB | |
| v2.14.5 source code.tar.gz | 2023-12-25 | 336.9 kB | |
| v2.14.5 source code.zip | 2023-12-25 | 426.3 kB | |
| Totals: 3 Items | 765.7 kB | 0 | |
Upgrading is recommended for all users.
from
2.13.xupgrade toJava 8ð
Change Log
ðŠ enhancement
- Fix class transform exception on Java 21 by upgradation javassist to
3.30.2-GA(by @brucelwl in [#555]) - specical thanks to the excellent works of @wuwen5 ð :
- troubleshoot the problem ð
- resolve the problem by submitting the issue and PR to
javassistproject: ð - issue https://github.com/jboss-javassist/javassist/issues/462
- PR https://github.com/jboss-javassist/javassist/pull/463
- and follow the subsequent
java 8support of newjavassitversion ðŦĄ - https://github.com/jboss-javassist/javassist/pull/473
- more exception info see CI job
ð ïļ Refactor
- [
TtlExecutorTransformlet.java]: remove redundant qualified package name; extract local var - [
ClassInfo.java] simplify classpath setting of javassist classpool
ð Documentation
- update document/javadoc link to java 21 ð
- update maven central links to dependencies version ðĶ
ð CI/Build
- add bytecode version verification plugin (by @wuwen5 in [#590]) â
- add
pom versionvalidation â - use java 17 as default to build instead of java 11 âïļ
- upgrade maven wrapper to
3.9.6ðŠķ - auto-detect
JAVA_HOMEof java versions when running in GitHub Actions âïļ
Java API Doc
https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.5/index.html
Maven dependency
:::xml
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.5</version>
</dependency>