ctubbsii commented on code in PR #72:
URL:
https://github.com/apache/accumulo-classloaders/pull/72#discussion_r2818127093
##########
pom.xml:
##########
@@ -276,6 +275,13 @@ under the License.
<arg>-Xmaxwarns</arg>
<arg>5</arg>
</compilerArgs>
+ <annotationProcessorPaths combine.children="append">
Review Comment:
Java 21 warns that the automatic application of all annotation processors
found on the compile class path may be disabled in a future release. So,
instead, I specify the annotation processor to use, explicitly.
--
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]