Skip to content

Commit

Permalink
Fix management.endpoints.access.default type in JSON metadata
Browse files Browse the repository at this point in the history
Fixes gh-43154
  • Loading branch information
philwebb committed Nov 14, 2024
1 parent 87cf12a commit 4ab80d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"name": "management.endpoints.access.default",
"type": "java.lang.Boolean",
"type": "org.springframework.boot.actuate.endpoint.Access",
"description": "Default access level for all endpoints."
},
{
Expand Down

0 comments on commit 4ab80d2

Please sign in to comment.