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/jaybird5.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).
8
8
9
9
Given the limited support period for Java 9 and higher versions, we limit support to Java 8, 11, 17 and the most recent LTS version after Java 17 and the latest Java release.
10
-
Currently, that means we support Java 8, 11, 17, 21, and 22.
10
+
Currently, that means we support Java 8, 11, 17, 21, and 23.
11
11
12
12
[NOTE]
13
13
====
@@ -76,7 +76,7 @@ It is not officially JDBC compliant, because we currently don't have access to t
76
76
==== Distribution
77
77
78
78
Jaybird has no required runtime dependencies.
79
-
For native or embedded connections, JNA 5.14.0 needs to be on the class path.
79
+
For native or embedded connections, JNA {jaybird5-jna-version} needs to be on the class path.
80
80
81
81
[[jb5-distribution-package]]
82
82
===== Distribution package
@@ -92,7 +92,7 @@ The following files can be found in the distribution package:
92
92
| An archive containing the JDBC driver, the Services API and event management classes.
93
93
Where `<java>` is either `java11` or `java8`.
94
94
95
-
| `lib/jna-5.14.0.jar`
95
+
| `lib/jna-{jaybird5-jna-version}.jar`
96
96
| Optional dependency, required if you want to use Type 2 native, or embedded protocols
97
97
98
98
|===
@@ -127,7 +127,7 @@ If you want to use Type 2 support (native or embedded), you need to explicitly i
0 commit comments