Skip to content

Commit

Permalink
Fix typos in jdp-2023-04, and add some clarifying words
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 10, 2024
1 parent 039977c commit ceb74c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devdoc/jdp/jdp-2023-04-disable-unsupported-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Status

- Published: 2023-02-25
- Updated: 2024-01-10
- Implemented in: Jaybird 6

## Type
Expand Down Expand Up @@ -38,7 +39,7 @@ Protocol version to (minimum) Firebird versions:
## Decision

Given Jaybird 6 does not support Firebird 2.5 and earlier, we will disable
the older protocol versions (12 and lower) _by default_. Additionally, _"future"
the older protocol versions (12 and lower) _by default_. Additionally, _"future"_
protocol versions (greater than 18) will also be disabled. This only applies to
the pure Java implementation, as the native client handles protocol support
internally.
Expand All @@ -60,5 +61,5 @@ a native connection (e.g `jdbc:firebirdsql:native:...`).

To simplify running tests against unsupported versions, the Jaybird tests will
enable all available protocols (`enableProtocol=*`) by default. The system
property `test.enableProtocol`, or from Gradle `-P'test.enableProtocol=<value>`
can be used to configure alternative behaviour.
property `test.enableProtocol`, or from Gradle `-P'test.enableProtocol=<value>'`
can be used to configure alternative behaviour of the Jaybird tests.

0 comments on commit ceb74c2

Please sign in to comment.