From 4d1d04871a3d45816e748ca36befc09eee94866c Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 2 Jul 2020 11:28:57 -0400 Subject: [PATCH] Revert mariadb jdbc version The new mariadb jdbc version is causing intermittent CSIT errors in PAP. Reverted to previous version. [EL Warning]: 2020-07-02 15:08:48.318--ServerSession(404947798)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: (conn=11) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT ' at line 1 Error Code: 1064 Call: CREATE TABLE ToscaDataType (DESCRIPTION VARCHAR, derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT NULL, version VARCHAR(20) NOT NULL, PRIMARY KEY (name, version)) Issue-ID: POLICY-2387 Change-Id: I138f4d395f150563474afe719966927789ae1f6e Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index bf7ec9cc..a1932d0c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -188,7 +188,7 @@ org.mariadb.jdbc mariadb-java-client - 2.6.1 + 2.2.6 -- 2.16.6