Nineya
Home
Blog
Spring Prevent execution of Antora jobs on forks
2025-01-09 00:59:20
551
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
2025-01-09 00:59:17
294
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
2025-01-09 00:59:14
972
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
2025-01-09 00:59:12
2041
demo project link: https://github.com/mingchiuli/demopublic class AnnoValidator implements ConstraintValidator<Anno, ...
Spring Support binding from request headers via constructor args
2025-01-09 00:59:10
157
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
2025-01-09 00:59:08
735
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
2025-01-09 00:59:05
192
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
2025-01-09 00:59:02
1495
When using MockMvc the status reason phrase can be asserted like this:mockMvc .perform(get("/something")) ...
Spring HandlerMethodValidator should support simple Cross-Parameter constraints
2025-01-09 00:59:00
14066
It seems sensible that the HandlerMethodValidator should directly handle Cross-Parameter constraints or at a minimum not...
Spring Log alias removal in DefaultListableBeanFactory
2025-01-09 00:58:56
1577
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
2025-01-09 00:58:52
3033
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
2025-01-09 00:58:50
1002
In Spring 6.2 we got a new WebFlux feature with Fragment and you can render an SSE like this:@GetMapping(path = "/s...
Spring MapMethodProcessor should only resolve arguments of type Map or the ModelMap hierarchy
2025-01-09 00:58:47
4661
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
2025-01-09 00:58:44
450
While composing the commit message for 54948a4e88e14885fdb2e22d65a71ed7195699fc, I noticed that the string representatio...
Spring Polishing ConfigurationClassBeanDefinitionReader
2025-01-09 00:58:42
176
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
2025-01-09 00:58:40
770
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
2025-01-09 00:58:37
8119
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
2025-01-09 00:58:34
3837
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
2025-01-09 00:58:31
4425
Change introduced in spring 6.2.0 changes the behavior of DefaultResponseErrorHandler.Until now https://github.com/sprin...
Spring ResourceUrlEncodingFilter cache misses are expensive
2025-01-09 00:58:29
546
A PetClinic user noticed this (https://github.com/spring-projects/spring-petclinic/issues/1732). For me it's a 2x throug...
上一页
下一页
1
…
1120
1121
1122
1123
1124
…
2246
.