zhouhao
|
3f7e040c44
|
refactor: 优化上下文传递
|
2025-08-04 14:06:53 +08:00 |
|
zhouhao
|
ec5b4899d6
|
feat: 优化上下文传递
|
2025-08-04 10:12:55 +08:00 |
|
zhouhao
|
5a3060bdc0
|
feat: 增加新的ContextHolder上下文支持
|
2025-08-01 18:27:19 +08:00 |
|
老周
|
11c0652893
|
refactor: 增加新的Recycler工具来替代ThreadLocal对象池. (#334)
* refactor: 增加新的Recycler工具来替代ThreadLocal对象池.
* refactor: 优化
* refactor(基础模块): 完善注释
|
2025-07-22 17:45:50 +08:00 |
|
zhouhao
|
821cc5f934
|
refactor: 优化
|
2025-07-16 16:25:33 +08:00 |
|
zhouhao
|
4ff0b3b109
|
fix: 修复FastBeanCopier可能报找不到类问题.
|
2025-07-05 21:19:16 +08:00 |
|
zhouhao
|
8aa0d06136
|
build: 5.0.0 release
|
2025-06-30 11:29:08 +08:00 |
|
zhouhao
|
931c87ca51
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-dictionary/src/main/java/org/hswebframework/web/dictionary/service/CompositeDictDefineRepository.java
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2025-03-31 11:27:04 +08:00 |
|
zhouhao
|
e928bc46a5
|
refactor: 优化数据字典加载
|
2025-03-18 18:47:47 +08:00 |
|
zhouhao
|
db30616148
|
refactor: 优化异常匹配逻辑
|
2025-03-07 11:06:23 +08:00 |
|
zhouhao
|
48b6f39483
|
refactor: 优化数据字典加载逻辑
|
2025-03-06 10:34:56 +08:00 |
|
zhouhao
|
c5552c9396
|
refactor: 优化错误报告逻辑
|
2025-02-20 19:01:35 +08:00 |
|
zhouhao
|
89c9b86a21
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-02-20 17:34:37 +08:00 |
|
zhouhao
|
002c7259f4
|
refactor: 优化数据字典加载
|
2025-02-19 14:04:31 +08:00 |
|
fighter-wang
|
952ac39414
|
feat: DefaultItemDefine字典项增加国际化属性 (#307)
* feat: DefaultItemDefine字典项增加国际化属性
* feat: 兼容没有国际化属性的构造方法
---------
Co-authored-by: fighter-wang <11291691+fighter-wang@user.noreply.gitee.com>
|
2025-02-19 11:32:25 +08:00 |
|
zhouhao
|
449801302d
|
refactor: 优化数组类型转换
|
2025-02-07 18:45:04 +08:00 |
|
zhouhao
|
a0aaee0fdd
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-01-24 14:55:50 +08:00 |
|
zhouhao
|
f580c6cbb0
|
feat: 优化溯源异常
|
2025-01-24 14:55:15 +08:00 |
|
zhouhao
|
254d1eff83
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-01-24 14:37:44 +08:00 |
|
zhouhao
|
8ae271e2ab
|
feat: 优化溯源异常
|
2025-01-24 14:36:10 +08:00 |
|
zhouhao
|
a304f29ba7
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-commons/hsweb-commons-crud/src/main/resources/i18n/commons/messages_en.properties
|
2025-01-24 13:54:58 +08:00 |
|
老周
|
89d3f4779e
|
feat: 增加异常分析功能 (#304)
通过实现ExceptionAnalyzer拓展异常分析
|
2025-01-24 13:53:45 +08:00 |
|
zhouhao
|
fe7a6f6ca2
|
refactor: 优化日志打印
|
2025-01-23 17:30:29 +08:00 |
|
zhouhao
|
f89befb011
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/define/DefaultBasicAuthorizeDefinition.java
# hsweb-commons/hsweb-commons-crud/src/main/resources/i18n/commons/messages_en.properties
# hsweb-commons/hsweb-commons-crud/src/main/resources/i18n/commons/messages_zh.properties
# hsweb-core/src/main/java/org/hswebframework/web/i18n/LocaleUtils.java
# hsweb-system/hsweb-system-dictionary/src/main/java/org/hswebframework/web/dictionary/entity/DictionaryEntity.java
|
2025-01-21 15:37:23 +08:00 |
|
zhouhao
|
b7fc0f8d4e
|
refactor: 优化国际化信息
|
2025-01-15 17:17:15 +08:00 |
|
zhouhao
|
e37055354b
|
refactor: 优化国际化逻辑
|
2025-01-14 12:15:07 +08:00 |
|
zhouhao
|
9bc4a351b5
|
refactor: 数据字典增加国际化支持
|
2025-01-13 16:31:56 +08:00 |
|
zhouhao
|
798073a3d8
|
Merge branch 'master' into spring-boot3
|
2025-01-13 09:29:05 +08:00 |
|
zhouhao
|
e213698081
|
refactor: 优化日志
|
2025-01-10 17:32:35 +08:00 |
|
zhouhao
|
1320079be0
|
refactor: 优化说明
|
2025-01-09 17:40:42 +08:00 |
|
zhouhao
|
b2f8de09a7
|
Merge branch 'master' into spring-boot3
# Conflicts:
# hsweb-core/pom.xml
|
2025-01-03 17:50:08 +08:00 |
|
zhouhao
|
358f740e63
|
refactor: 优化
|
2025-01-02 16:26:43 +08:00 |
|
zhouhao
|
35ad482eb3
|
refactor: 优化命名
|
2024-12-30 17:27:39 +08:00 |
|
zhouhao
|
6cd5b266c8
|
refactor: 优化对拓展实体支持
|
2024-12-27 19:49:13 +08:00 |
|
zhouhao
|
9c6b20172e
|
refactor: 优化对拓展实体支持
|
2024-12-27 19:15:00 +08:00 |
|
zhouhao
|
c03c21b2c9
|
fix: NPE
|
2024-12-20 14:29:49 +08:00 |
|
zhouhao
|
a9fc4893af
|
Merge branch 'master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-basic/src/test/java/org/hswebframework/web/authorization/basic/aop/AopAuthorizingControllerTest.java
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/configuration/EasyormRepositoryRegistrar.java
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2024-12-20 13:36:18 +08:00 |
|
zhouhao
|
280eeba824
|
refactor: 优化
|
2024-12-20 12:21:45 +08:00 |
|
zhouhao
|
737e387df9
|
refactor: 优化拓展逻辑
|
2024-12-20 11:37:38 +08:00 |
|
zhouhao
|
022e94131c
|
refactor: 增加国际化实体类支持
|
2024-12-19 17:36:59 +08:00 |
|
zhouhao
|
0a5cef3973
|
refactor: 优化类型转换异常栈打印
|
2024-12-19 09:36:58 +08:00 |
|
zhouhao
|
988feffcf2
|
refactor: 雪花ID生成器发生时间回退时不拒绝生成ID
|
2024-12-02 18:14:22 +08:00 |
|
zhouhao
|
878ecbff88
|
refactor: 优化枚举解析
|
2024-10-18 18:44:15 +08:00 |
|
zhouhao
|
309d58bde5
|
Merge branch 'refs/heads/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/hsweb-commons-crud/src/test/java/org/hswebframework/web/crud/query/QueryAnalyzerImplTest.java
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-starter/src/main/java/org/hswebframework/web/starter/jackson/CustomJackson2jsonEncoder.java
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2024-08-21 16:02:40 +08:00 |
|
zhouhao
|
a5e73bfd62
|
refactor: 优化代理类名生成逻辑
|
2024-07-16 15:01:30 +08:00 |
|
zhouhao
|
a0d82967c5
|
Merge branch 'refs/heads/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/handler/access/DimensionDataAccessHandler.java
# hsweb-authorization/hsweb-authorization-oauth2/src/main/java/org/hswebframework/web/oauth2/server/auth/ReactiveOAuth2AccessTokenParser.java
# hsweb-authorization/hsweb-authorization-oauth2/src/test/java/org/hswebframework/web/oauth2/server/impl/RedisAccessTokenManagerTest.java
# hsweb-commons/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/configuration/EasyormRepositoryRegistrar.java
# hsweb-commons/hsweb-commons-crud/src/test/java/org/hswebframework/web/crud/CrudTests.java
# hsweb-commons/hsweb-commons-crud/src/test/java/org/hswebframework/web/crud/service/GenericReactiveCacheSupportCrudServiceTest.java
# hsweb-core/pom.xml
# hsweb-logging/hsweb-access-logging-aop/src/main/java/org/hswebframework/web/logging/aop/ReactiveAopAccessLoggerSupport.java
# hsweb-starter/src/main/java/org/hswebframework/web/starter/initialize/SystemInitialize.java
# hsweb-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/src/main/java/org/hswebframework/web/system/authorization/api/entity/UserEntity.java
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/src/main/java/org/hswebframework/web/system/authorization/defaults/service/DefaultReactiveUserService.java
# pom.xml
|
2024-07-04 16:17:22 +08:00 |
|
zhouhao
|
6054867d82
|
refactor: 优化原生sql查询解析逻辑
|
2024-06-27 18:04:18 +08:00 |
|
zhouhao
|
e2e98d1f8e
|
fix: 修复单元测试错误
|
2024-06-06 16:28:42 +08:00 |
|
zhouhao
|
0cb9dd5450
|
refactor: 优化
|
2024-05-24 10:00:16 +08:00 |
|
老周
|
df0dce11a2
|
fix: 修复通过EntityPrepareModifyEvent重新设置可能无效问题 (#288)
* fix: 修复通过EntityPrepareModifyEvent重新设置可能无效问题
* fix: 修复无法设置null问题
|
2024-05-15 11:34:25 +08:00 |
|