Spring Request body deserialization failures are not captured by exception handlers in WebFlux

Affects versions from 5.3.15 to 6.0.0-20220310.112646-346. I have only tested it with these two versions, but I suspect ...

Spring add properties for allow/deny on ConfigurableWebBindingInitializer

to eventually implement them as configurable properties in WebProperties and into WebMvcAutoConfiguration and it's flux ...

Spring Let the DispatcherServlet get the HandlerMapping in advance

Currently, DispatcherServlet#initHandlerMappings is initialized in org.springframework.web.servlet.HttpServletBean#init,...

Spring Generate appropriate AOT bean registration for scoped proxies

ScopedProxyFactoryBean are not handled property in an AOT optimized context. As a result, such a bean cannot be injecte...

Spring 404 occurs when configuring access to local static files, which may be caused by URL transcoding

spring-boot:2.6.7spring-webmvc:5.3.19I have configured access to local static resources @Override public void addR...

Spring Import to IDEA UnsupportedMethodException: Unsupported method: BuildEnvironment.getBuildIdentifier().

Affects: \Gradle sync failed after importing code to IDEA.Pre-compile was success(./gradlew cleanIdea :spring-oxm:compil...

Spring extra balnk space removed from 3 java file

I have removed 5 extra line breaks from 3 java files. I have seen there are some extra line breaks in some java files be...

Spring MultiStatement#toCodeBlock should be name toLambdaBody

toCodeBlock is confusing as it is heavily tailored for adding the code in the context of a lambda. We could use a toCode...

Spring 5.0.x

11Comment From: pivotal-cla@kuojean Please sign the Contributor License Agreement!Click here to manually synchronize the...

Spring Fix github issue reference in RequestMappingHandlerMapping

Comment From: pivotal-cla@zhangmingqi09 Please sign the Contributor License Agreement!Click here to manually synchronize...

Spring Add RedirectAttributesMethodArgumentResolver to the default argument resolvers in ExceptionHandlerExceptionResolver [SPR-14651]

Brian Clozel opened SPR-14651 and commentedWithout an instance of a RedirectAttributesMethodArgumentResolver configured ...

Spring Generic cannot be injected through @Resource

During object injection, the type of pair is generic, @Autowired can inject normally, but @Resource cannot inject normal...

Spring Meet NPE when I call RestTemplate.exchange()

My spring-web version is 5.2.8.RELEASE.java.lang.NullPointerException: null at org.springframework.http.server.ServletSe...

Spring runtime generate controller class

jdk11 spring5.3.18 springboot 2.6.6reflect generate controler classruntime jdk compileinject spring failedplease help me...

Spring NettyHeadersAdapter may be cause Cors problem

1、version:org.springframework:spring-web:jar:5.3.18:compileorg.springframework.cloud:spring-cloud-starter-gateway:jar:3....

Spring ISSUE 28305 treat mariaDB as an independent database type

Signed-off-by: Mayra Quiroga mq@enfuse.ioComment From: tyler2c...

Spring If request body is missing i want to store null in db

@PutMapping("/item/categoryId/{srsCustomerId}") public ResponseEntity saveOmsFiltersWithCategoryIds(@PathVariable("sr...

Spring Incorrect ResolvedType of RestController RequestBody argument

Please see attached code,Seems that type is incorrectly resolved for controller method's RequestBody argument.In case we...

Spring Add inverse of the @DependsOn annotation

This is a new feature request to add a new annotation (and capability) to the core Spring Framework that has the opposit...

Spring Allow to disable method mappings from parent class [SPR-13195]

Thierry Messer opened SPR-13195 and commentedIf I extend a @Controller with the intention to replace the extended with t...
上一页 下一页
.