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
+8-8
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ We do not recommend their use in production environments.
12
12
13
13
Jaybird 6 supports Java 17 and higher (JDBC 4.3).
14
14
15
-
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, and 21.
15
+
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.
17
17
18
-
Jaybird 6 provides libraries for Java 17.
18
+
Jaybird 6 provides libraries compiled against Java 17, which also work on higher Java versions.
19
19
20
20
Jaybird 6 is modularized, and provides the following modules:
21
21
@@ -87,9 +87,9 @@ It is not officially JDBC compliant, because we currently don't have access to t
87
87
88
88
Jaybird has no required runtime dependencies.
89
89
90
-
For native or embedded connections, the `jaybird-native` artifact and JNA 5.13.0 need to be on the classpath.
90
+
For native or embedded connections, the `jaybird-native` artifact and `jna-jpms` {jaybird6-jna-version} need to be on the classpath.
91
91
92
-
For ChaCha64 wire encryption, the `chacha64-plugin` artifact and `bcprov-jdk18on` (Bouncy Castle JCE provider) need to be on the classpath.
92
+
For ChaCha64 wire encryption, the `chacha64-plugin` artifact and `bcprov-jdk18on` {jaybird6-bc-version} (Bouncy Castle JCE provider) need to be on the classpath.
93
93
94
94
////
95
95
// No downloads available at this time
@@ -110,14 +110,14 @@ Provides only pure Java connections.
110
110
|`chacha64-plugin-{jaybird6-full-version}.jar`
111
111
|Optional dependency, support for the ChaCha64 wire encryption for pure Java connections.
112
112
113
-
|`lib/bcprov-jdk18on-1.73.jar`
113
+
|`lib/bcprov-jdk18on-{jaybird6-bc-version}.jar`
114
114
|Optional dependency, required for the ChaCha64 support (with `chacha64-plugin`)
115
115
116
116
|`jaybird-native-{jaybird6-full-version}.jar`
117
117
|Options dependency, support for native and embedded connections.
0 commit comments