pvillard31 commented on code in PR #38:
URL: https://github.com/apache/nifi-maven/pull/38#discussion_r1627600662
##########
pom.xml:
##########
@@ -71,32 +71,28 @@
<url>https://issues.apache.org/jira/browse/NIFI</url>
</issueManagement>
<properties>
- <!-- Set minimum Java version for maven-enforcer-plugin from parent
POM -->
- <minimalJavaBuildVersion>1.8.0-251</minimalJavaBuildVersion>
- <!-- Set minimum Maven version for maven-enforcer-plugin from parent
POM -->
- <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.release>21</maven.compiler.release>
Review Comment:
This is the minimum Java version for NiFi 2.x. It is mainly for consistency
with NiFi.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]