Skip to content

Commit 4ab80d2

Browse files
committed
Fix management.endpoints.access.default type in JSON metadata
Fixes gh-43154
1 parent 87cf12a commit 4ab80d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"name": "management.endpoints.access.default",
62-
"type": "java.lang.Boolean",
62+
"type": "org.springframework.boot.actuate.endpoint.Access",
6363
"description": "Default access level for all endpoints."
6464
},
6565
{

0 commit comments

Comments
 (0)