spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Spring Framework

Results 875 spring-framework issues
Sort by recently updated
recently updated
newest added

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

in: core
type: enhancement
theme: aot

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

in: core
type: enhancement
theme: aot

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

type: enhancement
theme: aot

Similar to #33812 but for `JdbcClient`.

in: data
type: enhancement

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

status: waiting-for-triage
in: web