Subject Jaybird 3.0.2 released
Author Mark Rotteveel
The Firebird JDBC team is happy to announce the release of Jaybird 3.0.2.

The release can be downloaded from
https://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v3.0.2

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>3.0.2</version>

*: The artifactId depends on your target Java version: jaybird-jdk18, or
jaybird-jdk17.

Jaybird 3.0.2 contains the following fixes and changes:

* Fixed: Specifying an unknown Java character set in connection property
charSet or localEncoding was handled as if no connection character set
had been specified, now we throw an exception that the character set is
unknown. (JDBC-498)

* Changed: Specifying a connection character set is no longer required,
and will now default to NONE again, if system property
org.firebirdsql.jdbc.defaultConnectionEncoding is not specified. (JDBC-502)

Full release notes on
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.2/release_notes.html


--
Mark Rotteveel