wombatu-kun commented on code in PR #19020:
URL: https://github.com/apache/hudi/pull/19020#discussion_r3586435289
##########
pom.xml:
##########
@@ -379,6 +379,17 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
+ <!-- Declare the annotation processor path explicitly instead of
relying on classpath
+ service discovery. Lombok is the only annotation processor in
the build, and an
+ isolated processor path avoids the flaky "Provider lombok...
could not be
+ instantiated" ServiceLoader race seen under parallel (-T)
reactor builds. -->
+ <annotationProcessorPaths>
Review Comment:
Done - fixed the description to point at the root <build><plugins>
maven-compiler-plugin entry, not <pluginManagement>.
--
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]