Skip to content

Commit

Permalink
Upgrade to latest MariaDB JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jourquin committed Jan 12, 2025
1 parent 3146494 commit 1119f35
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<classpathentry kind="lib" path="lib/groovy/slf4j-api-2.0.12.jar"/>
<classpathentry kind="lib" path="lib/groovy/snakeyaml-2.2.jar"/>
<classpathentry kind="lib" path="lib/groovy/testng-7.5.1.jar"/>
<classpathentry kind="lib" path="jdbcDrivers/mariadb-java-client-3.4.0.jar"/>
<classpathentry kind="lib" path="jdbcDrivers/postgresql-42.7.3.jar"/>
<classpathentry kind="lib" path="lib/h2-2.2.224.jar"/>
<classpathentry kind="lib" path="lib/jna-5.14.0.jar"/>
Expand All @@ -112,5 +111,6 @@
<classpathentry kind="lib" path="lib/rsyntaxtextarea-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.46.0.0.jar"/>
<classpathentry kind="lib" path="lib/xchart-3.8.8.jar"/>
<classpathentry kind="lib" path="jdbcDrivers/mariadb-java-client-3.5.1.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<pathelement location="lib/groovy/slf4j-api-2.0.12.jar"/>
<pathelement location="lib/groovy/snakeyaml-2.2.jar"/>
<pathelement location="lib/groovy/testng-7.5.1.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.4.0.jar"/>
<pathelement location="jdbcDrivers/postgresql-42.7.3.jar"/>
<pathelement location="lib/h2-2.2.224.jar"/>
<pathelement location="lib/jna-5.14.0.jar"/>
Expand All @@ -118,6 +117,7 @@
<pathelement location="lib/rsyntaxtextarea-3.4.0.jar"/>
<pathelement location="lib/sqlite-jdbc-3.46.0.0.jar"/>
<pathelement location="lib/xchart-3.8.8.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.5.1.jar"/>
</path>
<path id="run.Nodus.classpath">
<path refid="Nodus.classpath"/>
Expand Down Expand Up @@ -211,7 +211,6 @@
<pathelement location="lib/groovy/slf4j-api-2.0.12.jar"/>
<pathelement location="lib/groovy/snakeyaml-2.2.jar"/>
<pathelement location="lib/groovy/testng-7.5.1.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.4.0.jar"/>
<pathelement location="jdbcDrivers/postgresql-42.7.3.jar"/>
<pathelement location="lib/h2-2.2.224.jar"/>
<pathelement location="lib/jna-5.14.0.jar"/>
Expand All @@ -228,6 +227,7 @@
<pathelement location="lib/rsyntaxtextarea-3.4.0.jar"/>
<pathelement location="lib/sqlite-jdbc-3.46.0.0.jar"/>
<pathelement location="lib/xchart-3.8.8.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.5.1.jar"/>
</path>
<path id="run.SortVectors.classpath">
<path refid="Nodus.classpath"/>
Expand Down Expand Up @@ -321,7 +321,6 @@
<pathelement location="lib/groovy/slf4j-api-2.0.12.jar"/>
<pathelement location="lib/groovy/snakeyaml-2.2.jar"/>
<pathelement location="lib/groovy/testng-7.5.1.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.4.0.jar"/>
<pathelement location="jdbcDrivers/postgresql-42.7.3.jar"/>
<pathelement location="lib/h2-2.2.224.jar"/>
<pathelement location="lib/jna-5.14.0.jar"/>
Expand All @@ -338,6 +337,7 @@
<pathelement location="lib/rsyntaxtextarea-3.4.0.jar"/>
<pathelement location="lib/sqlite-jdbc-3.46.0.0.jar"/>
<pathelement location="lib/xchart-3.8.8.jar"/>
<pathelement location="jdbcDrivers/mariadb-java-client-3.5.1.jar"/>
</path>
<target name="init">
<mkdir dir="classes"/>
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,9 @@ are 9001 for HSQLDB, 9092 for H2 and 1527 for Derby.
- The list of tables in the SQL console was wrong with some versions of MySQL/MAriaDB : fixed
- Update Copyright year


##v8.2 - BuildXXXXXXXX
- Upgrade MariaDB JDBC driver




Expand Down
Binary file removed jdbcDrivers/mariadb-java-client-3.4.0.jar
Binary file not shown.
Binary file added jdbcDrivers/mariadb-java-client-3.5.1.jar
Binary file not shown.

0 comments on commit 1119f35

Please sign in to comment.