• Phillip Webb's avatar
    Rename VanillaHealthIndicator to Application... · 7d0a3ddc
    Phillip Webb authored
    Rename `VanillaHealthIndicator` to `ApplicationHealthIndicator` and
    changed the exposed bean name from `statusHealthIndicator` to
    `applicationHealthIndicator`.
    
    This provides less confusing JSON output:
    
      {"status":"UP","application":{"status":"UP"}}
    
    vs:
    
      {"status":"UP","status":{"status":"UP"}}
    
    Fixes gh-1291
    7d0a3ddc
Name
Last commit
Last update
..
main Loading commit data...
test/java/sample/actuator/ui Loading commit data...