spring-boot/spring-boot-project
Andy Wilkinson 1a84b0610e Align PushGatewayManager's exception handling with PushMeterRegistry's
Previously, would log an error for any exception and also stop
publishing for an UnknownHostException. By constrast, Micrometer's
PushMeterRegistry treats all exceptions the same, logging a warning
and continuing with subsequent push attempts.

This commit updates the push gateway manager's behaviour to match
PushMeterRegistry. UknownHostExceptions no longer receive special
treatment and push (and delete) failures are now logged as warnings
rather than errors.

Fixes gh-25804
2021-03-31 17:01:08 +01:00
..
spring-boot Defer processing of zipTree source until execution time 2021-03-30 20:41:46 +01:00
spring-boot-actuator Align PushGatewayManager's exception handling with PushMeterRegistry's 2021-03-31 17:01:08 +01:00
spring-boot-actuator-autoconfigure Consistent use of @deprecated since 2021-03-30 09:20:30 -07:00
spring-boot-autoconfigure Consistent use of @deprecated since 2021-03-30 09:20:30 -07:00
spring-boot-cli Ensure that upstream jars have been built 2021-03-30 20:51:33 +01:00
spring-boot-dependencies Align TldPatterns with Tomcat default 2021-03-23 12:46:27 -07:00
spring-boot-devtools Improve diagnostics of ClassPathFileSystemWatcherTests 2021-03-29 14:37:25 +01:00
spring-boot-docs Polish "Improve documentaion of Mockito test execution listeners" 2021-03-05 14:14:36 +00:00
spring-boot-parent Upgrade to Spring Asciidoctor Extensions 0.5.1 2021-03-16 20:24:45 +00:00
spring-boot-properties-migrator Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-starters Deprecate Spring Data Solr support 2021-01-20 13:56:50 +01:00
spring-boot-test Update deprecations with for removal targets 2021-03-29 15:44:58 -07:00
spring-boot-test-autoconfigure Update copyright year of changed files 2021-03-23 12:50:49 -07:00
spring-boot-tools Use test harness for image building integration tests 2021-03-30 16:48:28 -05:00