A customer reported an issue to the Apps Manager team that was due to changes in the actuator API. The status keys have a value that is an object like:
"status": {
        "code": "UP",
        "description": ""
      }
The root cause is this annotation not being respected if Jackson isn't being used.