Bean Validation Not Detecting Violations in Jakarta EE and Hibernate
I’m having trouble with bean validation in my Jakarta EE and Hibernate project. My validation method is not catching any violations even when the entity contains invalid values. Here’s the relevant code: