]
Yeray Borges Santana updated WFLY-13726:
----------------------------------------
Git Pull Request:
PersistenceUnitServiceHandler attempts to integrate bean validation
even if the capability is not present
---------------------------------------------------------------------------------------------------------
Key: WFLY-13726
URL:
https://issues.redhat.com/browse/WFLY-13726
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Major
Fix For: 21.0.0.Beta1
PersistenceUnitServiceHandler.deployPersistenceUnitPhaseTwo is attempting to access
BeanValidationAttachments.VALIDATOR_FACTORY without first confirming the capability is
present. The deployPersistenceUnit method has a proper check.