Ultranium
Ultranium
OK, now I see what's happening. There are two Keycloak containers created - one for Quarkus Dev Services, and the second one for running tests (is it the expected behavior...
I also discovered this problem today. When using Mockito with the Active record pattern, the same `java.lang.ClassFormatError: Illegal local variable table start_pc 48 in method 'int MyEntity$Companion.update(java.lang.String, java.lang.Object[])'` is thrown,...
@evanchooly > Are you perchance importing the quarkus-mock extension in your build? I am importing the "quarkus-panache-mock" module. > Mocks are not currently supported in kotlin It's a pity. Mocking...
I'd like to add that the same behavior is observed while using the WebClientSession, due to the same bug. ``` var webClient = WebClient.create(vertx); var webClientSession = WebClientSession.create(webClient) .addHeader("Authorization", "Bearer:...