Skip to content

Commit

Permalink
Update Jaybird 5 version to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 16, 2024
1 parent aefcd94 commit ef0d202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/docs/asciidoc/appendices/jaybirdversions/jaybird5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).

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.
Currently, that means we support Java 8, 11, 17, 21, and 22.
Currently, that means we support Java 8, 11, 17, 21, and 23.

[NOTE]
====
Expand Down Expand Up @@ -76,7 +76,7 @@ It is not officially JDBC compliant, because we currently don't have access to t
==== Distribution

Jaybird has no required runtime dependencies.
For native or embedded connections, JNA 5.14.0 needs to be on the class path.
For native or embedded connections, JNA {jaybird5-jna-version} needs to be on the class path.

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

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

|===
Expand Down Expand Up @@ -127,7 +127,7 @@ If you want to use Type 2 support (native or embedded), you need to explicitly i
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
<version>{jaybird5-jna-version}</version>
</dependency>
----

Expand Down
5 changes: 3 additions & 2 deletions src/docs/asciidoc/jaybird_manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Roman Rokytskyy; Mark Rotteveel
:imagesdir: images
:icons: font
:jaybird6-full-version: 6.0.0-SNAPSHOT
:jaybird5-full-version: 5.0.5
:jaybird5-full-version: 5.0.6
:jaybird5-template-version: {jaybird5-full-version}.<java>
:jaybird5-example-version: {jaybird5-full-version}.java11
:jaybird5-jna-version: 5.15.0
:jaybird4-full-version: 4.0.10
:jaybird4-template-version: {jaybird4-full-version}.<java>
:jaybird4-example-version: {jaybird4-full-version}.java11
Expand All @@ -24,7 +25,7 @@ Roman Rokytskyy; Mark Rotteveel
:jaybird-full-version: {jaybird5-full-version}
:jaybird-example-version: {jaybird5-example-version}
:jaybird-template-version: {jaybird5-template-version}
:jna-version: 5.14.0
:jna-version: {jaybird5-jna-version}
:min-support-firebird: 2.5
:fb-canonical-html: https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html
:is-snapshot:
Expand Down

0 comments on commit ef0d202

Please sign in to comment.