You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file additional-spring-configuration-metadata.json in spring-boot-actuator-autoconfigure contains enabled properties for JmxProperties, PrometheusProperties and SimpleProperties. These entries are not necessary, as they can be generated from the configuration property classes. Remove the entries from the JSON and add fields to the classes. This makes it easier to keep the metadata and the code in sync.