-
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
Fix Spring Data JPA Query Methods for big hierarchy #10619
Conversation
Thanks a lot for the PR! I didn't look at the implementation, but the tests are failing, so there is definitely something wrong :) In addition to having the existing tests passing, we would need a test case for this feature |
The current tests are passing, 👍 Now what we need to merge the PR is a test case showing that this PR fixes |
@geoand I added more modifications and the required tests 😀 |
Thanks. I'll check tomorrow |
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.
Great work, thanks!
I added a few minor comments that once taken care of, we can merge.
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Show resolved
Hide resolved
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
Thanks @geoand ! |
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.
Added a final round of minor comments / suggestions
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
...ng-data-jpa/deployment/src/main/java/io/quarkus/spring/data/deployment/MethodNameParser.java
Outdated
Show resolved
Hide resolved
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.
Thanks a lot!
Thank you @geoand for your help and availability ! 🥳 I'm celebrating my first PR in Quarkus ! 🤩 |
🎈 🎉 |
Merged, thanks! |
Fix Spring Data JPA Query Methods for big hierarchy.
Fixes #10581