Subject Jaybird 2.2.10 released
Author Mark Rotteveel
I have just released Jaybird 2.2.10.

The release can be downloaded from
http://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v2.2.10

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.10</version>

* The artifactId depends on your target Java version: jaybird-jdk18,
jaybird-jdk17, or jaybird-jdk16.

The following has been changed or fixed since Jaybird 2.2.9:

* Improvement: Transmit encrypted password (isc_dpb_password_enc and
isc_spb_password_enc) in pure java protocol (JDBC-406)
* Improvement: Specify isc_tpb_lock_timeout in transaction mapping
(JDBC-407)
* Fixed: DatabaseMetaData.supportsGetGeneratedKeys does not report real
availability of generated keys feature (JDBC-412)
* Fixed: FBCachedClob throws SQLException instead of
SQLFeatureNotSupportedException (JDBC-414)
* Fixed: Transaction mapping cannot be configured through JDBC URL
(JDBC-421)
* Fixed: FBSQLWarning.getMessage() could return null instead of message
(JDBC-423)

More information will be available in the release notes at
http://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.10/release_notes.html
(as soon as I can upload them).

Kind regards,
Mark Rotteveel
--
Mark Rotteveel