spring-framework
spring-framework copied to clipboard
Spring Framework
For Spring AOT to be more flexible, we'd like to record certain contributions without a locked-down `BeanFactory`. The most typical example is the handling of `@Profile` where we'd like to...
Thus far, Spring AOT is this one thing that does refresh the context, invokes contributors and then dump the state of the `BeanFactory` in generated code. It also write additional...
This issue intends to reflect the work performed to modularize and evolve Spring AOT to make it usable with the majority of typical Spring applications running on the JVM, in...
Similar to #33812 but for `JdbcClient`.
Add `@ModelAttribute` support for HTTP interface clients - Introduces `ModelAttributeArgumentResolver` for `HttpServiceProxyFactory`. - Expands `@ModelAttribute` DTO properties into request parameters (query string). - Supports `@BindParam` on fields to rename parameter...