Subject Jaybird 3.0.7 released
Author Mark Rotteveel
Jaybird 3.0.7 has been released. This release contains a new feature and
two bug fixes:

* Fixed: attempts to use a blob after it was freed or after transaction
end could throw a NullPointerException or just work depending on whether
the connection had a new transaction. (JDBC-587)
* Fixed: Instances of java.sql.Blob and java.sql.Clob obtained from a
result set were freed after calls to ResultSet.next(). (JDBC-588)
* New feature: added FBEventManager.createFor(Connection) to create an
EventManager for an existing connection. Backported from Jaybird 4.
(JDBC-594)

Jaybird 3.0 supports Firebird 2.0 and higher, on Java 7, 8, 11 and 13.
Basic Java 9 and higher compatibility is provided through the Java 8
version of the driver.

See also:

* Jaybird 3.0.7 release notes:
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.7/release_notes.html
* Jaybird downloads: https://www.firebirdsql.org/en/jdbc-driver/
* Instructions for Maven:
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.7/release_notes.html#maven
--
Mark Rotteveel