When the Arquillian Integration Test is executed, hundred of lines are reported with DEBUG level about Hibernate Validator
cd spring-cloud-kubernetes/spring-cloud-kubernetes-examples/kubernetes-hello-world-example
mvn clean install -Pintegration
17:57:32.192 [main] DEBUG org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
17:57:32.192 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser - Trying to load META-INF/validation.xml for XML based Validator configuration.
17:57:32.192 [main] DEBUG org.hibernate.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via TCCL
17:57:32.192 [main] DEBUG org.hibernate.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
...
This problem can be solved by adding within the logback.xml file the info level for hibernate validator
When the Arquillian Integration Test is executed, hundred of lines are reported with DEBUG level about Hibernate Validator
This problem can be solved by adding within the logback.xml file the info level for hibernate validator