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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,10 +193,10 @@ Feedback can be sent to the {firebird-java}[Firebird-java mailing list] or repor
193
193
[#supported-firebird-versions]
194
194
=== Supported Firebird versions
195
195
196
-
Jaybird {version_wo_target} was tested against Firebird 3.0.12, Firebird 4.0.5, Firebird 5.0.2, and recent snapshots of Firebird 5.0.3 and Firebird 6.0, but should also support other Firebird versions from 3.0 and up.
196
+
Jaybird {version_wo_target} was tested against Firebird 3.0.13, Firebird 4.0.6, and Firebird 5.0.3, but should also support other Firebird versions from 3.0 and up.
197
197
Firebird 2.5 and older are not supported.
198
198
199
-
Firebird 6.0 is currently also not considered supported (see also <<firebird-support>> in <<whats-new-in-jaybird-6>>).
199
+
Firebird 6.0 is currently not considered supported (see also <<firebird-support>> in <<whats-new-in-jaybird-6>>).
200
200
201
201
Jaybird 6 will -- by default -- not connect to Firebird 2.5 or older.
202
202
See also <<unsupported-protocol>>.
@@ -206,15 +206,15 @@ This driver does not support InterBase.
206
206
[#supported-java-versions]
207
207
=== Supported Java versions
208
208
209
-
Jaybird 6 supports Java 17 and higher (JDBC 4.3).
209
+
Jaybird 6 supports Java 17 and higher (JDBC 4.3/JDBC 4.4).
210
210
Support for earlier Java versions has been dropped.
211
211
212
-
Given the limited support period for Java 9 and higher versions, we limit support to Java 17, the most recent LTS version after Java 17, and the latest Java release.
212
+
Given the limited support period for Java 17 and higher versions, we limit support to Java 17, Java 21, and the latest Java release.
213
213
Currently, that means we support Java 17, Java 21, and Java 24.
214
214
215
215
[NOTE]
216
216
====
217
-
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.
217
+
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.
218
218
====
219
219
220
220
Jaybird 6 provides libraries compiled for Java 17.
0 commit comments