• Scott Frederick's avatar
    Use non-blocking I/O for Docker API · 7a2939f1
    Scott Frederick authored
    This commit changes the NamedPipeSocket used for communication with
    a local Docker daemon to use a non-blocking AsynchronousByteChannel
    instead of a blocking RandomAccessFile, modeled after a similar
    change to the docker-java project. This eliminates the potential for
    a blocking call to hang indefinitely.
    
    Fixes gh-21672
    7a2939f1
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor Loading commit data...
spring-boot-buildpack-platform Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-jarmode-layertools Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
spring-boot-test-support Loading commit data...