Spring Prevent execution of Antora jobs on forks

Prior to this commit, any fork that copied the main branch only experienced daily failures at 10am UTC due to the schedu...

Spring Deprecate HandlerMappingIntrospector

In Spring Framework 6.2 with #31823, we enabled Spring Security to work without HandlerMappingIntrospector when all hand...

Spring Multiple slash sanitisation should be optional in UriComponentsBuilder

The primary reason for this issue is https://github.com/spring-cloud/spring-cloud-gateway/issues/2795 which under the ho...

Spring Custom ConstraintValidator injects null in native-image

demo project link: https://github.com/mingchiuli/demopublic class AnnoValidator implements ConstraintValidator<Anno, ...

Spring Support binding from request headers via constructor args

The binding from request headers, added in #32676, currently works only via setters. This is an oversight, and it should...

Spring Invalid @AliasFor declaration in @RequestHeader

Aren't the name and value reversed in the AliasFor annotation?Comment From: pivotal-cla@enbraining Please sign the Contr...

Spring Invalid @AliasFor declaration in @RequestHeader

Aren't the name and value reversed in the @AliasFor annotation in the RequestHeader file?https://github.com/spring-proje...

Spring Cannot assert status reason phrase with MockMvcTester

When using MockMvc the status reason phrase can be asserted like this:mockMvc .perform(get("/something")) ...

Spring HandlerMethodValidator should support simple Cross-Parameter constraints

It seems sensible that the HandlerMethodValidator should directly handle Cross-Parameter constraints or at a minimum not...

Spring Log alias removal in DefaultListableBeanFactory

IssueThe following code was added in DefaultListableBeanFactory from 6.x to check whether an alias for the beanName exis...

Spring ServerWebExchange.mutate() does not delegate modified headers back to calling instance

Prior to spring-web-6.2.0 calling the mutate() method of ServerWebExchange and modifying the request headers would mutat...

Spring Support Flux<ServerSentEvent<Fragment>> in WebFlux

In Spring 6.2 we got a new WebFlux feature with Fragment and you can render an SSE like this:@GetMapping(path = &quot;/s...

Spring MapMethodProcessor should only resolve arguments of type Map or the ModelMap hierarchy

Affects: 6.1.6This is a slight variation of SPR-17340 (#21874) that I've run into.I have a Payload class that derives fr...

Spring Implement toString() in TestBeanOverrideHandler

While composing the commit message for 54948a4e88e14885fdb2e22d65a71ed7195699fc, I noticed that the string representatio...

Spring Polishing ConfigurationClassBeanDefinitionReader

Reduce redundant codeComment From: snicollThanks but that kind of optimizations is unnecessary, in particular in such ad...

Spring Add getter to message writers and view resolvers of server response result handler

I have a case where I'd like to configure the message writers of ServerResponseResultHandler without completely replacin...

Spring Support Result return types for @Transactional Kotlin functions

Affects: 5.3.9 (and earlier versions)Motivation: Error Handling is a controversial topic. Java primarily uses exceptions...

Spring ProblemDetails not showing cause of validation error

spring-boot-3.4.0When I enable problem-details, the validation message of my parameters should be shown in the response....

Spring Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0

Change introduced in spring 6.2.0 changes the behavior of DefaultResponseErrorHandler.Until now https://github.com/sprin...

Spring ResourceUrlEncodingFilter cache misses are expensive

A PetClinic user noticed this (https://github.com/spring-projects/spring-petclinic/issues/1732). For me it's a 2x throug...
上一页 下一页
.