Skip to content

Conversation

@Apache9
Copy link
Contributor

@Apache9 Apache9 commented Jul 30, 2020

…isher in enforceBytecodeVersion rule

@Apache9 Apache9 self-assigned this Jul 30, 2020
<enforceBytecodeVersion>
<maxJdkVersion>${compileSource}</maxJdkVersion>
<ignoreClasses>
<ignoreClass>module-info</ignoreClass>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the jira key for the bug that means we have to exclude module info

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to 'Ignore module-info and SubmissionPublisher in enforceBytecodeVersion rule'

pom.xml Outdated
<maxJdkVersion>${compileSource}</maxJdkVersion>
<ignoreClasses>
<ignoreClass>module-info</ignoreClass>
<ignoreClass>**.SubmissionPublisher*</ignoreClass>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we scope this to specifically from Jersey? With a note that it has a multi-release jar?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I renamed the pattern to *.glassfish.jersey.internal.jsr166.SubmissionPublisher, I think it is enough to show that this is for jersey?

@Apache9 Apache9 changed the title HBASE-24798 [hbase-thirdparty] Exclude module-info and SubmissionPubl… HBASE-24798 [hbase-thirdparty] Ignore module-info and SubmissionPubl… Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants