Created 02-06-2022 12:07 AM
Hi,
Following Nifi's release its still using JDK 1.8 (even at release 1.15.3).
Is there any concern with trying to upgrade to OpenJDK 14 or even higher?
Thanks,
Ran
Created 02-14-2022 12:55 AM
Reporting my own tests:
Nifi-Version: 1.13.2
Upgrade to openjdk-17.0.1_linux-x64_bin.tar.gz
Result: Nifi boot failure
Upgrade to openjdk-14.0.2_linux-x64_bin.tar.gz
Result: Nifi boot success, had some exceptions from self created processor/controller.
Created 02-14-2022 02:52 AM
Hi, @rzilber ,
The latest release of Cloudera Flow Management, CFM 2.1.3, is tested and supported on Java 8 and 11, as listed here. This release contains NiFi and NiFi Registry 1.15.2.
I believe the upstream version of NiFi also currently supports only Java 8 and 11, as per release notes of version 1.10.0.
Cheers,
André
Created 02-20-2022 03:18 AM
Thanks a lot,
Ran