apupier commented on PR #7870: URL: https://github.com/apache/camel-quarkus/pull/7870#issuecomment-3436439060
very same issue in Camel core when updating the code to use the setters: https://github.com/apupier/camel/pull/new/deprecatedAttributeHttp ``` org.opentest4j.AssertionFailedError: expected: <200> but was: <401> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145) at org.apache.camel.component.http.BaseHttpsTest.assertHeaders(BaseHttpsTest.java:43) at org.apache.camel.component.http.BaseHttpsTest.assertExchange(BaseHttpsTest.java:38) at org.apache.camel.component.http.HttpsAuthenticationTest.httpsGetWithHttpCache(HttpsAuthenticationTest.java:120) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ``` -- 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]
