Skip to content

Commit 426abf0

Browse files
committed
Misc copy editing
1 parent c91531e commit 426abf0

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/docs/asciidoc/release_notes.adoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For known issues, consult <<known-issues>>.
3737

3838
The following was fixed or changed since Jaybird 6.0.4:
3939

40-
* JDBC 4.5 support: `JaybirdTypeCodes.DECFLOAT` and `JaybirdType.DECFLOAT` now use value `2015` instead of `-6001` (https://github.com/FirebirdSQL/jaybird/issues/906[#906])
40+
* JDBC 4.5 support: `JaybirdTypeCodes.DECFLOAT` and `JaybirdType.DECFLOAT` now use type code `2015` instead of `-6001` (https://github.com/FirebirdSQL/jaybird/issues/906[#906])
4141
+
42-
Applications referencing this constant may need to be recompiled to function correctly with Jaybird 6.0.5 and higher.
42+
Applications referencing these constants may need to be recompiled to function correctly with Jaybird 6.0.5 and higher.
4343
If you use Java 26 or higher, we recommend using `java.sql.Type.DECFLOAT` and `java.sql.JDBCType.DECFLOAT` instead.
4444
* JDBC 4.5 support: implemented methods `enquoteIdentifier`, `enquoteLiteral`, `enquoteNCharLiteral`, and `isSimpleIdentifier` on `FBConnection`, and added them to interface `FirebirdConnection` for access in older Java versions (https://github.com/FirebirdSQL/jaybird/issues/908[#908])
4545
+
@@ -178,7 +178,7 @@ Possible workarounds:
178178
--
179179
+
180180
This is caused by https://github.com/FirebirdSQL/firebird/issues/4971[firebird#4971]
181-
* In Java 24 (and higher), the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
181+
* In Java 24 and higher, the mapping of some named `WITH TIME ZONE` values changed as Java's mapping of short IDs changed.
182182
This should only affect cases where you explicitly obtain `ZonedDateTime` or `ZonedTime` instances with these named zones.
183183
+
184184
--
@@ -191,8 +191,6 @@ maps to -07:00 in older Java versions
191191
--
192192
+
193193
This is informational only, and not something that we can fix or change in a later Jaybird release.
194-
* Jaybird 6 is not yet fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
195-
See <<jdbc45-compat>> for more information.
196194

197195
[#general-notes]
198196
== General Notes
@@ -260,11 +258,11 @@ This driver does not support InterBase.
260258
[#supported-java-versions]
261259
=== Supported Java versions
262260

263-
Jaybird 6 supports Java 17 and higher (JDBC 4.3/JDBC 4.4).
261+
Jaybird 6 supports Java 17 and higher (JDBC 4.3/JDBC 4.4/JDBC 4.5).
264262
Support for earlier Java versions has been dropped.
265263

266264
We limit support to Java LTS releases starting with Java 17, and the latest Java release.
267-
For Jaybird {version_wo_target} that means we support Java 17, Java 21, and Java 25.
265+
For Jaybird {version_wo_target} that means we support Java 17, Java 21, Java 25, and Java 26.
268266

269267
[NOTE]
270268
====
@@ -312,7 +310,7 @@ Jaybird supports the following specifications:
312310
==== Compatibility with the JDBC 4.5 Specification
313311

314312
Java 26 (March 2026) introduced https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/index5.html[JDBC 4.5^] (link to draft).
315-
Since Jaybird 6.0.5 (and Jaybird 5.0.12), Jaybird is compatible with the specified changes.
313+
Since Jaybird 6.0.5 (and Jaybird 5.0.12), Jaybird is compatible with the specified changes and new features.
316314

317315
[#support]
318316
== Support
@@ -428,7 +426,7 @@ To enable the "`ChaCha64`" wire encryption support for pure Java connections, al
428426

429427
See also <<maven>>.
430428

431-
Examples:
429+
Equivalent declarations for Gradle:
432430

433431
.Main Jaybird artifact
434432
[source,groovy,subs="verbatim,attributes"]

0 commit comments

Comments
 (0)