This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 89ea352 committed Nov 8, 2024 · 1 / 5
1 parent 97171d7 commit 89ea352 Copy full SHA for 89ea352
File tree 6 files changed +22
-27
lines changed
polardbx-common/src/main/java/com/alibaba/polardbx/common/utils/version
src/main/java/com/alibaba/polardbx/executor/gsi/utils
src/test/java/com/alibaba/polardbx/qatest/ddl/sharding/gsi/group1
6 files changed +22
-27
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ private Version() {
35
35
}
36
36
37
37
// TODO get product version from config property
38
- public static final String PRODUCT_VERSION = "2.5.0 " ;
38
+ public static final String PRODUCT_VERSION = "2.4.1 " ;
39
39
40
40
private static final Logger logger = LoggerFactory .getLogger (Version .class );
41
41
private static final Package myPackage = VersionAnnotation .class .getPackage ();
Original file line number Diff line number Diff line change 236
236
<artifactId >aircompressor</artifactId >
237
237
<version >${aircompressor.version} </version >
238
238
</dependency >
239
- <dependency >
240
- <groupId >com.alibaba.polardbx</groupId >
241
- <artifactId >airlift-all-shade</artifactId >
242
- <version >${airlift.shade.version} </version >
243
- </dependency >
239
+ <!-- <dependency> -- >
240
+ <!-- <groupId>com.alibaba.polardbx</groupId> -- >
241
+ <!-- <artifactId>airlift-all-shade</artifactId> -- >
242
+ <!-- <version>${airlift.shade.version}</version> -- >
243
+ <!-- </dependency> -- >
244
244
<dependency >
245
245
<groupId >javax.validation</groupId >
246
246
<artifactId >validation-api</artifactId >
Original file line number Diff line number Diff line change 23
23
import com .google .common .base .Preconditions ;
24
24
import com .google .common .io .BaseEncoding ;
25
25
import com .mysql .jdbc .StringUtils ;
26
- import com .mysql .jdbc .ZeroDate ;
27
- import com .mysql .jdbc .ZeroTime ;
28
- import com .mysql .jdbc .ZeroTimestamp ;
26
+ import com .alibaba . polardbx . common .jdbc .ZeroDate ;
27
+ import com .alibaba . polardbx . common .jdbc .ZeroTime ;
28
+ import com .alibaba . polardbx . common .jdbc .ZeroTimestamp ;
29
29
import com .alibaba .polardbx .common .exception .TddlNestableRuntimeException ;
30
30
import com .alibaba .polardbx .common .jdbc .ParameterContext ;
31
31
import com .alibaba .polardbx .common .jdbc .ParameterMethod ;
Original file line number Diff line number Diff line change 15
15
<artifactId >polardbx-test</artifactId >
16
16
17
17
<properties >
18
- <mysql_connector_v5 >5.1.40.12 </mysql_connector_v5 >
18
+ <mysql_connector_v5 >5.1.49 </mysql_connector_v5 >
19
19
<mysql_connector_v8 >8.0.26</mysql_connector_v8 >
20
20
<polardbx_connector >1.4.0-SNAPSHOT</polardbx_connector >
21
21
<mvn_parallel >none</mvn_parallel >
40
40
<artifactId >jcip-annotations</artifactId >
41
41
<version >${jcip.version} </version >
42
42
</dependency >
43
- <dependency >
44
- <groupId >com.alibaba.external</groupId >
45
- <artifactId >test.junit.hamcrest</artifactId >
46
- <version >${test.junit.hamcrest.version} </version >
47
- <scope >test</scope >
48
- </dependency >
49
43
<dependency >
50
44
<groupId >${project.groupId} </groupId >
51
45
<artifactId >polardbx-optimizer</artifactId >
95
89
<version >${mysql_connector_v5} </version >
96
90
<scope >test</scope >
97
91
</dependency >
92
+
98
93
<dependency >
99
- <groupId >com.aliyun</groupId >
100
- <artifactId >polardbx-java-connector</artifactId >
101
- <version >${polardbx_connector} </version >
94
+ <groupId >org.hamcrest</groupId >
95
+ <artifactId >hamcrest</artifactId >
102
96
<scope >test</scope >
103
- <exclusions >
104
- <exclusion >
105
- <groupId >org.junit.jupiter</groupId >
106
- <artifactId >junit-jupiter</artifactId >
107
- </exclusion >
108
- </exclusions >
109
97
</dependency >
110
98
111
99
100
+
112
101
<dependency >
113
102
<groupId >com.google.truth</groupId >
114
103
<artifactId >truth</artifactId >
Original file line number Diff line number Diff line change 38
38
import static com .alibaba .polardbx .qatest .validator .DataValidator .resultSetContentSameAssert ;
39
39
import static org .hamcrest .MatcherAssert .assertThat ;
40
40
import static org .hamcrest .core .Is .is ;
41
- import static org .hamcrest .number .OrderingComparisons .greaterThan ;
41
+ import static org .hamcrest .number .OrderingComparison .greaterThan ;
42
42
43
43
/**
44
44
* @author chenmo.cm
Original file line number Diff line number Diff line change 142
142
<jackson-mapper-asl .version>1.9.13</jackson-mapper-asl .version>
143
143
<dtafEx .version>0.0.2-SNAPSHOT</dtafEx .version>
144
144
<ddl-parser .version>1.0.2</ddl-parser .version>
145
- <test .junit. hamcrest.version>1.1</ test .junit. hamcrest.version>
145
+ <hamcrest .version>2.2</ hamcrest .version>
146
146
<sshtester .version>0.2.8</sshtester .version>
147
147
<xml-apis .version>1.4.01</xml-apis .version>
148
148
<jetty .version>9.4.20.v20190813</jetty .version>
483
483
<version >${mockito.verison} </version >
484
484
<scope >test</scope >
485
485
</dependency >
486
+ <dependency >
487
+ <groupId >org.hamcrest</groupId >
488
+ <artifactId >hamcrest</artifactId >
489
+ <version >${hamcrest.version} </version >
490
+ <scope >test</scope >
491
+ </dependency >
486
492
<!-- <dependency>-->
487
493
<!-- <groupId>org.apache.arrow</groupId>-->
488
494
<!-- <artifactId>arrow-vector</artifactId>-->
You can’t perform that action at this time.
0 commit comments