Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
7a49651e
Commit
7a49651e
authored
Sep 06, 2019
by
dreis2211
Committed by
Stephane Nicoll
Sep 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove management.health.status.order from docs
See gh-18170
parent
14a67605
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
HealthProperties.java
...k/boot/actuate/autoconfigure/health/HealthProperties.java
+2
-0
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+13
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthProperties.java
View file @
7a49651e
...
...
@@ -23,6 +23,7 @@ import java.util.Map;
import
java.util.Set
;
import
org.springframework.boot.actuate.health.HealthEndpoint
;
import
org.springframework.boot.context.properties.NestedConfigurationProperty
;
/**
* Properties used to configure the health endpoint and endpoint groups.
...
...
@@ -33,6 +34,7 @@ import org.springframework.boot.actuate.health.HealthEndpoint;
*/
public
abstract
class
HealthProperties
{
@NestedConfigurationProperty
private
final
Status
status
=
new
Status
();
/**
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
7a49651e
...
...
@@ -28,6 +28,15 @@
"name"
:
"management.endpoint.health.show-details"
,
"defaultValue"
:
"never"
},
{
"name"
:
"management.endpoint.health.status.order"
,
"defaultValue"
:
[
"DOWN"
,
"OUT_OF_SERVICE"
,
"UP"
,
"UNKNOWN"
]
},
{
"name"
:
"management.endpoints.enabled-by-default"
,
"type"
:
"java.lang.Boolean"
,
...
...
@@ -162,7 +171,10 @@
"OUT_OF_SERVICE"
,
"UP"
,
"UNKNOWN"
]
],
"deprecation"
:
{
"replacement"
:
"management.endpoint.health.status.order"
}
},
{
"name"
:
"management.health.mail.enabled"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment