Quick question and I have not done any analysis yet - I went to quickly test the 2.2.1 release and these tests are failing (I verified going back to 2.1.4 does work).
I was just wondering if offhand anything affect either the validator or the resource tests (using @TestSecurity(authorizationEnabled = false) )? I did not see anything obvious in the release notes that would affect me.
Validation Test using Hibernate Validator:
should_validate_optional Time elapsed: 0.003 s <<< ERROR!
javax.validation.ValidationException: HV000149: An exception occurred during message interpolation
at io.logicdrop.platform.services.client.ClientValidationTest.should_validate_optional(ClientValidationTest.java:32)
Caused by: java.lang.NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext.getHttpHeaders()" because the return value of "org.jboss.resteasy.reactive.server.injection.ContextProducers.getContext()" is null
REST Resource Test:
should_create_feature Time elapsed: 0.034 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <401>.