Jaybird 4.0.10
What's new
Jaybird 4.0.10 is the last release of Jaybird 4, and Jaybird 4 is now end-of-life. We recommend upgrading to Jaybird 5.
The following has been changed or fixed since Jaybird 4.0.9
- Fixed: Reconnect transaction with a transaction id exceeding 0x7FFF_FFFF did not work (jaybird#734)
- Fixed:
CallableStatement.getXXX(String)
could return value from wrong column — backported from Jaybird 6 (jaybird#773) - Updated: error messages updated from Firebird 5.0.0.1272
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java Google Group or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.
See also the full Jaybird 4 release notes.
Maven
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>4.0.10.java11</version>
* The version depends on your target Java version: 4.0.10.java11
(for Java 11 and higher), 4.0.10.java8
, or 4.0.10.java7