Jaybird 4.0.2
What's new
The following has been changed or fixed since Jaybird 4.0.1
- Fixed: First letter of JDBC escape was case-sensitive (JDBC-632)
This was a regression compared to 2.2.x. Fix was also back-ported to 3.0.10. - Fixed: Some usernames cannot authenticate using SRP (JDBC-635)
Fix was also back-ported to 3.0.10. - Fixed:
ServiceConfigurationError
while loading plugins could prevent Jaybird from loading (JDBC-636)
Fix was also back-ported to 3.0.10.
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java mailing list or reported on the issue tracker http://tracker.firebirdsql.org/browse/JDBC.
See also the full Jaybird 4.0.2 release notes.
Maven
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>4.0.2.javaXX</version>
* The version depends on your target Java version: 4.0.2.java7
, 4.0.2.java8
or 4.0.2.java11
.