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
Copy file name to clipboardExpand all lines: src/docs/asciidoc/release_notes.adoc
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,26 +317,28 @@ Feedback can be sent to the https://groups.google.com/g/firebird-java[Firebird-j
317
317
[#supported-firebird-versions]
318
318
=== Supported Firebird versions
319
319
320
-
Jaybird {version_wo_target} was tested against Firebird 2.5.9, 3.0.12, 4.0.5, 5.0.2, and a recent snapshot of 5.0.3, but should also support other Firebird versions from 2.5 and up.
320
+
Jaybird {version_wo_target} was tested against Firebird 2.5.9, Firebird 3.0.13, Firebird 4.0.6, and Firebird 5.0.3, but should also support other Firebird versions from 2.5 and up.
321
+
322
+
Firebird 6.0 is currently not considered supported (see also <<firebird-support>> in <<whats-new-in-jaybird-5>>).
321
323
322
324
This driver does not support InterBase servers due to Firebird-specific changes in the protocol and database attachment parameters that are sent to the server.
323
325
324
326
[#supported-java-versions]
325
327
=== Supported Java versions
326
328
327
-
Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).
329
+
Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3/JDBC 4.4).
328
330
Support for earlier Java versions has been dropped.
329
331
330
-
Given the limited support period for Java 9 and higher versions, we limit support to Java 8, 11, 17, 21 and the latest Java release.
331
-
Currently, that means we support Java 8, 11, 17, 21, and 24.
332
+
Given the limited support period for Java 9 and higher versions, we limit support to Java 8, Java 11, Java 17, Java 21 and the latest Java release.
333
+
Currently, that means we support Java 8, Java 11, Java 17, Java 21, and Java 24.
332
334
333
335
[NOTE]
334
336
====
335
-
Jaybird 5 is the last version to support Java 8 and 11.
337
+
Jaybird 5 is the last version to support Java 8 and Java 11.
336
338
Jaybird 6 uses Java 17 as the baseline (minimum) version.
337
339
We highly recommend upgrading to Java 17 or higher.
338
340
339
-
Jaybird 5 will serve as a "`long-term support`" version for Java 8 and 11, with maintenance releases at least until the release of Jaybird 7.
341
+
Jaybird 5 serves as a "`long-term support`" version for Java 8 and Java 11, with maintenance releases at least until the release of Jaybird 7.
340
342
====
341
343
342
344
Jaybird 5 provides libraries for Java 8 and Java 11.
@@ -523,7 +525,16 @@ Jaybird 5 is the last version to support Java versions earlier than Java 17.
523
525
[#firebird-support]
524
526
=== Firebird support
525
527
526
-
Jaybird 5 supports Firebird version 2.5, 3.0, 4.0, and 5.0.
0 commit comments