Phillip Webb

Results 122 issues of Phillip Webb

See https://twitter.com/bsideup/status/1557116232146554882 We could offer a quick property to switch to simplified logging.

type: enhancement
for: team-meeting

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...

type: enhancement

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...

type: enhancement
theme: aot

When #29698 has been finished in 2.7.x we should fully remove `spring.factories` support in 3.0.x

type: task

[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...

waiting-for-triage

## 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...

type: enhancement
theme: extensions
status: team discussion
component: Jupiter

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...

type: enhancement
theme: property-editing-support

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...

for: team-attention
status: blocked

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....

type: epic