• Andy Wilkinson's avatar
    Retry upload for any SocketException not just a ConnectException · 1be794fe
    Andy Wilkinson authored
    Previously, DevTools would retry the upload of the changes to an
    application in the event of a ConnectException. If a different
    network-level failure occurred, it would not be retried and would
    cause the file watching thread to die.
    
    This commit attempts to make things more robust by retrying all
    SocketExceptions and not just ConnectExceptions. A warning is
    logged when a failure occurs. A separate debug message that
    includes the exception is also logged.
    
    Closes gh-10317
    1be794fe
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...