Commit ff44be9
fix(observability): tolerate missing health contributors in readiness group
Default readiness group includes 'db,diskSpace'. Apps without a JDBC/r2dbc
autoconfig (e.g. callbacks-web tests, notification adapters) crash startup
with 'Included health contributor db does not exist'. Set
management.endpoint.health.validate-group-membership=false so missing
contributors are silently dropped.1 parent 18654e3 commit ff44be9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments