You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPDX-FileCopyrightText: Copyright 2021-2025 Firebird development team and individual contributors
27
+
SPDX-FileCopyrightText: Copyright 2021-2026 Firebird development team and individual contributors
28
28
SPDX-FileCopyrightText: Copyright 2002-2004 Rick Fincher
29
-
SPDX-FileCopyrightText: Copyright 2013-2025 Mark Rotteveel
29
+
SPDX-FileCopyrightText: Copyright 2013-2026 Mark Rotteveel
30
30
SPDX-License-Identifier: LicenseRef-PDL-1.0
31
31
////
32
32
@@ -63,7 +63,7 @@ For example:
63
63
</dependency>
64
64
----
65
65
66
-
If you want to use Type 2 support (native or embedded), you need to add `jaybird-native` as a dependency:
66
+
If you want to use Type 2 support (native or embedded), add `jaybird-native` as a dependency:
67
67
68
68
[source,xml,subs="verbatim,attributes"]
69
69
----
@@ -78,9 +78,9 @@ If -- with Jaybird 5 or older -- you added `net.java.dev.jna:jna` for native or
78
78
The `jaybird-native` dependency will automatically pull in `net.java.dev.jna:jna-jpms` (the modular variant of `jna`).
79
79
80
80
For Windows and Linux, you can add the https://github.com/mrotteveel/jaybird-fbclient[`org.firebirdsql.jdbc:fbclient`] dependency on your classpath to provide the native libraries for the `native` protocol.
81
-
Be aware that this dependency does not support `embedded`.
81
+
Be aware that this dependency does not support Firebird embedded.
82
82
83
-
To enable the "`ChaCha64`" wire encryption support for pure Java connections, you need to add `chacha64-plugin` as a dependency:
83
+
To enable the "`ChaCha64`" wire encryption support for pure Java connections, add `chacha64-plugin` as a dependency:
84
84
85
85
[source,xml,subs="verbatim,attributes"]
86
86
----
@@ -306,7 +306,7 @@ Alternatively, you can go directly to GitHub and download Jaybird from the https
306
306
All Jaybird distribution zips contain a `jaybird-<version>-sources.zip` with the sources used for that specific version.
307
307
The Maven Central repository also has the `jaybird-<version>-sources.zip`, and your IDE will generally offer to download it for you if you navigate to any Jaybird class.
308
308
309
-
The full Jaybird sources are available from GitHub in the Jaybird repository, {jaybird-repo}.
309
+
The full Jaybird sources, including the build files, are available from GitHub in the Jaybird repository, {jaybird-repo}.
310
310
Each release is tagged in the repository.
311
311
312
312
[#how-is-jaybird-licensed]
@@ -336,15 +336,15 @@ Future versions of Jaybird may specify an explicit version, or be released under
336
336
[discrete]
337
337
=== Jaybird 6
338
338
339
-
Jaybird 6 supports Java 17, Java 21, and Java 24.
340
-
Support for Java 17 and higher is limited to Java 17, Java 21, -- once available -- the latest LTS after Java 21, and the latest Java release.
339
+
Jaybird 6 supports Java 17, Java 21, and Java 25.
340
+
Support is limited to Java LTS release (Java 17, Java 21, and Java 25), and the latest Java release.
Support for Java 9 and higher is limited to Java 8, Java 11, Java 17, Java 21, -- once available -- the latest LTS version after Java 21, and the latest Java release.
Support is limited to Java LTS release (Java 8, Java 11, Java 17, Java 21, and Java 25), and the latest Java release.
348
348
349
349
Jaybird 5 is the last version to support Java 8 and Java 11, support has been dropped with Jaybird 6, raising the minimum supported version to Java 17.
350
350
@@ -359,8 +359,7 @@ See also https://github.com/FirebirdSQL/jaybird/blob/master/devdoc/jdp/jdp-2022-
0 commit comments