Phillip Webb
Phillip Webb
If https://github.com/spring-projects/spring-framework/pull/30396 is merged we can deprecate our own implementation (assuming they are compatible).
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...
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,...
See #23221 for some background. It might be nice if we could offer binding without so much reflection.
See #20920 for background.
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...
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` ->...