Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codingapi/springboot-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.54
Choose a base ref
...
head repository: codingapi/springboot-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.55
Choose a head ref
  • 15 commits
  • 73 files changed
  • 2 contributors

Commits on Jun 4, 2026

  1. fix gitignore

    xlorne committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    afb8670 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from codingapi/dev

    fix gitignore
    xlorne authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    ace6187 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. add CLAUDE.md for Claude Code guidance

    Add project documentation covering build commands, module architecture,
    core patterns (event system, unified response, dynamic query, SQL
    interception, workflow engine), and DDD example structure.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    xlorne and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    c9e98d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb06e5a View commit details
    Browse the repository at this point in the history
  3. ignore serene

    xlorne committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    1be6d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. docs: 初始化 PKR 知识注册中心

    新增 30 篇能力文档(13 个项目自有 + 17 个三方框架)和 8 篇规范文档(4 个后端 + 4 个前端),
    在 CLAUDE.md 中追加 PKR 知识查阅约束。
    
    🤖 Generated with [Claude Code](https://claude.ai/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    xlorne and claude committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    b3bdc37 View commit details
    Browse the repository at this point in the history
  2. update docs

    xlorne committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    e24a00c View commit details
    Browse the repository at this point in the history
  3. update docs

    xlorne committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    d820bfe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #206 from codingapi/dev

    Dev
    xlorne authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    f76893d View commit details
    Browse the repository at this point in the history
  5. docs: 重建 PKR 知识库文档(21篇能力 + 4篇规范)

    - 新增能力文档:domain-proxy, dynamic-data-query, global-exception-handler,
      groovy-runtime, jjwt, jsqlparser, jwt-auth-gateway, kryo, unified-response
    - 更新能力文档:data-authorization, event-system, groovy-script-engine,
      rest-client, spring-data-jpa, spring-framework, spring-security, workflow-engine
    - 删除旧文档:crypto-tools, domain-change-interceptor, dynamic-application 等
    - 新增规范文档:ddd-layered-architecture, event-handler-standard,
      global-exception-handling, unified-response-format
    - 删除旧规范:autoconfiguration-pattern, context-register-pairing 等
    - CLAUDE.md 添加 PKR 知识查阅约束
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    xlorne and claude committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    d3a8060 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #207 from codingapi/dev

    docs: 重建 PKR 知识库文档(21篇能力 + 4篇规范)
    xlorne authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    7e7bb0b View commit details
    Browse the repository at this point in the history
  7. docs: 重建 PKR 知识库文档(21篇能力 + 4篇规范)

    重构 PKR 文档结构,从扁平目录改为模块化子目录:
    
    能力文档(22篇):
    - springboot-starter (7): event-system, response-dto, domain-proxy,
      page-request, exception-handling, locale-message, rest-client
    - springboot-starter-security (1): auth-gateway
    - springboot-starter-data-fast (1): fast-repository
    - springboot-starter-data-authorization (1): sql-interception
    - springboot-starter-flow (1): workflow-engine
    - springboot-starter-script (1): groovy-runtime
    - 框架能力 (10): springboot/ioc-container, springboot/data-jpa,
      springboot/security, alibaba/fastjson, jsonwebtoken/jjwt,
      apache/groovy, jsqlparser/jsqlparser, esotericsoftware/kryo,
      react/react, redux/toolkit
    
    规范文档(5篇):
    - event-driven-convention, response-convention,
      ddd-layered-architecture, exception-handling-convention,
      dynamic-query-convention
    
    导出文档(17篇):
    - docs/agents/ 供下游项目导入使用
    
    更新 CLAUDE.md:注入 PKR 知识查阅约束
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    xlorne and claude committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    25e74ac View commit details
    Browse the repository at this point in the history
  8. Merge pull request #208 from codingapi/dev

    docs: 重建 PKR 知识库文档(21篇能力 + 4篇规范)
    xlorne authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    6e7d01c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2026

  1. fix: 修复临时脚本线程泄漏(OOM 根因)并升级版本至 3.4.55

    - TempGroovyScriptContext 改用共享 daemon 调度线程,根治每脚本 new Timer() 的原生线程泄漏
    - 覆盖/删除/清空/cache-miss 时 cancel 定时任务,ConcurrentHashMap 防并发
    - 修正绝对到期时间戳误传为相对延迟的清理 bug(原实现约 55 年后才触发,自动清理从未生效)
    - 原子化 remove(key, value) 防止过期任务误删被刷新脚本
    - 新增回归测试 TempGroovyScriptContextTest(线程数不增长 + 到期自动清理)
    - 版本号 3.4.54 → 3.4.55(全部 pom + CLAUDE.md)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    xlorne and claude committed Aug 6, 2026
    Configuration menu
    Copy the full SHA
    1d97442 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from codingapi/dev

    fix: 修复临时脚本线程泄漏(OOM 根因)并升级版本至 3.4.55
    xlorne authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    c03491e View commit details
    Browse the repository at this point in the history
Loading