Commit edafe4c
File tree
218 files changed
+938
-649
lines changed- spring-boot-project
- spring-boot-actuator-autoconfigure/src
- main/java/org/springframework/boot/actuate/autoconfigure
- endpoint/jackson
- health
- test/java/org/springframework/boot/actuate/autoconfigure
- health
- ssl
- spring-boot-actuator-docs/src/test/java/org/springframework/boot/actuate/docs/health
- spring-boot-actuator-integration-tests/src/test/java/org/springframework/boot/actuate/health
- spring-boot-actuator
- src
- main/java/org/springframework/boot/actuate
- availability
- health
- ssl
- system
- test/java/org/springframework/boot/actuate
- availability
- health
- ssl
- system
- spring-boot-amqp/src
- main/java/org/springframework/boot/amqp
- autoconfigure/health
- health
- test/java/org/springframework/boot/amqp
- autoconfigure/health
- health
- spring-boot-cassandra/src
- main/java/org/springframework/boot/cassandra
- autoconfigure/health
- health
- test/java/org/springframework/boot/cassandra
- autoconfigure/health
- health
- spring-boot-cloudfoundry/src
- main/java/org/springframework/boot/cloudfoundry/actuate/autoconfigure/endpoint
- reactive
- servlet
- test/java/org/springframework/boot/cloudfoundry/actuate/autoconfigure/endpoint
- reactive
- servlet
- spring-boot-couchbase/src
- main/java/org/springframework/boot/couchbase
- autoconfigure/health
- health
- test/java/org/springframework/boot/couchbase
- autoconfigure/health
- health
- spring-boot-data-elasticsearch/src
- main/java/org/springframework/boot/data/elasticsearch
- autoconfigure/health
- health
- test/java/org/springframework/boot/data/elasticsearch
- autoconfigure/health
- health
- spring-boot-data-mongodb/src
- dockerTest/java/org/springframework/boot/data/mongodb/health
- main/java/org/springframework/boot/data/mongodb
- autoconfigure/health
- health
- test/java/org/springframework/boot/data/mongodb
- autoconfigure/health
- health
- spring-boot-data-redis/src
- main/java/org/springframework/boot/data/redis
- autoconfigure/health
- health
- test/java/org/springframework/boot/data/redis
- autoconfigure/health
- health
- spring-boot-docs/src
- main
- java/org/springframework/boot/docs
- actuator/endpoints/health
- reactivehealthindicators
- writingcustomhealthindicators
- howto/actuator/maphealthindicatorstometrics
- kotlin/org/springframework/boot/docs
- actuator/endpoints/health
- reactivehealthindicators
- writingcustomhealthindicators
- howto/actuator/maphealthindicatorstometrics
- test/java/org/springframework/boot/docs/howto/actuator/maphealthindicatorstometrics
- spring-boot-elasticsearch/src
- main/java/org/springframework/boot/elasticsearch
- autoconfigure/health
- health
- test/java/org/springframework/boot/elasticsearch
- autoconfigure/health
- health
- spring-boot-hazelcast/src
- main/java/org/springframework/boot/hazelcast
- autoconfigure/health
- health
- test/java/org/springframework/boot/hazelcast
- autoconfigure/health
- health
- spring-boot-health
- src
- main/java/org/springframework/boot/health
- test/java/org/springframework/boot/health
- spring-boot-jdbc/src
- main/java/org/springframework/boot/jdbc
- autoconfigure/health
- health
- test/java/org/springframework/boot/jdbc
- autoconfigure/health
- health
- spring-boot-jersey/src/test/java/org/springframework/boot/jersey/autoconfigure/actuate/endpoint/web
- spring-boot-jms/src
- main/java/org/springframework/boot/jms
- autoconfigure/health
- health
- test/java/org/springframework/boot/jms
- autoconfigure/health
- health
- spring-boot-ldap/src
- main/java/org/springframework/boot/ldap
- autoconfigure/health
- health
- test/java/org/springframework/boot/ldap
- autoconfigure/health
- health
- spring-boot-mail/src
- main/java/org/springframework/boot/mail
- autoconfigure
- health
- test/java/org/springframework/boot/mail
- autoconfigure
- health
- spring-boot-neo4j/src
- dockerTest/java/org/springframework/boot/neo4/health
- main/java/org/springframework/boot/neo4j
- autoconfigure/health
- health
- test/java/org/springframework/boot/neo4j
- autoconfigure/health
- health
- spring-boot-r2dbc/src
- main/java/org/springframework/boot/r2dbc
- autoconfigure/health
- health
- test/java/org/springframework/boot/r2dbc
- autoconfigure/health
- health
- spring-boot-webflux/src/test/java/org/springframework/boot/webflux/autoconfigure/actuate/endpoint/web
- spring-boot-webmvc/src/test/java/org/springframework/boot/webmvc/actuate/autoconfigure/health
- spring-boot/src
- main/java/org/springframework/boot/context/config
- test/java/org/springframework/boot/context/config
- spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
218 files changed
+938
-649
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
51 | 70 | | |
52 | 71 | | |
53 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | | - | |
38 | 33 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
46 | 37 | | |
47 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments