Z.P
b4a0ee219b
feat:增加多数据源事务同步机制&多数据源事务单元测试 ( #581 )
...
* feat:增加事务同步机制
---------
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-10-23 09:54:14 +08:00
Ling Hengqian
d9d3b58cfc
Fixes native:metadata-copy
Maven Goal not available in Spring Boot Starter ( #571 )
2023-09-26 13:58:45 +08:00
TaoYu
089dbc294b
style format
2023-09-18 12:03:52 +08:00
TaoYu
fcf5bdbd3d
feat: support druid wall dbType
2023-09-18 12:02:32 +08:00
huayanYu
76590204bd
update pom
2023-09-17 21:36:34 +08:00
小锅盖
fac62b5a5b
Delete .github/FUNDING.yml
2023-09-11 14:29:05 +08:00
Ling Hengqian
19fab767c4
Add missing condition entries in GraalVM Reachability Metadata ( #568 )
2023-09-11 14:27:56 +08:00
Ling Hengqian
9e029086f0
Use Conditional Metadata instead of Standard Metadata ( #567 )
...
* - Use Conditional Metadata instead of Standard Metadata
- Update Maven Wrapper to 3.2.0
- Update Native Build Tools to 0.9.26
- Updated contributor guidelines
* Remove all JMX related GraalVM Reachability Metadata
* Migrate the GraalVM Reachability Metadata under the test package to the main package
2023-09-11 09:45:06 +08:00
Ling Hengqian
563522d730
Simplify redundant configurations caused by Spring Boot version changes ( #566 )
2023-09-07 10:10:02 +08:00
Ling Hengqian
0d963934ac
Open and Fix NativeTest by Spring Framework under GraalVM CE ( #562 )
2023-09-06 11:13:11 +08:00
Ling Hengqian
8e8e098208
Refactor dynamic-datasource-spring-boot-starter
unit test and Contributor Guides to fix CI ( #564 )
2023-09-05 22:07:42 +08:00
TaoYu
289e860b0f
update springboot version 2.7+.
2023-09-05 14:33:01 +08:00
Ling Hengqian
2aed8df0e2
Init nativeTest by GraalVM CE in CI ( #560 )
2023-09-05 14:13:25 +08:00
Ling Hengqian
08e2f0a0af
Refactor Contribution Guidelines and unit tests ( #559 )
2023-09-01 13:44:13 +08:00
Ling Hengqian
6ba32b2505
Add unit tests for dynamic-datasource-spring-boot-starter
( #555 )
2023-08-28 09:56:59 +08:00
Ling Hengqian
18b5312b68
Add unit tests for dynamic-datasource-spring-boot3-starter
( #552 )
2023-08-25 11:06:24 +08:00
TaoYu
bc747fad91
style format
2023-08-11 16:28:01 +08:00
Z.P
d9f2bd000d
fix @DSTransactional 无法获取类|接口|接口方法的注解属性 ( #543 )
...
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-08-11 16:10:53 +08:00
TaoYu
a71a54bd13
release 4.1.3
v4.1.3
2023-08-07 17:39:21 +08:00
TaoYu
99d2b00a98
style: code format
2023-08-07 17:37:33 +08:00
hieastz
dc203c23dd
fix druid filter init bug ( #541 )
...
filter->filters
2023-08-07 17:31:16 +08:00
TaoYu
609ba86163
fix: remove spring-web-starter
2023-08-04 17:31:54 +08:00
TaoYu
68f3e9c1bf
style: log
2023-08-04 17:27:01 +08:00
TaoYu
ddd1c16363
fix: tx remote mp
2023-08-01 10:52:16 +08:00
TaoYu
cd81af0d4a
remove unused config
2023-07-21 11:10:27 +08:00
SanJin
659edc8b13
最大加密字节数 53 ,超出最大字节数需要分组加密; 最大解密字节数 64 ,超出最大字节数需要分组解密 ( #537 )
2023-07-21 08:31:30 +08:00
TaoYu
d373cd7fb3
release 4.1.2
v4.1.2
2023-07-19 15:38:13 +08:00
Z.P
b83572ca2d
fix:主事务内多个嵌套事务,导致影响主事务提交|回滚 ( #533 )
...
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-07-18 22:33:10 +08:00
huayanYu
a37ed90c80
fix: use java7 compile
2023-07-18 22:10:36 +08:00
TaoYu
07f490a5d1
fix: 补充遗漏的event注入
2023-07-18 17:41:33 +08:00
Alan-pan
b5417788d1
REQUIRED主事务内多个NESTED次事务不提交事务bug ( #531 )
...
* 解决REQUIRED主事务内多个NESTED次事务不提交事务bug
2023-07-18 17:04:27 +08:00
TaoYu
68a090fc99
featL 完善druid3兼容,完善javadoc
2023-07-18 16:15:23 +08:00
TaoYu
f5541d2b4e
release 4.1.1
v4.1.1
2023-07-12 23:00:18 +08:00
TaoYu
84a450b85a
fix: druid connConfig
2023-07-12 22:59:53 +08:00
TaoYu
1acd3bb450
fix: druid connConfig
2023-07-12 16:39:52 +08:00
TaoYu
7d7606fcdb
release 4.1.0
v4.1.0
2023-07-11 18:01:45 +08:00
DarknessTM
0e64dac8ff
fix: NPE when add datasources from provider. such as AbstractJdbcDataSourceProvider will return null when error occurs. ( #525 )
2023-07-11 14:47:13 +08:00
HuaYan
5dd1255df7
style: format
2023-07-09 21:16:04 +08:00
Z.P
d8515a32f7
fix:NoClassDefFoundError of TransactionFactory ( #521 )
...
* fix:NoClassDefFoundError of TransactionFactory
---------
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-07-06 08:06:33 +08:00
moon0705
839cf3ce6f
fix ArrayStoreException during parsing annotations ( #519 )
...
* Avoid using @ConditionalOnClass with @Bean
2023-07-05 17:19:07 +08:00
小锅盖
0f6d587d7f
Update README.md
2023-06-27 20:51:09 +08:00
huayanYu
e87a127f99
release 4.0.0
v4.0.0
2023-06-27 20:42:05 +08:00
极道九幽
5769b3aa44
fix: 自动装配文件路径错误 ( #510 )
2023-06-27 18:19:28 +08:00
TaoYu
e2906e9b2d
doc
2023-06-25 14:10:41 +08:00
TaoYu
88ea68ac37
doc
2023-06-14 16:45:12 +08:00
TaoYu
8bbfaf934d
release 4.0.0-B1
2023-06-13 15:02:21 +08:00
TaoYu
313a67d9e3
version
2023-06-13 11:20:14 +08:00
ZP
34a9ae7315
fix:fix UUID generate blocked ( #507 )
...
* fix:fix UUID generate blocked with threadLocal
---------
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-06-13 10:07:07 +08:00
TaoYu
4eee946724
fix jdbc provider
2023-05-30 10:21:32 +08:00
TaoYu
145bd7cede
feat: providers all need defaultcreator
2023-05-30 10:17:33 +08:00