Supported Java and database engine versions - NitorCreations/nflow GitHub Wiki
Supported Java versions
- nFlow >= 9.0.0
- nFlow >= 8.0.0
- nFlow 4.0.0–7.x.x
- nFlow < 4.0.0
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)