Skip to content

Commit 2780284

Browse files
committed
Misc. copy-editing in FAQ
1 parent a7464a5 commit 2780284

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

src/docs/asciidoc/faq.adoc

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
:fb-canonical-html: https://firebirdsql.org/docs/drivers/java/faq.html
2525

2626
////
27-
SPDX-FileCopyrightText: Copyright 2021-2025 Firebird development team and individual contributors
27+
SPDX-FileCopyrightText: Copyright 2021-2026 Firebird development team and individual contributors
2828
SPDX-FileCopyrightText: Copyright 2002-2004 Rick Fincher
29-
SPDX-FileCopyrightText: Copyright 2013-2025 Mark Rotteveel
29+
SPDX-FileCopyrightText: Copyright 2013-2026 Mark Rotteveel
3030
SPDX-License-Identifier: LicenseRef-PDL-1.0
3131
////
3232

@@ -63,7 +63,7 @@ For example:
6363
</dependency>
6464
----
6565

66-
If you want to use Type 2 support (native or embedded), you need to add `jaybird-native` as a dependency:
66+
If you want to use Type 2 support (native or embedded), add `jaybird-native` as a dependency:
6767

6868
[source,xml,subs="verbatim,attributes"]
6969
----
@@ -78,9 +78,9 @@ If -- with Jaybird 5 or older -- you added `net.java.dev.jna:jna` for native or
7878
The `jaybird-native` dependency will automatically pull in `net.java.dev.jna:jna-jpms` (the modular variant of `jna`).
7979

8080
For Windows and Linux, you can add the https://github.com/mrotteveel/jaybird-fbclient[`org.firebirdsql.jdbc:fbclient`] dependency on your classpath to provide the native libraries for the `native` protocol.
81-
Be aware that this dependency does not support `embedded`.
81+
Be aware that this dependency does not support Firebird embedded.
8282

83-
To enable the "`ChaCha64`" wire encryption support for pure Java connections, you need to add `chacha64-plugin` as a dependency:
83+
To enable the "`ChaCha64`" wire encryption support for pure Java connections, add `chacha64-plugin` as a dependency:
8484

8585
[source,xml,subs="verbatim,attributes"]
8686
----
@@ -306,7 +306,7 @@ Alternatively, you can go directly to GitHub and download Jaybird from the https
306306
All Jaybird distribution zips contain a `jaybird-<version>-sources.zip` with the sources used for that specific version.
307307
The Maven Central repository also has the `jaybird-<version>-sources.zip`, and your IDE will generally offer to download it for you if you navigate to any Jaybird class.
308308
309-
The full Jaybird sources are available from GitHub in the Jaybird repository, {jaybird-repo}.
309+
The full Jaybird sources, including the build files, are available from GitHub in the Jaybird repository, {jaybird-repo}.
310310
Each release is tagged in the repository.
311311
312312
[#how-is-jaybird-licensed]
@@ -336,15 +336,15 @@ Future versions of Jaybird may specify an explicit version, or be released under
336336
[discrete]
337337
=== Jaybird 6
338338
339-
Jaybird 6 supports Java 17, Java 21, and Java 24.
340-
Support for Java 17 and higher is limited to Java 17, Java 21, -- once available -- the latest LTS after Java 21, and the latest Java release.
339+
Jaybird 6 supports Java 17, Java 21, and Java 25.
340+
Support is limited to Java LTS release (Java 17, Java 21, and Java 25), and the latest Java release.
341341
342342
[#java-jaybird-5]
343343
[discrete]
344344
=== Jaybird 5
345345
346-
Jaybird 5 supports Java 8, Java 11, Java 17, Java 21, and Java 24.
347-
Support for Java 9 and higher is limited to Java 8, Java 11, Java 17, Java 21, -- once available -- the latest LTS version after Java 21, and the latest Java release.
346+
Jaybird 5 supports Java 8, Java 11, Java 17, Java 21, and Java 25.
347+
Support is limited to Java LTS release (Java 8, Java 11, Java 17, Java 21, and Java 25), and the latest Java release.
348348
349349
Jaybird 5 is the last version to support Java 8 and Java 11, support has been dropped with Jaybird 6, raising the minimum supported version to Java 17.
350350
@@ -359,8 +359,7 @@ See also https://github.com/FirebirdSQL/jaybird/blob/master/devdoc/jdp/jdp-2022-
359359
[discrete]
360360
=== Jaybird 4
361361
362-
Jaybird 4 supports Java 7, Java 8, Java 11, Java 17 and Java 21.
363-
Support for Java 9 and higher is limited to Java 11, Java 17 and Java 21.
362+
Jaybird 4 supports Java 7, Java 8, Java 11, Java 17, and Java 21footnote:[versions after Java 21 have not been tested].
364363
365364
Jaybird 4 is the last version to support Java 7, support was dropped with Jaybird 5.
366365
Jaybird 4.0.10 is the last release of Jaybird 4.
@@ -1029,7 +1028,7 @@ you may only use this Documentation if you comply with the terms of this License
10291028
A copy of the License is available at https://firebirdsql.org/en/public-documentation-license/.
10301029
10311030
The Original Documentation is "`Jaybird Frequently Asked Questions`".
1032-
The Initial Writer of the Original Documentation is Mark Rotteveel, Copyright © 2013-2025.
1031+
The Initial Writer of the Original Documentation is Mark Rotteveel, Copyright © 2013-2026.
10331032
All Rights Reserved.
10341033
(Initial Writer contact(s): mark (at) lawinegevaar (dot) nl).
10351034

0 commit comments

Comments
 (0)