keith-turner commented on a change in pull request #1196: Update Accumulo to
build and run with Java 11
URL: https://github.com/apache/accumulo/pull/1196#discussion_r293571957
##########
File path: core/src/main/spotbugs/exclude-filter.xml
##########
@@ -32,4 +32,9 @@
<Package name="org.apache.accumulo.core.trace.thrift" />
</Or>
</Match>
+ <Match>
+ <!-- Must ignore these everywhere, because of a javac byte code generation
bug -->
+ <!-- https://github.com/spotbugs/spotbugs/issues/756 -->
Review comment:
Would it make sense to create a 2.1 issue for this?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services