Releases: sofastack/sofa-common-tools
Releases · sofastack/sofa-common-tools
v1.3.3
🐞 Bug fixes
- Fix logger factory lazy initialization problem #133
v1.3.2
🐞 Bug fixes
- Fix performance problem related to LogCode2Description
v1.3.1
🐞 Bug fixes
- fix usage in multi-classloader scenario for compatibility of commons-logging
- add deprecated methods in SofaThreadPoolExecutor to keep compatible
v1.3.0
⭐️New Features
- Support SofaScheduledThreadPoolExecutor and SofaThreadPoolTaskScheduler
- Support SofaConfigs to support configuration acquires
- Support LogCode2Description to support log error code
🔨 Optimize
- Refactor the sofa thread pool implement
- Unify the space used in all components
🐞 Bug fixes
- Fix the function of print the log to console doesn't take effect
v1.2.2
🐞 Bug fixes
- Fix compatibililty for SOFABoot 3.4.5 and previous version.
v1.2.1
🔨 Optimize
- Refactor the support for console logging #92
- Delete the starter and move it to sofa-boot #92
v1.2.0
🐞 Bug fixes
- Remove the usage of SimpleDateFormat #76
- Support print stack when executing one runnable in different thread #78
🔨 Optimize
- Terminate the support of JDK 6 #77
v1.1.2
🐞Bug fixes
- fix bug in SofaThreadPoolTaskExecutor threadPoolName setter #69
v1.1.1
🐞Bug fixes
- fix getCallerClassLoader gets wrong classloader #67
v1.1.0
Add SOFA thread pool tools for finer-grain auditing.