Jaybird 3.0.8
The following has been changed or fixed since Jaybird 3.0.7
- Fixed: On Firebird 3 and 4 with
WireCrypt = Enabled
, the connection could hang or throw exceptions like "Unsupported or unexpected operation code". (JDBC-599)
See the full release notes for more information.
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>3.0.8</version>
* The artifactId depends on your target Java version: jaybird-jdk18
for Java 8 and higher, or jaybird-jdk17
for Java 7