-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0252272
commit 3c1ca47
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ Jaybird 3.0 is available from Maven central: | |
|
||
Groupid: `org.firebirdsql.jdbc`, | ||
Artifactid: `jaybird-XX` (where `XX` is `jdk17` or `jdk18`) | ||
Version: `3.0.6` | ||
Version: `3.0.7` | ||
|
||
For ease of use, we also provide a Maven relocation artifact with artifact id | ||
`jaybird`. For Jaybird 3 this relocation artifact points to `jaybird-jdk18`. | ||
|
@@ -81,7 +81,7 @@ For example, for Java 8: | |
<dependency> | ||
<groupId>org.firebirdsql.jdbc</groupId> | ||
<artifactId>jaybird-jdk18</artifactId> | ||
<version>3.0.6</version> | ||
<version>3.0.7</version> | ||
</dependency> | ||
~~~ | ||
|
||
|
@@ -93,7 +93,7 @@ dependency: | |
<dependency> | ||
<groupId>org.firebirdsql.jdbc</groupId> | ||
<artifactId>jaybird-jdk18</artifactId> | ||
<version>3.0.6</version> | ||
<version>3.0.7</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>javax.resource</groupId> | ||
|
@@ -192,17 +192,20 @@ specify an explicit version, or be released under a different license. | |
Which Java versions are supported? | ||
---------------------------------- | ||
|
||
Jaybird 4 supports Java 7, 8, 11 and 12. Support for Java 9 and higher is | ||
Jaybird 4 supports Java 7, 8, 11 and 13. Support for Java 9 and higher is | ||
limited to the latest LTS and current latest release, but in practice Jaybird | ||
should work on all Java 9+ versions. | ||
|
||
Jaybird 4 is the last version to support Java 7, support will be dropped with | ||
Jaybird 5. Java 8 support may be dropped from Jaybird 5 as well depending on | ||
the actual release timeline. | ||
|
||
Jaybird 3.0 supports Java 7 and 8 and has basic support for Java 9. | ||
Jaybird 3.0 supports Java 7 and 8 and has basic support for Java 9 and higher | ||
using the Java 8 version of the driver. Support for Java 9 and higher is | ||
limited to the latest LTS and current latest release, but in practice Jaybird | ||
should work on all Java 9+ versions. | ||
|
||
Jaybird 2.2 supports Java 6, 7 and 8. | ||
Jaybird 2.2 supports Java 6, 7 and 8. | ||
|
||
Jaybird 2.2.4 added basic support for Java 8 (JDBC 4.2), although not all | ||
JDBC 4.2 features are supported or fully implemented. | ||
|
@@ -278,6 +281,8 @@ Where to get help | |
You can subscribe to the mailing list by sending an email to | ||
[[email protected]](mailto:[email protected]) | ||
|
||
* Looking for professional support of Jaybird? Jaybird is now part of the [Tidelift subscription](https://tidelift.com/subscription/pkg/maven-org-firebirdsql-jdbc-jaybird?utm_source=maven-org-firebirdsql-jdbc-jaybird&utm_medium=referral&utm_campaign=docs). | ||
|
||
* The [Firebird project home page](https://www.firebirdsql.org) | ||
|
||
* Firebird support and other [Firebird mailing lists](https://www.firebirdsql.org/en/mailing-lists/) | ||
|
@@ -293,6 +298,7 @@ There are several ways you can contribute to Jaybird or Firebird in general: | |
* Create pull requests on GitHub (<https://github.com/FirebirdSQL/jaybird>) | ||
* Become a developer (for Jaybird contact us on firebird-java, for Firebird in | ||
general, use the Firebird-devel mailing list) | ||
* Donate to the Firebird Foundation (see <https://www.firebirdsql.org/en/donate/>) | ||
* Become a paying member or sponsor of the Firebird Foundation (see | ||
<https://www.firebirdsql.org/en/firebird-foundation/>) | ||
|
||
|