Skip to content

Commit ef0d202

Browse files
committed
Update Jaybird 5 version to 5.0.6
1 parent aefcd94 commit ef0d202

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/docs/asciidoc/appendices/jaybirdversions/jaybird5.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).
88

99
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.
1111

1212
[NOTE]
1313
====
@@ -76,7 +76,7 @@ It is not officially JDBC compliant, because we currently don't have access to t
7676
==== Distribution
7777

7878
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.
8080

8181
[[jb5-distribution-package]]
8282
===== Distribution package
@@ -92,7 +92,7 @@ The following files can be found in the distribution package:
9292
| An archive containing the JDBC driver, the Services API and event management classes.
9393
Where `<java>` is either `java11` or `java8`.
9494

95-
| `lib/jna-5.14.0.jar`
95+
| `lib/jna-{jaybird5-jna-version}.jar`
9696
| Optional dependency, required if you want to use Type 2 native, or embedded protocols
9797

9898
|===
@@ -127,7 +127,7 @@ If you want to use Type 2 support (native or embedded), you need to explicitly i
127127
<dependency>
128128
<groupId>net.java.dev.jna</groupId>
129129
<artifactId>jna</artifactId>
130-
<version>5.14.0</version>
130+
<version>{jaybird5-jna-version}</version>
131131
</dependency>
132132
----
133133

src/docs/asciidoc/jaybird_manual.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Roman Rokytskyy; Mark Rotteveel
1111
:imagesdir: images
1212
:icons: font
1313
:jaybird6-full-version: 6.0.0-SNAPSHOT
14-
:jaybird5-full-version: 5.0.5
14+
:jaybird5-full-version: 5.0.6
1515
:jaybird5-template-version: {jaybird5-full-version}.<java>
1616
:jaybird5-example-version: {jaybird5-full-version}.java11
17+
:jaybird5-jna-version: 5.15.0
1718
:jaybird4-full-version: 4.0.10
1819
:jaybird4-template-version: {jaybird4-full-version}.<java>
1920
:jaybird4-example-version: {jaybird4-full-version}.java11
@@ -24,7 +25,7 @@ Roman Rokytskyy; Mark Rotteveel
2425
:jaybird-full-version: {jaybird5-full-version}
2526
:jaybird-example-version: {jaybird5-example-version}
2627
:jaybird-template-version: {jaybird5-template-version}
27-
:jna-version: 5.14.0
28+
:jna-version: {jaybird5-jna-version}
2829
:min-support-firebird: 2.5
2930
:fb-canonical-html: https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html
3031
:is-snapshot:

0 commit comments

Comments
 (0)