OK, I've figured it out - the latest update for the "Language Support for Java (TM) by Red Hat" extension uses ASM 9.8, while the version of JaCoCo used by the Test Runner extension only supports up ...
I have a spring cloud gateway application that routes a request from port 8080 to s service at 8081. I have to try adding a header along with the request. So in postman I have added the headers ...