martin-g commented on a change in pull request #1454:
URL: https://github.com/apache/avro/pull/1454#discussion_r782431581
##########
File path: lang/java/pom.xml
##########
@@ -289,9 +289,10 @@
<!-- Avro uses Sun's java code style conventions with 2 spaces,
this is a modified version of
the eclipse formatter -->
<file>${main.basedir}/lang/java/eclipse-java-formatter.xml</file>
- <version>4.19.0</version>
+ <version>4.21.0</version>
</eclipse>
- <removeUnusedImports/>
+ <!-- Temporarily disabled for JDK 16+ builds -->
+ <!--<removeUnusedImports/>-->
Review comment:
I hope we can leave with this being disabled until we update Avro to JDK
11. Then we can add the needed `--add-exports ...` for Spotless Maven plugin in
`.mvn/jvm.config`
--
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]