458 Commits

Author SHA1 Message Date
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
ZP
c83de09ec1
fix:fix log output information error (#501)
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-05-23 09:58:17 +08:00
TaoYu
f891c631cb fix: fix some global config 2023-05-10 16:25:22 +08:00
TaoYu
a18395a323 style pom error 2023-05-10 14:58:47 +08:00
TaoYu
026262c598 feat: creator support no global Config 2023-05-10 14:44:15 +08:00
TaoYu
877249df89 fix: boot3 java version 2023-05-10 10:27:46 +08:00
TaoYu
4f72018dd4 feat: add creator module 2023-05-09 17:55:08 +08:00
TaoYu
97869a5172 feat: add spring-boot-common module 2023-05-09 14:58:15 +08:00
TaoYu
9f9b1f1de0 style: rename boot3 2023-05-09 14:12:52 +08:00
HuaYan
4b04ea2585 style: format 2023-05-08 22:02:55 +08:00
HuaYan
bff1793697 feat: add druid keepAliveBetweenTimeMillis,phyMaxUseCount 2023-05-08 21:45:15 +08:00
TaoYu
bf68f16e5a feat: prepare 4.0.0 add two modules 2023-05-08 18:11:01 +08:00
TaoYu
58419101d2 style: rename core to dynamic-datasource-spring 2023-05-06 15:39:54 +08:00
TaoYu
10039f535d fix: druid change config method support 1.2.17 2023-05-06 15:36:08 +08:00
xuwenping123
9350e0e858
add druid config (#489) 2023-04-18 09:18:07 +08:00
ZP
89d81b9b4b
feat:增加多数据源事务传播属性NESTED (#483)
Co-authored-by: zhangpeng <xinniankuailezp@163.com>
2023-03-15 10:28:07 +08:00
JiaZhiFeng
d0300b5bef
feat:增加适配atomikos数据源,支持同一个事务下多次切换数据源 (#481)
* feat:增加适配atomikos数据源,支持同一个事务下多次切换数据源

---------

Co-authored-by: jiazhifeng <wb.jiazhifeng01@mesg.corp.netease.com>
2023-03-07 09:53:35 +08:00
Ling Hengqian
5a4207d097
Add test modules and corresponding unit tests (#476)
* Add test modules and corresponding unit test
2023-01-09 10:07:05 +08:00
Ling Hengqian
5ba36a3f44
Migrating from Jakarta EE 9 to Jakarta EE 10 (#474) 2023-01-05 21:56:24 +08:00
hzh
e2e176d5a8
新增多数据源事务传播机制 (#406)
本地多数据源事务传播机制
2022-12-26 13:54:30 +08:00
小锅盖
638b2dc1e6
Delete maven.yml 2022-12-14 20:58:52 +08:00
小锅盖
5bdc8cc9bd
Delete sonarqube.yml 2022-12-14 20:58:21 +08:00