Jaybird 6.0.0-beta-1 available for testing

3 views
Skip to first unread message

Mark Rotteveel

unread,
Nov 11, 2024, 8:57:52 AM11/11/24
to firebird-java, firebird...@googlegroups.com

I have just released Jaybird 6.0.0-beta-1 for testing. See also https://github.com/FirebirdSQL/jaybird/releases/tag/v6.0.0-beta-1

IMPORTANT

This version is provided for testing purposes only. We'd appreciate your feedback, but we'd like to emphasize that this version is not intended for production.

What's new

The major changes and new features in Jaybird 6 are:

Upgrading from Jaybird 5 should be straightforward, but please make sure to read Compatibility changes before using Jaybird 6. If you’re using Jaybird with the native or embedded connections, you will need to make some additional changes. See also Upgrading from Jaybird 5 to Jaybird 6.

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 https://github.com/FirebirdSQL/jaybird/issues.

See also the full Jaybird 6.0.0-beta-1 release notes.

Maven

The release is also available on Maven:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird</artifactId>
  <version>6.0.0-beta-1</version>
</dependency>

If you use the native or embedded protocol, you need to add the jaybird-native dependency:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird-native</artifactId>
  <version>6.0.0-beta-1</version>
</dependency>

For ChaCha64 wire encryption support, add the chacha64-plugin dependency:

<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>chacha64-plugin</artifactId>
  <version>6.0.0-beta-1</version>
</dependency>

-- 
Mark Rotteveel

Mark Rotteveel

unread,
Nov 12, 2024, 12:28:35 PM11/12/24
to firebi...@googlegroups.com
I would really appreciate feedback on this beta version. Especially if the error you get when connecting to Firebird 2.5 or lower without specifying the `enableProtocol` connection property is clear enough, and if not, suggestions for improvement are welcome.

Additionally, I'd be interested to hear if the performance improvements with reading and writing blobs are noticeable in production-like situations.

Mark
--
You received this message because you are subscribed to the Google Groups "firebird-java" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-jav...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/firebird-java/57d27e55-90e9-4cf7-b0ed-f58a25842193%40lawinegevaar.nl.


-- 
Mark Rotteveel
Reply all
Reply to author
Forward
0 new messages