You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 years ago
..
spring-boot Defer processing of zipTree source until execution time 4 years ago
spring-boot-actuator Align PushGatewayManager's exception handling with PushMeterRegistry's 4 years ago
spring-boot-actuator-autoconfigure Consistent use of @deprecated since 4 years ago
spring-boot-autoconfigure Consistent use of @deprecated since 4 years ago
spring-boot-cli Ensure that upstream jars have been built 4 years ago
spring-boot-dependencies Align TldPatterns with Tomcat default 4 years ago
spring-boot-devtools Improve diagnostics of ClassPathFileSystemWatcherTests 4 years ago
spring-boot-docs Polish "Improve documentaion of Mockito test execution listeners" 4 years ago
spring-boot-parent Upgrade to Spring Asciidoctor Extensions 0.5.1 4 years ago
spring-boot-properties-migrator Add junit-platform-launcher dependency by convention 4 years ago
spring-boot-starters Deprecate Spring Data Solr support 4 years ago
spring-boot-test Update deprecations with for removal targets 4 years ago
spring-boot-test-autoconfigure Update copyright year of changed files 4 years ago
spring-boot-tools Use test harness for image building integration tests 4 years ago