提交 68d583a2 编写于 作者: T tristaZero

use shade

上级 76b13cca
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.constant.properties;
import shardingsphere.shaded.common.base.Joiner;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.Joiner;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.core.util.StringUtil;
import lombok.Getter;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.core.executor;
import shardingsphere.shaded.common.collect.Lists;
import shardingsphere.shaded.common.util.concurrent.ListenableFuture;
import shardingsphere.shaded.common.util.concurrent.ListeningExecutorService;
import io.shardingsphere.shaded.com.google.common.collect.Lists;
import io.shardingsphere.shaded.com.google.common.util.concurrent.ListenableFuture;
import io.shardingsphere.shaded.com.google.common.util.concurrent.ListeningExecutorService;
import io.shardingsphere.core.exception.ShardingException;
import io.shardingsphere.core.util.ShardingExecutorService;
import java.sql.SQLException;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.executor;
import shardingsphere.shaded.common.util.concurrent.ThreadFactoryBuilder;
import io.shardingsphere.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.executor.sql.prepare;
import shardingsphere.shaded.common.collect.Lists;
import io.shardingsphere.shaded.com.google.common.collect.Lists;
import io.shardingsphere.core.constant.ConnectionMode;
import io.shardingsphere.core.executor.ShardingExecuteGroup;
import io.shardingsphere.core.executor.StatementExecuteUnit;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.metadata.datasource.dialect;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.core.exception.ShardingException;
import io.shardingsphere.core.metadata.datasource.DataSourceMetaData;
import lombok.Getter;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.metadata.table.ShardingTableMetaData;
import io.shardingsphere.core.parsing.cache.ParsingResultCache;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.extractor;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.parser.SQLAST;
import io.shardingsphere.core.parsing.antlr.sql.segment.SQLSegment;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.extractor.impl.dialect.postgresql;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.extractor.OptionalSQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.util.ExtractorUtils;
import io.shardingsphere.core.parsing.antlr.extractor.util.RuleName;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.extractor.impl.dialect.sqlserver;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.extractor.OptionalSQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.impl.IndexNameExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.util.ExtractorUtils;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.extractor.impl.dialect.sqlserver;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.extractor.OptionalSQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.util.ExtractorUtils;
import io.shardingsphere.core.parsing.antlr.extractor.util.RuleName;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.parsing.antlr.extractor.impl.dialect.sqlserver;
import shardingsphere.shaded.common.base.Optional;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.shardingsphere.core.constant.transaction.TransactionOperationType;
import io.shardingsphere.core.parsing.antlr.extractor.OptionalSQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.util.ExtractorUtils;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.extractor.impl.dialect.sqlserver;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.extractor.OptionalSQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.impl.IndexNameExtractor;
import io.shardingsphere.core.parsing.antlr.extractor.util.ExtractorUtils;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.filler;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.metadata.table.ShardingTableMetaData;
import io.shardingsphere.core.parsing.antlr.rule.registry.ParsingRuleRegistry;
import io.shardingsphere.core.parsing.antlr.rule.registry.statement.SQLStatementRule;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.optimizer;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.metadata.table.ShardingTableMetaData;
import io.shardingsphere.core.parsing.antlr.rule.registry.statement.SQLStatementRule;
import io.shardingsphere.core.parsing.parser.sql.SQLStatement;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.parser;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.parsing.antlr.parser.impl.SQLParserFactory;
import io.shardingsphere.core.parsing.antlr.rule.registry.ParsingRuleRegistry;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.rule.jaxb.loader.statement;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.shardingsphere.core.parsing.antlr.rule.jaxb.entity.statement.SQLStatementRuleDefinitionEntity;
import io.shardingsphere.core.parsing.antlr.rule.jaxb.loader.RuleDefinitionEntityLoader;
import lombok.SneakyThrows;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.antlr.rule.registry.statement;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.parsing.antlr.extractor.SQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.optimizer.SQLStatementOptimizer;
import io.shardingsphere.core.parsing.parser.sql.SQLStatement;
......
......@@ -17,10 +17,10 @@
package io.shardingsphere.core.parsing.antlr.rule.registry.statement;
import shardingsphere.shaded.common.base.CaseFormat;
import shardingsphere.shaded.common.base.Joiner;
import shardingsphere.shaded.common.base.Splitter;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.CaseFormat;
import io.shardingsphere.shaded.com.google.common.base.Joiner;
import io.shardingsphere.shaded.com.google.common.base.Splitter;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.core.parsing.antlr.extractor.SQLSegmentExtractor;
import io.shardingsphere.core.parsing.antlr.optimizer.SQLStatementOptimizer;
import io.shardingsphere.core.parsing.antlr.rule.jaxb.entity.statement.SQLStatementRuleDefinitionEntity;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.parsing.parser.dialect.sqlserver.clause;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.parsing.lexer.LexerEngine;
import io.shardingsphere.core.parsing.lexer.token.Keyword;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.rewrite;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData;
import io.shardingsphere.core.optimizer.condition.ShardingCondition;
import io.shardingsphere.core.optimizer.insert.InsertShardingCondition;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.rewrite;
import shardingsphere.shaded.common.base.Optional;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData;
import io.shardingsphere.core.optimizer.condition.ShardingConditions;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.core.rule;
import shardingsphere.shaded.common.base.Optional;
import shardingsphere.shaded.common.base.Preconditions;
import shardingsphere.shaded.common.base.Strings;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import io.shardingsphere.api.config.MasterSlaveRuleConfiguration;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
import io.shardingsphere.api.config.TableRuleConfiguration;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.util;
import shardingsphere.shaded.common.base.Joiner;
import io.shardingsphere.shaded.com.google.common.base.Joiner;
import io.shardingsphere.core.parsing.parser.sql.SQLStatement;
import io.shardingsphere.core.routing.RouteUnit;
import lombok.AccessLevel;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.util;
import shardingsphere.shaded.common.base.CharMatcher;
import io.shardingsphere.shaded.com.google.common.base.CharMatcher;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.parsing.lexer.dialect.mysql.MySQLKeyword;
import io.shardingsphere.core.parsing.lexer.token.DefaultKeyword;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.util;
import shardingsphere.shaded.common.util.concurrent.ListeningExecutorService;
import shardingsphere.shaded.common.util.concurrent.MoreExecutors;
import io.shardingsphere.shaded.com.google.common.util.concurrent.ListeningExecutorService;
import io.shardingsphere.shaded.com.google.common.util.concurrent.MoreExecutors;
import io.shardingsphere.core.executor.ShardingThreadFactoryBuilder;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.api.algorithm.common;
import shardingsphere.shaded.common.collect.Range;
import shardingsphere.shaded.common.collect.Sets;
import io.shardingsphere.shaded.com.google.common.collect.Range;
import io.shardingsphere.shaded.com.google.common.collect.Sets;
import io.shardingsphere.api.algorithm.fixture.TestComplexKeysShardingAlgorithm;
import io.shardingsphere.api.algorithm.fixture.TestPreciseShardingAlgorithm;
import io.shardingsphere.api.algorithm.fixture.TestRangeShardingAlgorithm;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.merger.dal.show;
import shardingsphere.shaded.common.collect.Lists;
import io.shardingsphere.shaded.com.google.common.collect.Lists;
import io.shardingsphere.api.algorithm.fixture.TestComplexKeysShardingAlgorithm;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
import io.shardingsphere.api.config.TableRuleConfiguration;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.merger.dal.show;
import shardingsphere.shaded.common.collect.Lists;
import io.shardingsphere.shaded.com.google.common.collect.Lists;
import io.shardingsphere.api.algorithm.fixture.TestComplexKeysShardingAlgorithm;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
import io.shardingsphere.api.config.TableRuleConfiguration;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.metadata.datasource;
import shardingsphere.shaded.common.collect.Lists;
import io.shardingsphere.shaded.com.google.common.collect.Lists;
import io.shardingsphere.api.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmType;
import io.shardingsphere.api.config.MasterSlaveRuleConfiguration;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
......
......@@ -17,8 +17,8 @@
package io.shardingsphere.core.rewrite;
import shardingsphere.shaded.common.base.Optional;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.constant.OrderDirection;
import io.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.core.rule;
import shardingsphere.shaded.common.collect.Sets;
import io.shardingsphere.shaded.com.google.common.collect.Sets;
import io.shardingsphere.api.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmType;
import io.shardingsphere.api.config.MasterSlaveRuleConfiguration;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.shardingjdbc.jdbc.core.statement;
import shardingsphere.shaded.common.base.Function;
import shardingsphere.shaded.common.base.Optional;
import shardingsphere.shaded.common.collect.Collections2;
import io.shardingsphere.shaded.com.google.common.base.Function;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.collect.Collections2;
import io.shardingsphere.core.constant.SQLType;
import io.shardingsphere.core.constant.properties.ShardingPropertiesConstant;
import io.shardingsphere.core.executor.sql.execute.result.StreamQueryResult;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.shardingjdbc.jdbc.core.statement;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.constant.SQLType;
import io.shardingsphere.core.constant.properties.ShardingPropertiesConstant;
import io.shardingsphere.core.executor.sql.execute.result.StreamQueryResult;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.shardingjdbc.jdbc.core.datasource;
import shardingsphere.shaded.common.base.Joiner;
import io.shardingsphere.shaded.com.google.common.base.Joiner;
import io.shardingsphere.api.algorithm.masterslave.MasterSlaveLoadBalanceAlgorithmType;
import io.shardingsphere.api.config.MasterSlaveRuleConfiguration;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.opentracing;
import shardingsphere.shaded.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.opentracing.Tracer;
import io.opentracing.util.GlobalTracer;
import io.shardingsphere.core.exception.ShardingException;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.orchestration.internal.eventbus;
import shardingsphere.shaded.common.eventbus.EventBus;
import io.shardingsphere.shaded.com.google.common.eventbus.EventBus;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.shardingproxy.runtime.schema;
import shardingsphere.shaded.common.eventbus.Subscribe;
import io.shardingsphere.shaded.com.google.common.eventbus.Subscribe;
import io.shardingsphere.api.config.ShardingRuleConfiguration;
import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.core.constant.properties.ShardingPropertiesConstant;
......
......@@ -17,9 +17,9 @@
package io.shardingsphere.test.sql;
import io.shardingsphere.shaded.com.google.common.base.Preconditions;
import io.shardingsphere.shaded.com.google.common.base.Strings;
import lombok.SneakyThrows;
import shardingsphere.shaded.common.base.Preconditions;
import shardingsphere.shaded.common.base.Strings;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
......
......@@ -17,7 +17,7 @@
package io.shardingsphere.transaction.xa.convert.dialect;
import shardingsphere.shaded.common.base.Optional;
import io.shardingsphere.shaded.com.google.common.base.Optional;
import io.shardingsphere.core.metadata.datasource.dialect.SQLServerDataSourceMetaData;
import io.shardingsphere.core.rule.DataSourceParameter;
import lombok.RequiredArgsConstructor;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册