Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NiFi automated builds run on the latest updated versions of the following Java Long Term Support releases:

  • Java 1721

Minimum Required Versions

For each supported version of Java, NiFi requires the follow minimum update version:

  • Java 17.0.621

NiFi automated builds run on the latest updated version of Apache Maven and require the following minimum version, which can be executed using the Maven Wrapper scripts included in the repository:

...

  • Whether some binary dependencies NOTICE calls out a transitive binary dependency it might or might not have is not relevant. What is relevant is which transitive dependencies, no matter how many levels deep it comes in, we pull into our nars or convenience binaries. They must all be accounted for properly if we're including them. See the Apache Licensing Guide for more information on this.
  • All binary dependencies bundled in a given nar must be documented in its LICENSE and NOTICE. On top of that, the nifi-assembly should cover those dependencies as well.
  • All source dependencies taken as-in or modified must be documented in the nifi-assembly LICENSE and NOTICE.

...