Please Im having an issue can’t figure what Im missing:
RecordedRequest request = server.takeRequest();
request.getBody().readUtf8()
Intellij, spring boot unit test is telling me can’t resolve method readUtf8
any help will be greatly appreciated
This is the decompiled RecordedRequest.class. I dont see readUtf8
enter image description here
I tried mvn clean package, I tried invalidate cache in intellij, not luck so far. Please note that Im encountring this in scope of migrating to spring boot 3.0
user27366185 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1