pvillard31 commented on code in PR #38:
URL: https://github.com/apache/nifi-maven/pull/38#discussion_r1627621599
##########
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:
That is indeed outdated. I'll get the confluence page fixed. The official
documentation is up to date:
https://nifi.apache.org/documentation/nifi-2.0.0-M3/html/administration-guide.html#system_requirements
Isn't staying on the latest 1.x version of the plugin an option?
--
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]