When the BVAL integration is set to auto it attempts to integrate with a Bean Validation implementor, but skip this if there is none available. Currently Hibernate ORM is logging a full stacktrace when the implementation is missing; this is a little concerning and misleading as it’s most likely expected so we should remove the noisy log message. |