Skip to content

Supported Java and database engine versions

Mikko Tiihonen edited this page Apr 11, 2024 · 6 revisions

Supported Java versions

  • nFlow >= 9.0.0
    • Java 21
    • Java 17
  • nFlow >= 8.0.0
    • Java 17
    • Java 11
  • nFlow 4.0.0–7.x.x
    • Java 11
    • Java 8
  • nFlow < 4.0.0
    • Java 8
    • Java 7

Supported database engine versions

Covered by CI

  • PostgreSQL
    • 16 (tested with Java 21)
    • 12 (tested with Java 17)
    • Other versions >= 11 should work too
  • MariaDB
    • 11.3 (tested with Java 21)
    • 10.4 (tested with Java 17)
    • Other versions >= 10.3 should work too
  • MySQL
    • 8.3 (tested with Java 21)
    • 8.0 (tested with Java 17)
    • Other versions >= 5.7 should work too
  • Microsoft SQL Server
    • 2022-latest (tested with Java 21)
    • 2017-latest (tested with Java 17)
  • DB2 (luw)
    • 11.5.9 (tested with Java 21)
    • 11.5.0 (tested with Java 17)
  • Oracle
    • 23.3 (tested with Java 21)
    • 18.4 (tested with Java 17)
  • H2
    • 2.1 or newer (tested with Java 21 and 17)
    • For integration testing only

Not covered by CI (best effort support)

  • Galera (possible to get it working, requires some configuration)