Skip to content

Commit b06a28f

Browse files
committed
List JDBC 4.4 in specification support
1 parent b14ee2e commit b06a28f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,20 @@ See also <<java-support>> in <<whats-new-in-jaybird-5>>.
345345
Jaybird supports the following specifications:
346346

347347
|===
348-
| Specification | Notes
348+
|Specification |Notes
349349

350-
| JDBC 4.3
351-
| All JDBC 4.3 methods for features supported by Firebird;
350+
|JDBC 4.4
351+
|If a security manager is available, the driver still performs `SQLPermission` checks.
352+
353+
|JDBC 4.3
354+
|All JDBC 4.3 methods for features supported by Firebird;
352355
Java 9 and higher supported using the Java 8 or Java 11 driver.
353356

354-
| JDBC 4.2
355-
| All JDBC 4.2 methods for features supported by Firebird.
357+
|JDBC 4.2
358+
|All JDBC 4.2 methods for features supported by Firebird.
356359

357-
| JTA 1.0.1
358-
| Implementation of `javax.transaction.xa.XAResource` interface via `XADataSource` implementation.
360+
|JTA 1.0.1
361+
|Implementation of `javax.transaction.xa.XAResource` interface via `XADataSource` implementation.
359362
|===
360363

361364
[#getting-jaybird-5]

0 commit comments

Comments
 (0)