-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to use this depenedency with JPMS #289
Comments
I don't think we can fix it here. It has to be fixed in |
So, as mentioned in the issue, this is a problem with zalando/problem#357 There's a wider discussion around Micronaut and JPMS going on as well micronaut-projects/micronaut-core#6395 Which has been currently scheduled for Micronaut 5 (as it would be a breaking change) Unfortunately I think we need both of these pieces for this to work. So I'm moving this to Micronaut 5 and hoping the zalando issue is fixed by then 🤞 |
It seems that changes proposed in this PR zalando/problem#483 will fix it. |
Expected Behavior
Micronaut application should work with JPMS based application but it is not possible with this module due to problematic transitive dependency zalando-problem.
Actual Behaviour
The same problem as mine is reported in zalando/problem#357 and it has not been fixed since 2022.
Steps To Reproduce
No response
Environment Information
Example Application
No response
Version
3.0.1 used with micronaut 4.0.0
The text was updated successfully, but these errors were encountered: