Closed mbreevoort closed 3 years ago
It looks like this is a bug in vert.x, see https://github.com/eclipse-vertx/vert.x/issues/3898. I suppose you could try to downgrade the netty version to 4.1.60.
Thanks for checking with spring-boot 2.4.5 and creating the vert.x bug. I will downgrade for now, our spring-boot integration tests will run with older netty version which isn't ideal. The problem is fixed in vert.x next version > 4.0.3 Now on master.
@ostrya vertx-web version 4.1.0 is available with netty 4.1.65.Final which fixes the nullpointer.
Thanks for creating this super handy mock utitlity.
After upgrading to spring-boot 2.4.5 the our testcases wouldn't run anymore because of nullpointers.
The keycloakmock-mock, keycloakmock-mock-junit version 0.7.0 works fine with spring-boot 2.4.4 (which uses netty 4.1.60.Final) After upgrade to spring-boot 2.4.5 which uses netty 4.1.63.Final I got nullpointer exceptions. After testing with 4.1.61.Final and 4.1.62.Final the problem is the same. I don't know if this is a vertx 4.0.0 problem, upgrading vertx-web to 4.0.3 doesn't seem to help.
stack trace
Any idea how I can resolve this issue?