Skip to content

Commit

Permalink
Sync faq from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 10, 2019
1 parent 0252272 commit 3c1ca47
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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>
~~~

Expand All @@ -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>
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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/)
Expand All @@ -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/>)

Expand Down

0 comments on commit 3c1ca47

Please sign in to comment.