• Dave Syer's avatar
    Add support for Spring HATEOAS hypermedia in Actuator endpoints · 74e9e074
    Dave Syer authored
    If spring-hateoas is on the classpath and an MvcEndpoint returns a
    @ResponseBody it will be extended and wrapped into a Resource with links.
    All the existing endpoints that return sensible JSON data can be extended
    this way (i.e. not /logfile). The HAL browser will also be added as an
    endpoint if available on the classpath. Finally, asciidocs for the
    Actuator endpoints are available as a separate jar file, which if
    included in an app will also generate a new (HTTP) endpoint.
    
    Fixes gh-1390
    74e9e074
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...