Peter Davie

Results 5 comments of Peter Davie

Confirming that I have encountered this issue in Spring Boot 2.6.0-M3 also.

I resolved this issue by ensuring my project was using v4.4.1 of Apache httpclient, i.e. with maven: ``` org.apache.httpcomponents httpclient 4.4.1 ```

I am using Windows 10 Pro with Docker Desktop. With Docker on Windows, there are two options to run containers, Windows Containers and Windows Subsystem for Linux. Unfortunately, I have...

I have just updated the code and run mvn verify and am still having issues with docker. I will try it again when I have some spare time. Thank you...

Yes, only this specific test is failing. I have created a branch pdavie-issue-20 containing the problematic file. I noticed the Kubernetes reference and put it down to that this was...