Skip to content
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

Merged
merged 1 commit into from
Jul 13, 2020
Merged

Fix Spring Data JPA Query Methods for big hierarchy #10619

merged 1 commit into from
Jul 13, 2020

Conversation

nebrass
Copy link

@nebrass nebrass commented Jul 9, 2020

Fix Spring Data JPA Query Methods for big hierarchy.
Fixes #10581

@boring-cyborg boring-cyborg bot added area/hibernate-orm Hibernate ORM area/spring Issues relating to the Spring integration labels Jul 9, 2020
@geoand
Copy link
Contributor

geoand commented Jul 10, 2020

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

@nebrass nebrass changed the title Fix Spring Data JPA Query Methods for big hierarchy DRAFT: Fix Spring Data JPA Query Methods for big hierarchy Jul 12, 2020
@geoand
Copy link
Contributor

geoand commented Jul 12, 2020

The current tests are passing, 👍

Now what we need to merge the PR is a test case showing that this PR fixes

@nebrass
Copy link
Author

nebrass commented Jul 12, 2020

@geoand I added more modifications and the required tests 😀

@nebrass nebrass changed the title DRAFT: Fix Spring Data JPA Query Methods for big hierarchy Fix Spring Data JPA Query Methods for big hierarchy Jul 12, 2020
@geoand
Copy link
Contributor

geoand commented Jul 12, 2020

Thanks.

I'll check tomorrow

Copy link
Contributor

@geoand geoand left a 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.

@nebrass
Copy link
Author

nebrass commented Jul 13, 2020

Thanks @geoand !
I made the requests modifications as requested 🤩 I hope it's ok now 😁

Copy link
Contributor

@geoand geoand left a 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

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@nebrass
Copy link
Author

nebrass commented Jul 13, 2020

Thanks a lot!

Thank you @geoand for your help and availability ! 🥳 I'm celebrating my first PR in Quarkus ! 🤩

@geoand
Copy link
Contributor

geoand commented Jul 13, 2020

🎈 🎉

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 13, 2020
@geoand geoand added this to the 1.7.0 - master milestone Jul 13, 2020
@gsmet gsmet merged commit d7fa26d into quarkusio:master Jul 13, 2020
@gsmet
Copy link
Member

gsmet commented Jul 13, 2020

Merged, thanks!

@nebrass nebrass deleted the nla/fix/query-methods branch July 13, 2020 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM area/spring Issues relating to the Spring integration triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarkus Spring JPA Repository query methods is not working, at least like in Spring Boot
4 participants