Skip to content

Commit 245e602

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-30573
2 parents 6055397 + fa77e1c commit 245e602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
"sun.java.command"
4949
]
5050
},
51+
{
52+
"name": "management.endpoint.health.probes.add-additional-paths",
53+
"type": "java.lang.Boolean",
54+
"description": "Whether to make the liveness and readiness health groups available on the main server port.",
55+
"defaultValue": false
56+
},
5157
{
5258
"name": "management.endpoint.health.probes.enabled",
5359
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)