1. 01 Jun, 2020 3 commits
  2. 29 May, 2020 1 commit
    • Scott Frederick's avatar
      Provide better error message if Docker is not running · 7722394e
      Scott Frederick authored
      Previously, if the Spring Boot build plugins got a connection error
      when attempting to communicate with a Docker daemon (for example,
      when the daemon isn't running), the error message made it appear that
      the daemon returned an HTTP error code. This commit makes a connection
      error distinct from an HTTP error response code to make it easier for
      the user to diagnose the root cause of the problem.
      
      Fixes gh-21554
      7722394e
  3. 28 May, 2020 3 commits
  4. 27 May, 2020 13 commits
  5. 26 May, 2020 6 commits
  6. 25 May, 2020 13 commits
  7. 22 May, 2020 1 commit
    • Brian Clozel's avatar
      Document health probes config property in Actuator section · 18e0db63
      Brian Clozel authored
      This commit mentions the `management.health.probes.enabled`
      configuration property in the Kubernetes Probes section of the Actuator
      chapter.
      
      Enabling this property is required if we need to expose Kubernetes
      Probes in a non-Kubernetes environment.
      
      Fixes gh-21505
      18e0db63