spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure
Scott Frederick 6b8d08a6e3 Handle exceptions in management context
Prior to this commit, details about an exception would get dropped when
the management context was separate from the application context and
an actuator endpoint threw a binding exception.

This commit adds some logic to capture the exception so the management
context error handlers can add the appropriate attributes to the error
response.

Fixes gh-21036
2020-05-12 11:44:28 -05:00
..
src Handle exceptions in management context 2020-05-12 11:44:28 -05:00
pom.xml Fix link to Spring Integration Graph documentation 2020-02-03 17:30:37 +01:00