Jaybird X2 Drivers



Jaybird x3 support All the help and resources you need for your Jaybird X3 buds Introducing Vista — the lightest, smallest and most durable headphones we’ve ever made. I owned the Jabra Sport wireless, then purchased a set of Powerbeats Wireless headphones. The sound was good not awesome quality but good. My friends and family would tell me that they heard me far away and on ocassions, with an echo. However, Jaybird - X2 Wireless Earbud Headphones are by far superior. The sound is crisp and clear. The Bottom Line The Jaybird Vista is a nice, comfortable upgrade over the company's earlier models. But it's a tad too expensive in a true wireless headphone market where prices continue to drop.

Firebird Class 4 JCA-JDBC Driver DownloadsJaybird 4
Release DateFile NameDescription
Jaybird 4.0.1
August 11, 2020jaybird-4.0.1.java11.zipJaybird 4.0.1 for Java 11 / JDBC 4.3
August 11, 2020jaybird-4.0.1.java8.zipJaybird 4.0.1 for Java 8 / JDBC 4.2
August 11, 2020jaybird-4.0.1.java7.zipJaybird 4.0.1 for Java 7 / JDBC 4.1

Jaybird 4.0.1 released.

Jaybird 4.0.1 is a the first maintenance release of Jaybird 4.
See the full release notes for more information.

The release is also available on maven(*):

Jaybird x2 driver windowsDrivers

groupId: org.firebirdsql.jdbc
artifactid: jaybird
version: 4.0.1.javaXX*

* The version depends on your target Java version: 4.0.0.java11, 4.0.0.java8, or 4.0.0.java7
Additional resources:

About Jaybird 4

Jaybird 4 is - compared to Jaybird 3 - an incremental release that builds on the foundations of Jaybird 3. The focus of this release has been on further improving JDBC support and adding support for the new data types and features of Firebird 4.

The main new features are:

Jaybird
  • Wire encryption support (backported to Jaybird 3.0.4)
  • Database encryption support (backported to Jaybird 3.0.4)
  • Firebird 4 data type bind configuration support (since Jaybird 4.0.0-beta-2)
  • Firebird 4 statement timeout support (since Jaybird 4.0.0-beta-2)
  • DatabaseMetaData getFunctions implemented (since Jaybird 4.0.0-beta-2)
  • DatabaseMetaData getFunctionColumns implemented (since Jaybird 4.0.0-beta-2)
  • URL encoding in query part of JDBC URL (backported to Jaybird 3.0.9)

Upgrading from Jaybird 3 to 4 should be simple, but please make sure to read Compatibility changes before using Jaybird 4. See also Upgrading from Jaybird 3 to Jaybird 4.

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.x release notes.

Jaybird 3.0
Release DateFile NameDescription
Jaybird 3.0.9
May 22, 2020Jaybird-3.0.9-JDK_1.8.zipJaybird 3.0.9 for Java 8 / JDBC 4.2, zip kit (also suitable for Java 9 and higher)
May 22, 2020Jaybird-3.0.9-JDK_1.7.zipJaybird 3.0.9 for Java 7 / JDBC 4.1, zip kit

Jaybird 3.0.9 released.

The following has been changed or fixed since Jaybird 3.0.8

  • Fixed: changes to the transaction configuration (transaction parameter buffer configuration) of one connection are no longer propagated to other connections with the same connection properties (JDBC-386)
  • New feature: Firebird 4 data type bind configuration support (JDBC-603)
  • New feature: Jaybird now supports UTF-8 URL encoding for connection properties in the JDBC url. (JDBC-604)
  • Fixed: When updating a row through an updatable result set, selected but not updated blob fields were set to NULL (JDBC-623)

See the full release notes for more information.

The release is also available on maven(*):

groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX*
version: 3.0.9

* The artifactId depends on your target Java version: jaybird-jdk18, or jaybird-jdk17

Additional resources:

About Jaybird 3.0

Jaybird 3.0 is a big change from Jaybird 2.2 and earlier. The entire low-level implementation has been rewritten to be able to support protocol improvements in newer Firebird versions. We have also made changes with a stricter interpretation of the JDBC requirements, and removed some parts that were either obsolete or not functioning correctly.

Most notable changes in Jaybird 3:

  • Support for wire protocol versions 11, 12, and 13 (without support for encryption and compression); protocol version 13 contributed by Hajime Nakagami (wire protocol encryption has been added in 3.0.4)
  • Support for the Firebird 3 SRP (Secure Remote Password) authentication mechanism (contributed by Hajime Nakagami)
  • Support for streaming backup and restore (contributed by Ivan Arabadzhiev)
  • Improved Firebird 3 support
  • Improved and stricter JDBC support (including improved java.time support, and more optional methods implemented)
  • Initial JDBC 4.3 (Java 9) support (without real module support)
  • New implementation of the native/embedded Type 2 driver using JNA (a jaybird .dll/.so is no longer needed)
  • Improved character set handling
  • Removal of (buggy) connection pool implementation
  • Removal/replacement of (internal) GDS API

And a large number of smaller bug fixes, improvements, and changes.

We recommend that you do not consider Jaybird 3.0 a drop-in replacement for Jaybird 2.2, and study the release notes carefully. Test your application with Jaybird 3.0 before using it in production.

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

See Jaybird 3.0.x release notes for details.

Release DateFile NameDescription
Jaybird 2.2.15
April 6, 2019Jaybird-2.2.15-JDK_1.8.zipJaybird 2.2.15 for Java 8 / JDBC 4.2, zip kit
April 6, 2019Jaybird-2.2.15-JDK_1.7.zipJaybird 2.2.15 for Java 7 / JDBC 4.1, zip kit
April 6, 2019Jaybird-2.2.15-JDK_1.6.zipJaybird 2.2.15 for Java 6 / JDBC 4.0, zip kit

Jaybird X3 Drivers Windows 10


Jaybird 2.2.15 released, this the final version of Jaybird 2.2.x, we recommend switching to Jaybird 4.

The following has been changed or fixed since Jaybird 2.2.14:

  • Fixed: Exceptions during fetch of cached result sets (holdable over commit, scrollable and metadata) prevented prepared statement reuse/re-execute with error “Attempt to reopen an open cursor” (JDBC-531)
  • Fixed: Jaybird cannot parse Firebird version numbers with revisions (JDBC-534)
  • Fixed: Incorrect parsing of Firebird version numbers (JDBC-535)

Jaybird X3 Drivers Windows 7

See the full release notes for more information.

Jaybird X2 Driver Windows

The release is also available on maven(*):

groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX*
version: 2.2.15

* The artifactId depends on your target Java version: jaybird-jdk18, jaybird-jdk17, or jaybird-jdk16

All released versions are available at GitHub.

Additional resources:

Sponsors
The Firebird JDBC team would like to thank YourKit for providing licenses to their YourKit Java Profiler.