desruisseaux commented on code in PR #987:
URL:
https://github.com/apache/maven-compiler-plugin/pull/987#discussion_r2465892707
##########
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java:
##########
@@ -1610,38 +1614,26 @@ final void resolveProcessorPathEntries(Map<PathType,
List<Path>> addTo) throws M
* {@return whether an annotation processor seems to be present}
* This method is invoked if the user did not specified explicit
incremental compilation options.
*
+ * @param dependencyTypes the type of dependencies, for checking if any of
them is a processor path
* @param strict whether to be conservative if the current Java version is
older than 23
Review Comment:
In the commit that I just pushed, I removed that flag. It was probably more
conservative than necessary.
--
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]