v1.5.0
新版本变化
- 特性: 使用transmittable-thread-local在线程池中传递上下文,使得LogRecordContext在切面全流程中可用。
- 重构: 重构单元测试,更加细分的覆盖代码
- 重构: 重构切面逻辑,更易读
- 修复: 修复DIFF中对于无法强转JSONObject的类的支持
What's Changed
- feat: use transmittable-thread-local, LogRecordContext can be used in anywhere now
- refactor: refactor unit test and SystemLogAspect
- refactor: refactor SystemLogAspect
- fix: fix DIFF function, support class which can not be casted to JSONObject