diff release.txt @ 768:a80c21fe7bb2

Removed deprecated nl.cwi.monetdb.*.* classes and package. Those classes were marked deprecated on 12 Nov 2020 from release 3.0 (released on 17 Feb 2021) onwards. It includes: nl.cwi.monetdb.client.JdbcClient.class nl.cwi.monetdb.jdbc.MonetDriver.class nl.cwi.monetdb.jdbc.types.INET.class nl.cwi.monetdb.jdbc.types.URL.class nl.cwi.monetdb.mcl.net.MapiSocket.class These classes are now removed permanently. Use the org.monetdb.* equivalents instead.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 06 Jul 2023 15:35:04 +0200 (21 months ago)
parents 552c125e5cdc
children e029af7551b7
line wrap: on
line diff
--- a/release.txt
+++ b/release.txt
@@ -65,11 +65,9 @@ See also: https://www.monetdb.org/Docume
 
 The MonetDB JDBC driver class name is: org.monetdb.jdbc.MonetDriver
 This has been changed as of release 3.0 (monetdb-jdbc-3.0.jre8.jar).
-The old driver class (nl.cwi.monetdb.jdbc.MonetDriver) has been deprecated.
-It is still included in the jar file to ease the transition for existing deployments.
-However it will be removed in a future release (planned for monetdb-jdbc-3.4.jre8.jar)
- of the MonetDB JDBC driver.
-Please use the new driver class name asap in your configuration files or Java code.
+The old driver class (nl.cwi.monetdb.jdbc.MonetDriver) has been deprecated
+since 12 Nov 2020 and removed from release 3.4 (monetdb-jdbc-3.4.jre8.jar).
+Please use the new driver class name asap in your configuration files and Java code.
 
 
 JDBC COMPLIANCE