JDBC Release Notes

Versions Release Date Changes in Release
v4.1.0 2/17/2026
  • Added XA (distributed transaction) support to the JDBC Proxy Driver.

  • Implemented Maven shading for third-party library dependencies to prevent runtime conflicts.

  • Validated XA DataSource integration with Apache Tomcat, WebSphere, and JBoss application servers.

  • Optimized WebSphere integration to prevent duplicate data source instantiation.

  • Implemented connection strings with a pre-configured generic comment for both Direct and DataSource connections.

v4.0 3/5/2025 Certified Apache Derby with JDBC Driver.
v4.0 2/14/2025
  • Added the ability to integrate with the Delinea Platform using the latest authentication mechanism.

  • Dependency conflicts resolved.

  • Added integration with JBoss Server 7.2.0.

v3.3 7/23/2024
  • Capability to accept special characters in passwords.

  • Enhanced credentials validation process.

v3.2 6/10/2024
  • Added new encryption method to encrypt the Secret Server/Platform credentials and encryptionMode parameter in DelineaDriver.properties file.

The following bugs were fixed:

  • BUG 549391: JDBC Proxy Flexibility on the encryption of the DelineaDriver.properties file.

v3.1 4/22/2024
  • Provided the Platform support for Delinea JDBC Proxy Driver.

  • Added validation of user authentication in the SetUpUtility for the Platform.

v3.0 2/28/2024
  • Extended the Setup utility to support Credentials Cache functionality.

v2.2  
  • The JDBC Driver Proxy Setup Utilities have been updated to only allow valid user credentials.

  • Verified that the Delinea JDBC driver works with the Spring Boot application on both WebSphere and Tomcat servers, as well as the latest Secret Server Release 11.5.

v2.1.1  
  • The Secret Id is passed through the driver URL instead of a username. Now it will reduce the configuration parameter with the Delinea Proxy Driver.
  • Improved the log messages.
  • JDBC Proxy Driver is compatible with JAVA8 as well as JAVA11 (Certified with Tomcat server). Note: JAVA11 is not supported on WebSphere.
  • Certified the JDBC Proxy Driver with the Spring Boot application.
v2.0   Changes in this release:
  • In the previous release, we only supported one type of configuration called Direct Approach. In this release, we provide support for an additional approach called Data Source Approach.
  • LoginLevel and isLogging were added to the DelineaDriver.properties file to provide configurable parameters to control logging. The user can manually change the parameter and restart the Tomcat service.
  • Added a configurable setting to allow untrusted certificates in DelineaDriver.properties.

The following bugs were fixed:

  • Bug 413809: Invalid message is getting displayed in the log in case of valid URL.
  • Bug 437403: Getting exception while testing onlinebookstore app on Java 11 with Tomcat 10.
  • Bug 441122: Getting exception java.sql.SQLException: Cannot create PoolableConnectionFactory while testing onlinebookstore app Data Source Approach on Java 11 with Tomcat 10.