Phillip Webb

Results 122 issues of Phillip Webb

If https://github.com/spring-projects/spring-framework/pull/30396 is merged we can deprecate our own implementation (assuming they are compatible).

type: enhancement

I think the new reachability JSON files means that we'll need to raise the baseline for native image generation. We'll also want to look at how we can make the...

type: task

type: dependency-upgrade
theme: major-upgrade

type: dependency-upgrade
theme: major-upgrade

type: dependency-upgrade

Update `SpringFactoriesLoader` so that the cache stores only the factories and not the complete loader. Prior to this commit, if a cache entry was added with the thread conect classloader,...

status: waiting-for-triage
in: core

See #23221 for some background. It might be nice if we could offer binding without so much reflection.

type: enhancement
theme: aot

See #20920 for background.

type: enhancement
status: blocked
status: pending-design-work

See https://github.com/spring-projects/spring-framework/issues/35959 for background. We can improve our class-level Javadoc to indicate when a `.class` reference can be used and when a `String` name should be used. Annotations we might...

type: documentation
status: team-only

We need to find a way to deprecate starters and let the users know. Probably using the build plugins. `spring-boot-starter-oauth2-authorization-server` -> `spring-boot-starter-security-oauth2-authorization-server` `spring-boot-starter-oauth2-client` -> `spring-boot-starter-security-oauth2-client` `spring-boot-starter-oauth2-resource-server` -> `spring-boot-starter-security-oauth2-resource-server` `spring-boot-starter-web-services` ->...

type: enhancement