-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Enable-Native-Access manifest attribute if present #10009
base: master
Are you sure you want to change the base?
Conversation
thanks for the contribution @zakkak. I'll have a look as soon as time allows. |
Sorry for the delay, @zakkak. A lot of side tracking this week. I agree that #10008 is something we need to fix. In the current state, That said, I believe that #10076 will break this PR, or at least partially defeat its purpose. I suggest we wait until #10076 lands and then revisit this and #10008. Would that work for you? |
Thank you for the update @zapster .
Yes, that's fine with us. As said in quarkusio/quarkus#44257 (comment) this is still a warning. |
Quarkus is not using modules, so I am not sure how much we can test this on our side other than passing |
That is totally fine. Out of interest, are you already passing |
No, we currently don't do anything about it. For some cases setting it via the manifest attribute would be enough, but we will definitely need to pass The Quarkus issue tracking this is quarkusio/quarkus#44257. |
Closes #10008