Phillip Webb
Phillip Webb
See https://twitter.com/bsideup/status/1557116232146554882 We could offer a quick property to switch to simplified logging.
Currently `management.endpoint.health.show-components` and `management.endpoint.health.show-details` aren't applied to JMX endpoints. This is a little confusing and we think it would be better to create technology specific variants: For JMX we can...
Framework changes to `AbstractContextLoader` mean we need to be able to return a non-refreshed context. We might need a new method on `SpringApplication` or to make the new Hook interface...
When #29698 has been finished in 2.7.x we should fully remove `spring.factories` support in 3.0.x
[This line](https://github.com/spring-cloud/spring-cloud-config/blob/181a44c6d6226861c7eb67c9bb27307abadcdef7/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLoader.java#L129) or `ConfigServerConfigDataLoader` adds a new `OriginTrackedMapPropertySource` with items loaded from the config server. If there are a large number of properties then binding operations in Spring Boot can...
## Overview Spring Framework would like to be able to resolve parameters from its `ApplicationContext` so that users can easily create tests that inject beans. We'd also like to allow...
Spring Boot 2.4 will ship with support that allows you to easily import additional config files. There's a bit of background about the feature in [this blog post](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4). Currently the...
Consul ACL Token is not available with Config Data API when using consul with vault (consul backend)
Please see https://github.com/spring-projects/spring-boot/issues/25705 for details. Opening here as I'm not sure what changes (if any) are needed in Spring Boot to support this request. Perhaps there's some deeper integration between...
With #27759 @Buzzardo applied an editing pass to the actuator documentation. There are quite a few patterns that emerged from that set that we should try and adopt going forward....