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
@@ -233,7 +233,7 @@ Feedback can be sent to the https://groups.google.com/g/firebird-java[Firebird-j
233
233
[#supported-firebird-versions]
234
234
=== Supported Firebird versions
235
235
236
-
Jaybird {version_wo_target} was tested against Firebird 2.5.9, 3.0.11, 4.0.4, and 5.0.0, but should also support other Firebird versions from 2.5 and up.
236
+
Jaybird {version_wo_target} was tested against Firebird 2.5.9, 3.0.12, 4.0.5, and 5.0.1, but should also support other Firebird versions from 2.5 and up.
237
237
238
238
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.
239
239
@@ -244,7 +244,7 @@ Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).
244
244
Support for earlier Java versions has been dropped.
245
245
246
246
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.
247
-
Currently, that means we support Java 8, 11, 17, 21, and 22.
247
+
Currently, that means we support Java 8, 11, 17, 21, and 23.
248
248
249
249
[NOTE]
250
250
====
@@ -1327,5 +1327,7 @@ Be aware that this dependency does not support `embedded`.
1327
1327
</dependency>
1328
1328
----
1329
1329
1330
+
For more information about this library, see https://github.com/mrotteveel/jaybird-fbclient[^].
1331
+
1330
1332
In Jaybird 6 we will move the Type 2 support to a separate library.
1331
1333
In the future we may provide JARs with the embedded libraries of a specific Firebird version.
0 commit comments