Apache9 commented on a change in pull request #26:
URL: https://github.com/apache/hbase-thirdparty/pull/26#discussion_r463038360
##########
File path: pom.xml
##########
@@ -334,6 +335,10 @@
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>${compileSource}</maxJdkVersion>
+ <ignoreClasses>
+ <ignoreClass>module-info</ignoreClass>
+ <ignoreClass>**.SubmissionPublisher*</ignoreClass>
Review comment:
I renamed the pattern to
**.glassfish.jersey.internal.jsr166.SubmissionPublisher*, I think it is enough
to show that this is for jersey?
----------------------------------------------------------------
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]