ranjeet-floyd commented on a change in pull request #4871: Fixed issue- #4645 |
Use YAML configuration for java AbstractEncrypt…
URL:
https://github.com/apache/incubator-shardingsphere/pull/4871#discussion_r396121580
##########
File path:
sharding-jdbc/sharding-jdbc-core/src/test/java/org/apache/shardingsphere/shardingjdbc/common/base/AbstractEncryptJDBCDatabaseAndTableTest.java
##########
@@ -30,93 +41,103 @@
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
-
-import javax.sql.DataSource;
-import java.io.InputStreamReader;
-import java.sql.SQLException;
-import java.util.Collections;
-import java.util.LinkedHashMap;
-import java.util.List;
-import java.util.Map;
-import java.util.Properties;
+import org.yaml.snakeyaml.Yaml;
public abstract class AbstractEncryptJDBCDatabaseAndTableTest extends
AbstractSQLTest {
-
+
Review comment:
Got it. Thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services