Skip to content

Commit 1c5844b

Browse files
committed
Update FAQ and release notes for 5.0.6 release
1 parent aed711d commit 1c5844b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/docs/asciidoc/faq.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
:source-highlighter: prettify
88
:toc: left
99
:icons: font
10-
:jaybird5-full-version: 5.0.5
10+
:jaybird5-full-version: 5.0.6
1111
:jaybird5-template-version: {jaybird5-full-version}.<java>
1212
:jaybird5-example-version: {jaybird5-full-version}.java11
13+
:jaybird5-jna-version: 5.15.0
1314
:jaybird4-full-version: 4.0.10
1415
:jaybird4-template-version: {jaybird4-full-version}.<java>
1516
:jaybird4-example-version: {jaybird4-full-version}.java11
@@ -50,14 +51,14 @@ For example, for Java 11:
5051
</dependency>
5152
----
5253

53-
If you want to use Type 2 support (native or embedded), you need to explicitly include JNA 5.14.0 as a dependency:
54+
If you want to use Type 2 support (native or embedded), you need to explicitly include JNA {jaybird5-jna-version} as a dependency:
5455

55-
[source,xml]
56+
[source,xml,subs="verbatim,attributes"]
5657
----
5758
<dependency>
5859
<groupId>net.java.dev.jna</groupId>
5960
<artifactId>jna</artifactId>
60-
<version>5.14.0</version>
61+
<version>{jaybird5-jna-version}</version>
6162
</dependency>
6263
----
6364

src/docs/asciidoc/release_notes.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:toc: left
99
:icons: font
1010
:sectnums:
11-
:jaybird-fbclient-version: 4.0.4.0
11+
:jaybird-fbclient-version: 5.0.1.1
1212
:jna-version: 5.15.0
1313
:fb-canonical-html: https://firebirdsql.org/docs/drivers/java/5.0.x/release_notes.html
1414

@@ -233,7 +233,7 @@ Feedback can be sent to the https://groups.google.com/g/firebird-java[Firebird-j
233233
[#supported-firebird-versions]
234234
=== Supported Firebird versions
235235

236-
Jaybird {version_wo_target} was tested against Firebird 2.5.9, 3.0.11, 4.0.4, and 5.0.0, but should also support other Firebird versions from 2.5 and up.
236+
Jaybird {version_wo_target} was tested against Firebird 2.5.9, 3.0.12, 4.0.5, and 5.0.1, but should also support other Firebird versions from 2.5 and up.
237237

238238
This driver does not support InterBase servers due to Firebird-specific changes in the protocol and database attachment parameters that are sent to the server.
239239

@@ -244,7 +244,7 @@ Jaybird 5 supports Java 8 (JDBC 4.2), and Java 9 and higher (JDBC 4.3).
244244
Support for earlier Java versions has been dropped.
245245

246246
Given the limited support period for Java 9 and higher versions, we limit support to Java 8, 11, 17, 21 and the latest Java release.
247-
Currently, that means we support Java 8, 11, 17, 21, and 22.
247+
Currently, that means we support Java 8, 11, 17, 21, and 23.
248248

249249
[NOTE]
250250
====
@@ -1327,5 +1327,7 @@ Be aware that this dependency does not support `embedded`.
13271327
</dependency>
13281328
----
13291329

1330+
For more information about this library, see https://github.com/mrotteveel/jaybird-fbclient[^].
1331+
13301332
In Jaybird 6 we will move the Type 2 support to a separate library.
13311333
In the future we may provide JARs with the embedded libraries of a specific Firebird version.

0 commit comments

Comments
 (0)