Replies: 1 comment 1 reply
-
Thank you for your report, there is a PR #12879 that fixed it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a Spring JpaRepository returning an Optional
When returning an empty result
Then an jakarta.persistence.NoResultException is reported
In a first investigation I found:
Is there a way around that?
Beta Was this translation helpful? Give feedback.
All reactions