Replies: 3 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
cc @gsmet |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I understand correctly:
This seems like a change in Hibernate ORM, completely out of the control of Quarkus. If you feel that's a problem, I'd recommend you reach out to the Hibernate ORM team, explaining why you don't think this should have changed. If I did not understand correctly, I'm afraid I'll need a clearer explanation. A minimal reproducer -- a small Quarkus project that demonstrates the error -- would go a long way. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before I updated Quarkus to 3.2.7 I had no problems with ConstraintViolationExceptions being thrown (which eventually gets thrown as a persistanceException), since when there was a user in the database I had my own implementation of the error and it worked, but now at the end of the code when the user already exists, I throw a ConstraintViolationException. Are there any options for what the problem is?
Beta Was this translation helpful? Give feedback.
All reactions