Nineya
Home
Blog
Spring Do not delegate TRACE to HttpServlet on ERROR dispatch
2025-01-08 20:42:09
539
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
2025-01-08 20:42:07
1367
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]
2025-01-08 20:42:04
592
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
2025-01-08 20:42:01
3214
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
2025-01-08 20:41:58
902
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
2025-01-08 20:41:55
1978
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
2025-01-08 20:41:52
58
Backport of gh-31483Comment From: snicollClosed by 15a306d
Spring Revise support for quoted identifiers in SimpleJdbcInsert
2025-01-08 20:41:49
181
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
2025-01-08 20:41:47
1639
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]
2025-01-08 20:41:44
4004
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
2025-01-08 20:41:41
744
When no matrix variables are provided to an endpoint with a MultiValueMap parameter, the argument should resolve to a Mu...
Spring Interceptor for Controller
2025-01-08 20:41:38
523
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
2025-01-08 20:41:35
278
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]
2025-01-08 20:41:32
11123
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
2025-01-08 20:41:29
6818
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
2025-01-08 20:41:26
2200
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
2025-01-08 20:41:24
6589
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
2025-01-08 20:41:21
255
Since custom BeanDefinitionRegistryPostProcessor implementations will typically only provide a postProcessBeanDefinition...
Spring Add support for array/Map/List wrapped in Optional when using Bean Validation
2025-01-08 20:41:18
949
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
2025-01-08 20:41:15
2448
Affects: spring-boot 3.1.xI run into the following issue when manually constructing a LocalSessionFactoryBean with the l...
上一页
下一页
1
…
1273
1274
1275
1276
1277
…
2246
.