• 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 Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...