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/appendices/jaybirdversions/jaybird6.adoc
+3-21
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,13 @@
1
1
[[jb6]]
2
2
=== Jaybird 6
3
3
4
-
Jaybird 6 is currently in development.
5
-
The following information is tentative and may change before general availability.
6
-
7
-
Snapshot versions are intended for evaluation and testing purposes only.
8
-
We do not recommend their use in production environments.
9
-
10
4
[[jb6-java]]
11
5
==== Java support
12
6
13
7
Jaybird 6 supports Java 17 and higher (JDBC 4.3).
14
8
15
9
Given the limited support period for non-LTS Java versions, we limit support to Java 17 and the most recent LTS version after Java 17, and the latest Java release.
16
-
Currently, that means we support Java 17, 21, and 23.
10
+
Currently, that means we support Java 17, Java 21, and Java 23.
17
11
18
12
Jaybird 6 provides libraries compiled against Java 17, which also work on higher Java versions.
19
13
@@ -31,7 +25,7 @@ native and embedded protocol implementation using JNA (artifact `org.firebirdsql
31
25
[[jb6-firebird]]
32
26
==== Firebird support
33
27
34
-
Jaybird 6 supports Firebird 3.0and higher.
28
+
Jaybird 6 supports Firebird 3.0, Firebird 4.0, and Firebird 5.0.
35
29
36
30
Jaybird 6 will -- by default -- not connect to Firebird 2.5 or older.
37
31
To connect to earlier versions, unsupported protocols have to be enabled explicitly, see <<ref-enable-protocol>> for details.
@@ -91,8 +85,6 @@ For native or embedded connections, the `jaybird-native` artifact and `jna-jpms`
91
85
92
86
For ChaCha64 wire encryption, the `chacha64-plugin` artifact and `bcprov-jdk18on` {jaybird6-bc-version} (Bouncy Castle JCE provider) need to be on the classpath.
0 commit comments