You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-druid.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ jobs:
42
42
fail-fast: false
43
43
matrix:
44
44
druid: [
45
+
1.2.25,
46
+
# 1.2.24, #The source code depends on guava, resulting in a class not found, see the commit https://github.com/alibaba/druid/commit/f060c2701587948380bd0d07d5baf4f774c06e8a#diff-5200f514252efbc0c4b2dc51ebad5d840b4b3065b9556eb4368bd3476d4c220eR25
47
+
1.2.23,
48
+
1.2.22,
49
+
1.2.21,
45
50
1.2.20,
46
51
1.2.19,
47
52
#1.2.18, # Unit test triggered a bug in Druid, see the commit https://github.com/alibaba/druid/commit/6c493f852852fb287ed5fd31ee16c27ead0ea5cf
Copy file name to clipboardExpand all lines: changes/en-us/2.x.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Add changes here for all PR submitted to the 2.x branch.
26
26
-[[#7551](https://github.com/apache/incubator-seata/pull/7551)] XAUtils add support for DM Database
27
27
-[[#7559](https://github.com/apache/incubator-seata/pull/7559)] Introduce Cleanup API for TableMetaRefreshHolder Instance
28
28
-[[#7669](https://github.com/apache/incubator-seata/pull/7669)] add support for Jackson serialization and deserialization of PostgreSQL array types
29
+
-[[#7664](https://github.com/apache/incubator-seata/pull/7664)] support shentongdatabase XA mode
29
30
30
31
### bugfix:
31
32
@@ -107,5 +108,6 @@ Thanks to these contributors for their code commits. Please report an unintended
0 commit comments