Details
-
Task
-
Status: Ready for Work
-
Should
-
Resolution: Unresolved
-
None
-
None
-
None
-
Medium
-
Description
The MXJ project has died, so the standalone build would probably need to be migrated to using MariaDB4J.
This consist of changing this dependency
<dependency> |
<groupId>com.mysql</groupId> |
<artifactId>mysql-connector-mxj</artifactId> |
<version>5.0.11</version> |
</dependency>
by
<dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
Since Travis doesn't test this by default, you have to run the integration test with the command: mvn clean test -Pskip-default-test -Pintegration-test you computer .
Gliffy Diagrams
Attachments
Issue Links
- is related to
-
STAND-102 Replace the embedded mysql with mariadb4j?
-
- Closed
-