-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Panache REST Data with MongoDB #12158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
Some remarks / questions
...panache/mongodb-rest-data-panache/runtime/src/main/resources/META-INF/quarkus-extension.yaml
Show resolved
Hide resolved
...-rest-data-panache/src/main/java/io/quarkus/it/mongodb/rest/data/panache/TestController.java
Outdated
Show resolved
Hide resolved
extensions/panache/mongodb-rest-data-panache/deployment/pom.xml
Outdated
Show resolved
Hide resolved
5e1085b
to
6b8ed90
Compare
@loicmathieu is there something else missing in this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine, it's a copy of the other one and I know this will Just Work™.
How does resteasy-links generate the links for you, given that it depends on JPA @Id
annotations IIRC and Mongo is not using those?
And I must apologise for my late review. |
@FroMage I add a However, I've heard a rumour that you're working on Quarkus REST. So maybe once you're done we could add some alternative to RESTEasy link and avoid such hack. |
@geoand shall we merge? |
Ah, I just saw @FroMage approved, so yes |
Fixes #8700