Tags: codingapi/springboot-framework
Toggle v3.4.55's commit message
Merge pull request #209 from codingapi/dev
fix: 修复临时脚本线程泄漏(OOM 根因)并升级版本至 3.4.55
Toggle v2.10.55's commit message
fix: 修复临时脚本线程泄漏(OOM 根因)并升级版本至 2.10.55
- TempGroovyScriptContext 改用共享 daemon 调度线程,根治每脚本 new Timer() 的原生线程泄漏
- 覆盖/删除/清空/cache-miss 时 cancel 定时任务,ConcurrentHashMap 防并发
- 修正绝对到期时间戳误传为相对延迟的清理 bug(原实现约 55 年后才触发,自动清理从未生效)
- 原子化 remove(key, value) 防止过期任务误删被刷新脚本
- 新增回归测试 TempGroovyScriptContextTest(线程数不增长 + 到期自动清理)
- 版本号 2.10.54 → 2.10.55(全部 pom + CLAUDE.md)
Co-Authored-By: Claude <noreply@anthropic.com>
Toggle v3.4.54's commit message
Merge pull request #204 from codingapi/dev
Dev
Toggle v3.4.53's commit message
Merge pull request #203 from codingapi/dev
Dev
Toggle v2.10.53's commit message
Toggle v3.4.52's commit message
Merge pull request #202 from codingapi/dev
Dev
Toggle v2.10.52's commit message
Toggle v3.4.50's commit message
Merge pull request #201 from codingapi/dev
Dev
Toggle v2.10.50's commit message
Toggle v3.4.49's commit message
Merge pull request #200 from codingapi/dev
Dev
You can’t perform that action at this time.