You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2019/01/29 13:53:13 UTC

[openjpa] 02/05: switch back to old mariadb connectorj due to a bug

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 9f0631bbf42aa01542a7d46c3bb610d6c0d3aa3c
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat Jan 26 21:55:30 2019 +0100

    switch back to old mariadb connectorj due to a bug
    
    MariaDB connectorj-2.3.0 has a bug with ESCAPE handling.
    This leads to many tests blow up with Exceptions.
    The respective bug is https://jira.mariadb.org/browse/CONJ-664
    2.3.1 should be safe again, but is not yet out.
    Thus switching back to 2.2.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2de3e79..7a44eba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
         <derby.version>10.14.2.0</derby.version>
         <hsqldb.version>2.4.1</hsqldb.version>
         <mysql.connector.version>5.1.47</mysql.connector.version>
-        <mariadb.connector.version>2.3.0</mariadb.connector.version>
+        <mariadb.connector.version>2.2.0</mariadb.connector.version>
 
         <postgresql.connector.version>42.2.5</postgresql.connector.version>