Spring Do not delegate TRACE to HttpServlet on ERROR dispatch

Based on https://github.com/spring-projects/spring-boot/issues/33623. Tomcat disables TRACE requests by default, which r...

Spring Spring MVC raises MissingPathVariableException resulting in 500 instead of 400 error when path segment is u001F or u00D and cannot be converted to target type UUID

This is an corner case, discovered while performing some property-based testing for my API.Affects spring-web:6.0.12Her...

Spring MethodValidationPostProcessor not respecting aspect order [SPR-15315]

Mohana Rao S V opened SPR-15315 and commentedNot able to control the order of MethodValidationPostProcessor aspect.Simil...

Spring Better error reporting for @Bean creating when bean instance has been replaced with an incompatible type

This would be even tougher to spot the error if the BeanPostProcessor instance is from other libraries.12:43:19.439 [mai...

Spring Conversion not applied to @RequestParam default value if used for "null after conversion" case

Affects: 6.0.12 and older versionsWhen specifying a defaultValue for a request parameter, my understanding is that the r...

Spring Fix @BootstrapWith inheritance override issues

A @BootstrapWith annotation should be considered an override for @BootstrapWith meta-annotations not only when the @Boot...

Spring Resolve to empty MultiValueMap when no matrix variables are provided

Backport of gh-31483Comment From: snicollClosed by 15a306d

Spring Revise support for quoted identifiers in SimpleJdbcInsert

OverviewFor Spring Framework 6.1 RC1, we intend to revisit and likely revise (improve) the recently introduced support f...

Spring In MockMvc tests all filters end up with empty-string filterName, breaking OncePerRequestFilter

As discovered in spring-boot:3.2.0-RC1 (previous milestone unaffected) changes to populate init parameters and dispatch ...

Spring Generic type is not used sometimes [SPR-15364]

Vitaly Merenkov opened SPR-15364 and commentedHello, I'm trying to create a hierarchy of REST controllers for objects wh...

Spring Resolve to empty MultiValueMap when no matrix variables are provided

When no matrix variables are provided to an endpoint with a MultiValueMap parameter, the argument should resolve to a Mu...

Spring Interceptor for Controller

PR for https://github.com/spring-projects/spring-framework/issues/31468Comment From: pivotal-cla@brucelwl Please sign th...

Spring Consider providing AOT testing support for @ContextHierarchy

The TestContextAotGenerator currently does not provide support for @ContextHierarchy; however, we should probably consid...

Spring RestTemplate - providing custom ResponseErrorHandler does not prevent an error with http 401 responses [SPR-16781]

Jeff Synnestvedt opened SPR-16781 and commentedWhen a rest template is customized with a ResponseErrorHandler  that does...

Spring Use of @Value in compact constructor of a record should not register method injection

When I try to use @Value annotation a record property, I get a warning in the logs that autowiring should only be used o...

Spring ProxyFactoryBean declaration may lead to unexpected non-fatal "FactoryBean threw exception from getObjectType" stacktrace output

Affects: Spring Boot 3.1.4 / Spring 6.0.12We have a Spring application that defines some beans using a BeanFactoryPostPr...

Spring Introduce @DisabledInAotMode in the TestContext framework

I guess technically @DisabledInNativeImage doesn't mean "disable AOT processing", but if the annotation is there, it's p...

Spring BeanDefinitionRegistryPostProcessor should declare empty default postProcessBeanFactory method

Since custom BeanDefinitionRegistryPostProcessor implementations will typically only provide a postProcessBeanDefinition...

Spring Add support for array/Map/List wrapped in Optional when using Bean Validation

This PR addresses #19935/#21461.~~I'm not sure about the implementation. I wrote the tests that I think would be needed....

Spring LocalSessionFactoryBean with packagesToScan fails due to classpath issue

Affects: spring-boot 3.1.xI run into the following issue when manually constructing a LocalSessionFactoryBean with the l...
上一页 下一页
.