-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Integrating Quarkus Zalando problem #120
Integrating Quarkus Zalando problem #120
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
The main concern is the activity of the https://github.com/cloudstark/quarkus-zalando-problem-extension project To be honest I asked to the library if they plan to still maintain it: cloudstark/quarkus-zalando-problem-extension#91 If they don't want to maintain it what would be the options?
WDYT @avdev4j @joewhite101 ? |
Hi @danielpetisme I don't understand your second proposition but I think if we could have an extension under the JHipster organisation it will be awesome for visibility. Maybe it's a way to reach easily developers |
The second option is to embed the serialization of jhipster exceptions to the same json structure Zalando Problem proposes. This would integrate nicely to the front (it's the beauty of API). Basically it means implementing customs |
I had been committer to https://github.com/cloudstark/quarkus-zalando-problem-extension for some time. I am pretty sure the project is dead for time being, the project owner is unreachable, see cloudstark/quarkus-zalando-problem-extension#91 |
Thanks @SchulteMarkus for your feedback! |
To be honest, I am low on time. Maybe during the Christmas holidays, but I can't promise. |
I take the opportunity to thank you for what you have done! |
Since the quarkus-zalando-lib is not maintained I'm closing the issue to propose a new solution. |
The spring generator relies on Zalando problem library to produce machine friendly HTTP response.
This PR aims to align Quarkus to this API contract.
The PR relies on https://github.com/cloudstark/quarkus-zalando-problem-extension