Commit Graph

  • 5e8f735895 fix(crud): 修复多 CTE 查询重写缺少逗号 (#349) 5.0.x PengyuDeng 2026-04-25 19:20:38 +08:00
  • aef5a674ba ci: limit redis service setup to 5.0.x PR workflow codex/fix-github-actions-failure-for-pr 老周 2026-04-25 19:16:13 +08:00
  • c836ce404a fix(crud): 修复QueryAnalyzerImpl中SQL解析逻辑问题并优化查询语法处理 refactor-jsqlparser zhouhao 2026-04-20 09:26:04 +08:00
  • 4f9129cd8c feat: 排序解析支持FunctionFragmentBuilder (#348) gyl 2026-04-03 15:41:54 +08:00
  • 5460f8b4d2 refactor: 优化接口权限 (#347) gyl 2026-03-26 16:24:15 +08:00
  • 47573d460b fix(dict): 修复枚举遍历时空指针异常问题,添加空值校验 zhouhao 2026-03-10 18:54:30 +08:00
  • 5fbd79782a Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x zhouhao 2026-03-05 12:10:04 +08:00
  • a8e159a31a fix(crud): 增加setExtensions方法,修复extensions为空时的赋值逻辑 zhouhao 2026-03-05 12:08:36 +08:00
  • fab04072dd fix(auth): 修复RedisTokenAuthenticationManager中的令牌删除问题 (#346) Sosoorin 2026-02-15 10:15:06 +08:00
  • ac06290568 feat(crud): 使用KingbaseMysql专用方言和SchemaMetadata (#345) zz23333 2026-02-12 18:32:11 +08:00
  • 8e679a5395 Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x zhouhao 2026-02-12 15:12:25 +08:00
  • 4e68a76e8c fix(auth): 修复用户创建和更新逻辑,增加事件发布支持 zhouhao 2026-02-12 15:11:28 +08:00
  • d6e093ebba fix(crud): 完善QueryAnalyzerImplTest单元测试,优化断言逻辑并添加更多SQL场景覆盖 zhouhao 2026-02-07 13:10:34 +08:00
  • 3bc4201877 fix: 修复union 指定别名错误问题 zhouhao 2026-02-06 13:09:49 +08:00
  • 18dd4c655a fix: 修复union 指定别名错误问题 zhouhao 2026-02-06 11:52:04 +08:00
  • f38e88d99d fix(auth): 修复权限维度合并逻辑,避免键冲突异常 zhouhao 2026-01-27 15:51:29 +08:00
  • 8009845b57 fix(file): 修复文件上传路径解析漏洞,增强对非法文件名的校验 zhouhao 2026-01-26 14:13:24 +08:00
  • 76cb89f56e fix(crud): 修复TermExpressionParser解析逻辑,支持更多条件运算符和空格处理 zhouhao 2026-01-26 12:35:54 +08:00
  • 314abfc043 fix(bean): 修复copier调用顺序错误,确保数据正确拷贝 zhouhao 2026-01-26 09:29:20 +08:00
  • 9ba4b3f541 fix(crud): 修复createRootNodePredicate逻辑错误 zhouhao 2026-01-23 17:03:15 +08:00
  • 56a79fa098 fix(crud): 修复isRootNode判断逻辑错误 zhouhao 2026-01-23 16:49:17 +08:00
  • 8c23cc9502 feat: 增加kingbase_mysql支持 zhouhao 2026-01-12 10:15:50 +08:00
  • ba707cd398 fix: 修复并发下可能NPE问题 zhouhao 2026-01-09 15:43:55 +08:00
  • 30deee7264 refactor: 认证信息支持忽略 zhouhao 2026-01-07 14:11:24 +08:00
  • 2eb26c4b38 refactor: 优化权限合并逻辑 zhouhao 2026-01-06 14:38:36 +08:00
  • f87356ccbb refactor: 优化事务监听工具 zhouhao 2025-12-29 14:27:12 +08:00
  • cb28d49bfe refactor: 增加afterCommitWithOutTransaction zhouhao 2025-12-26 14:15:33 +08:00
  • 18eabee35a refactor: 优化配置错误 zhouhao 2025-12-22 11:08:47 +08:00
  • b1e4f6eb1d refactor: 优化事务工具 zhouhao 2025-12-19 12:43:47 +08:00
  • e9a3104db3 refactor: 优化事务工具 zhouhao 2025-12-19 11:31:48 +08:00
  • 5cb7fe4579 refactor: 优化 zhouhao 2025-12-15 09:42:26 +08:00
  • ff9d4f7d3d feat: 增加opengauss支持 zhouhao 2025-12-04 10:31:51 +08:00
  • dee3e3354e Change URL logging to use request URI instead of URL (#341) SinPingWu 2025-11-22 20:57:49 +08:00
  • d0b6d51384 refactor: 优化 zhouhao 2025-11-21 18:40:49 +08:00
  • 87e9ee0343 refactor: 优化findColumn方法 zhouhao 2025-11-21 12:40:25 +08:00
  • 2d2ce253ec refactor: 优化findColumn方法 zhouhao 2025-11-21 12:29:34 +08:00
  • c13534e1f8 refactor: 增加findColumn方法 zhouhao 2025-11-21 12:16:49 +08:00
  • 479225a4a9 fix: 修复group by不支持参数化问题 zhouhao 2025-11-20 17:40:52 +08:00
  • ce8b4f1323 fix: 修复复杂sql预编译参数数量可能错误问题 zhouhao 2025-11-20 12:45:12 +08:00
  • 6fa333ff80 fix: 修复sort 错误 zhouhao 2025-11-10 15:05:59 +08:00
  • 11ed64b489 build: release 4.0.20 4.0.20 master zhouhao 2025-10-27 10:52:24 +08:00
  • c754b7d68c build: prepare 5.0.2-SNAPSHOT zhouhao 2025-10-27 10:19:15 +08:00
  • 97f7cb7d9b build: release 5.0.1 5.0.1 zhouhao 2025-10-27 10:16:40 +08:00
  • 711150d6bb refactor: 优化I18nSupportUtils zhouhao 2025-10-27 10:12:21 +08:00
  • 99aafcf573 refactor: 优化 zhouhao 2025-09-30 14:45:09 +08:00
  • 2c6dce81ce refactor: 优化用户权限初始化逻辑 zhouhao 2025-09-27 14:58:04 +08:00
  • d4f01dcbc6 refactor: 优化用户权限变更事件逻辑 zhouhao 2025-09-27 12:08:25 +08:00
  • b478bbdffc refactor: 优化拓展性 zhouhao 2025-09-22 14:16:19 +08:00
  • cc8ded7008 refactor: 优化对象池 zhouhao 2025-09-15 14:44:28 +08:00
  • be69c7998d refactor: 优化RecyclerImpl性能 zhouhao 2025-09-09 15:53:54 +08:00
  • cca7082cce doc: 优化注释 zhouhao 2025-08-14 09:53:42 +08:00
  • bb39c2a8f9 Merge remote-tracking branch 'origin/master' into 5.0.x zhouhao 2025-08-14 09:53:22 +08:00
  • da70b7e1a3 refactor: 优化mvc支持 zhouhao 2025-08-07 14:09:10 +08:00
  • 3cf3362e0a refactor: 替换过时API zhouhao 2025-08-06 19:04:56 +08:00
  • da6f7aa3bb refactor: 优化上下文处理 zhouhao 2025-08-06 18:12:38 +08:00
  • 25af44d9e6 refactor: 优化mvc支持 zhouhao 2025-08-06 17:54:26 +08:00
  • 4dda9eb683 refactor: 优化权限控制 zhouhao 2025-08-05 09:33:28 +08:00
  • 3f7e040c44 refactor: 优化上下文传递 zhouhao 2025-08-04 14:06:53 +08:00
  • 2dbb9c7cc0 feat: 优化上下文传递 zhouhao 2025-08-04 13:55:38 +08:00
  • a7bbd59d01 feat: 优化上下文传递 zhouhao 2025-08-04 10:32:37 +08:00
  • ec5b4899d6 feat: 优化上下文传递 zhouhao 2025-08-04 10:12:55 +08:00
  • 5a3060bdc0 feat: 增加新的ContextHolder上下文支持 zhouhao 2025-08-01 18:27:19 +08:00
  • 4d164df847 refactor: 排除commons-logging依赖 zhouhao 2025-07-24 15:00:04 +08:00
  • 4644d5dbc7 refactor: 优化 zhouhao 2025-07-24 12:43:17 +08:00
  • 017a99e034 build(CI): 优化配置 zhouhao 2025-07-23 14:05:19 +08:00
  • 11c0652893 refactor: 增加新的Recycler工具来替代ThreadLocal对象池. (#334) 老周 2025-07-22 17:45:50 +08:00
  • 16d0d66350 refactor(基础模块): 完善注释 refactor-recycler zhouhao 2025-07-22 17:44:58 +08:00
  • 9068f86185 Merge branch '5.0.x' into refactor-recycler zhouhao 2025-07-18 11:15:53 +08:00
  • fc9726dd14 Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x zhouhao 2025-07-18 11:15:05 +08:00
  • 3048212a46 Merge remote-tracking branch 'origin/5.0.x' into refactor-recycler zhouhao 2025-07-18 10:51:59 +08:00
  • f3eb6a38a3 refactor: 优化对实体事件的支持 (#335) 老周 2025-07-18 10:51:31 +08:00
  • 0fd472ce5e refactor(基础模块): 优化对jdbc的支持 zhouhao 2025-07-17 15:08:04 +08:00
  • 5696d25e58 refactor: 优化 5.0.x-feat-sync zhouhao 2025-07-17 10:30:36 +08:00
  • ea0906e688 refactor(基础模块): 优化JdbcReactiveExecutor事务 zhouhao 2025-07-16 18:32:37 +08:00
  • 821cc5f934 refactor: 优化 zhouhao 2025-07-16 16:25:33 +08:00
  • b43123cabc refactor: 优化对实体事件的支持 zhouhao 2025-07-15 21:07:00 +08:00
  • a87f079fa7 refactor: 优化 zhouhao 2025-07-15 18:50:10 +08:00
  • 62f468d10c refactor: 增加新的Recycler工具来替代ThreadLocal对象池. zhouhao 2025-07-15 16:43:15 +08:00
  • b641d193a1 refactor: 优化json序列化 zhouhao 2025-07-14 15:07:11 +08:00
  • 3715c3a9ef refactor: 优化注解,支持在字段上注解. zhouhao 2025-07-14 11:21:55 +08:00
  • a2c7eebe03 refactor: 优化sql连接关闭逻辑 zhouhao 2025-07-11 16:18:57 +08:00
  • 9f09958571 refactor: 优化 zhouhao 2025-07-11 14:23:19 +08:00
  • 737b56f491 refactor: 优化权限初始化 zhouhao 2025-07-11 13:41:43 +08:00
  • 74865e1322 refactor: 优化权限初始化 zhouhao 2025-07-11 12:13:35 +08:00
  • 9c08c3a71a refactor: 优化权限初始化 zhouhao 2025-07-11 12:07:23 +08:00
  • 2b49248206 refactor: 优化权限初始化 zhouhao 2025-07-11 10:57:11 +08:00
  • 0c29f53dae refactor: 优化权限初始化 zhouhao 2025-07-11 10:56:17 +08:00
  • f1fb227203 build: 增加CICD脚本 zhouhao 2025-07-11 09:56:32 +08:00
  • fd903b438b build: 增加CICD脚本 zhouhao 2025-07-11 09:53:51 +08:00
  • addb2c9a28 build: 增加CICD脚本 zhouhao 2025-07-11 09:50:02 +08:00
  • 323a651aa0 refactor: 优化错误报告顺序 zhouhao 2025-07-11 09:41:53 +08:00
  • cadf50a4c7 Merge remote-tracking branch 'origin/master' into 5.0.x zhouhao 2025-07-11 09:12:05 +08:00
  • 715f476961 refactor: 移除 deleteUser 方法中的 readOnly 属性 (#333) PengyuDeng 2025-07-11 09:10:42 +08:00
  • 4482469b13 refactor: 优化RuntimeException异常处理逻辑 zhouhao 2025-07-10 11:23:17 +08:00
  • d4c237b109 refactor: 优化兼容性 zhouhao 2025-07-07 16:18:11 +08:00
  • f8ee52db0a refactor: 优化release配置 zhouhao 2025-07-05 21:40:59 +08:00
  • ef56ffa315 fix: 修复FastBeanCopier可能报找不到类问题. zhouhao 2025-07-05 21:25:11 +08:00
  • 88bbcfcc84 build: 4.0.20-SNAPSHOT zhouhao 2025-07-05 21:25:02 +08:00
  • 4ff0b3b109 fix: 修复FastBeanCopier可能报找不到类问题. zhouhao 2025-07-05 21:19:16 +08:00
  • 7993f6fd28 refactor: 优化 5.0.x-refactor-copy zhouhao 2025-07-05 21:12:13 +08:00