spring-boot/spring-boot-actuator-docs
Andy Wilkinson dad0574fd5 In absence of HAL browser, serve browsers JSON from actuator entry point
Following the changes made to combines the /links and /hal endpoints
into a single /actuator endpoint, a web browser accessing /actuator
would receive a 406 response if HAL browser was not on the classpath.

This commit updates the /actuator main entry point so that it will
serve JSON to a web browser when HAL browser is not on the classpath.

The actuator's embedded documentation has also been updated to reflect
the recent changes.

Closes gh-3696
2015-08-10 16:02:33 +01:00
..
src In absence of HAL browser, serve browsers JSON from actuator entry point 2015-08-10 16:02:33 +01:00
pom.xml Generate rest documentation in compile phase 2015-08-06 00:25:07 -07:00