You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to reproduce this in a non Spring Boot context only relying on Jersey dependencies.
Can you share the sample where TimeoutTests passes without Spring Boot? Looking at the code, I don't see how spring boot is involved and we haven't been changing anything recently in that area.
When using Jersey client in a Spring Boot context the connection timeout is the double of what is defined when posting an entity. In short:
The problem started with Jersey version 2.31. This project demonstrates the issue with a minimal example: https://github.com/oleborup/jersey-client-connection-timeout
I have not been able to reproduce this in a non Spring Boot context only relying on Jersey dependencies, therefore trying to post here.
Spring Boot version: 2.5.0
Java version: OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10)
The text was updated successfully, but these errors were encountered: