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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@ 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
33
+
-[[#6476](https://github.com/apache/seata/issues/6476)] Fix SerialArray equals() method for multi-dimensional array comparison in Phase 2 rollback
32
34
-[[#7482](https://github.com/apache/incubator-seata/pull/7482)] Github Action workflow does not run the corresponding Kotlin test
33
35
-[[#7538](https://github.com/apache/incubator-seata/pull/7538)] unify DmdbTimestamp comparison via UTC Instant to prevent rollback failure
34
36
-[[#7546](https://github.com/seata/seata/pull/7546)] fix client spring version compatible
@@ -38,12 +40,13 @@ Add changes here for all PR submitted to the 2.x branch.
38
40
-[[#7596](https://github.com/apache/incubator-seata/pull/7596)] Fixed the issue where deserialization failed when the xss filter obtained the default keyword
39
41
-[[#7613](https://github.com/apache/incubator-seata/pull/7613)] Fixed the SQL error in the datetime format time query in the global lock query
40
42
-[[#7624](https://github.com/apache/incubator-seata/pull/7624)] fix the compatibility issue of yml configuration files
43
+
-[[#7644](https://github.com/apache/incubator-seata/pull/7644)] fix the compatibility issue of spotless when java 25
41
44
-[[#7662](https://github.com/apache/incubator-seata/pull/7662)] ensure visibility of rm and The methods in MockTest are executed in order
42
45
43
46
44
-
45
47
### optimize:
46
48
49
+
-[[#7460](https://github.com/apache/incubator-seata/pull/7460)] Remove hardcoded port configuration in core module test classes
47
50
-[[#7478](https://github.com/apache/incubator-seata/pull/7484)] optimize: remove client id metric
48
51
-[[#7557](https://github.com/seata/seata/pull/7557)] upgrade some npmjs dependencies
49
52
-[[#7576](https://github.com/seata/seata/pull/7576)] Add empty push protection for Configuration
@@ -55,6 +58,8 @@ Add changes here for all PR submitted to the 2.x branch.
-[[#7443](https://github.com/seata/seata/pull/7443)] Replace @LocalTCC with @SagaTransactional in the saga annotation pattern
57
60
-[[#7645](https://github.com/seata/seata/pull/7645)] simplifying the relevant transport.* configuration types
61
+
-[[#7673](https://github.com/apache/incubator-seata/pull/7673)] bump @babel/runtime from ^7.26.10 to ^7.27.0
62
+
58
63
59
64
### security:
60
65
@@ -69,6 +74,8 @@ Add changes here for all PR submitted to the 2.x branch.
69
74
-[[#7580](https://github.com/seata/seata/pull/7580)] fix the exception caused by the disorder of test case execution order
70
75
-[[#7584](https://github.com/apache/incubator-seata/pull/7584)] deflake ConsulConfigurationTest#testInitSeataConfig with short await/retry to absorb CI timing delay
71
76
-[[#7610](https://github.com/apache/incubator-seata/pull/7610)] Enable Nacos integration tests when nacosCaseEnabled is true
77
+
-[[#7672](https://github.com/apache/incubator-seata/pull/7672)] Add unit tests for the `seata-common` module
78
+
-[[#7679](https://github.com/apache/incubator-seata/pull/7679)] fix old version connect timeout
72
79
73
80
### refactor:
74
81
@@ -77,6 +84,7 @@ Add changes here for all PR submitted to the 2.x branch.
77
84
78
85
### doc:
79
86
87
+
-[[#7462](https://github.com/seata/seata/pull/7462)] improve TM module Javadoc with comprehensive English documentation
80
88
-[[#7531](https://github.com/seata/seata/pull/7531)] Optimize the Readme and change documents
81
89
-[[#7569](https://github.com/seata/seata/pull/7569)] Add hyperlink to CONTRIBUTING.md in pull request template
82
90
-[[#7605](https://github.com/apache/incubator-seata/pull/7605)] Add the type of registry as seata in application.yml
@@ -97,8 +105,12 @@ Thanks to these contributors for their code commits. Please report an unintended
0 commit comments