This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 85205b1bf3a Remove project.build.locale zh_CN (#24870)
85205b1bf3a is described below
commit 85205b1bf3ac90352643fd48c917beb6025390ae
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Mar 28 00:59:57 2023 +0800
Remove project.build.locale zh_CN (#24870)
* Remove project.build.locale zh_CN
* Remove project.build.locale zh_CN
---
.../shardingsphere/infra/util/expr/EspressoInlineExpressionParser.java | 2 +-
pom.xml | 1 -
.../shardingsphere/test/e2e/driver/AbstractShardingDriverTest.java | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git
a/infra/util/src/main/java/org/apache/shardingsphere/infra/util/expr/EspressoInlineExpressionParser.java
b/infra/util/src/main/java/org/apache/shardingsphere/infra/util/expr/EspressoInlineExpressionParser.java
index e350a9c0969..5ff3334b01b 100644
---
a/infra/util/src/main/java/org/apache/shardingsphere/infra/util/expr/EspressoInlineExpressionParser.java
+++
b/infra/util/src/main/java/org/apache/shardingsphere/infra/util/expr/EspressoInlineExpressionParser.java
@@ -29,7 +29,7 @@ import java.util.List;
/**
* Espresso Inline expression parser.
*/
-public class EspressoInlineExpressionParser {
+public final class EspressoInlineExpressionParser {
private static final Context POLYGLOT;
diff --git a/pom.xml b/pom.xml
index 733e2d4efb0..4af799204c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,6 @@
<java.version>1.8</java.version>
<maven.version.range>[3.0.4,)</maven.version.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.build.locale>zh_CN</project.build.locale>
<maven.deploy.skip>false</maven.deploy.skip>
<shade.package>org.apache.shardingsphere.shade</shade.package>
diff --git
a/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractShardingDriverTest.java
b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractShardingDriverTest.java
index 84ec6528dba..406027b70c9 100644
---
a/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractShardingDriverTest.java
+++
b/test/e2e/driver/src/test/java/org/apache/shardingsphere/test/e2e/driver/AbstractShardingDriverTest.java
@@ -49,7 +49,6 @@ public abstract class AbstractShardingDriverTest extends
AbstractDriverTest {
static void initShardingSphereDataSource() throws SQLException,
IOException {
if (null == dataSource) {
dataSource = (ShardingSphereDataSource)
YamlShardingSphereDataSourceFactory.createDataSource(getDataSourceMap(),
getFile());
- System.out.println(dataSource);
}
}