apupier commented on PR #23021:
URL: https://github.com/apache/camel/pull/23021#issuecomment-4441975797

   It broke 3 tests:
   
   
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1846/testReport/org.apache.camel.component.jsonvalidator/JsonValidationExceptionTest/testErrorsEmpty/
   
   ```
   java.lang.NullPointerException: message
        at java.base/java.util.Objects.requireNonNull(Objects.java:259)
        at 
org.apache.camel.ValidationException.<init>(ValidationException.java:35)
        at 
org.apache.camel.component.jsonvalidator.JsonValidationException.<init>(JsonValidationException.java:44)
        at 
org.apache.camel.component.jsonvalidator.JsonValidationExceptionTest.testErrorsEmpty(JsonValidationExceptionTest.java:45)
   ```
   
   
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1846/testReport/org.apache.camel.component.jsonvalidator/ValidatorRouteTest/testNullHeader/
   
   ```
   org.opentest4j.AssertionFailedError: Exception should be correct type ==> 
expected: <true> but was: <false>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
        at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:69)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:41)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:228)
        at 
org.apache.camel.component.jsonvalidator.ValidatorRouteTest.testNullHeader(ValidatorRouteTest.java:113)
   ```
   
   
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1846/testReport/org.apache.camel.component.rest.openapi.validator.client/OpenApiRestClientRequestValidatorTest/testValidateBody/
   
   ```
   java.lang.NullPointerException: validationLevels
        at java.base/java.util.Objects.requireNonNull(Objects.java:259)
        at 
org.apache.camel.spi.RestConfiguration.setValidationLevels(RestConfiguration.java:660)
        at 
org.apache.camel.component.rest.openapi.validator.client.OpenApiRestClientRequestValidatorTest.testValidateBody(OpenApiRestClientRequestValidatorTest.java:79)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to