玖涯软件开发
Home
Blog
Spring Request body deserialization failures are not captured by exception handlers in WebFlux
2025-01-08 05:36:50
4254
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
2025-01-08 05:36:47
1304
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
2025-01-08 05:36:44
4006
Currently, DispatcherServlet#initHandlerMappings is initialized in org.springframework.web.servlet.HttpServletBean#init,...
Spring Generate appropriate AOT bean registration for scoped proxies
2025-01-08 05:36:39
131
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
2025-01-08 05:36:37
738
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().
2025-01-08 05:36:34
7703
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
2025-01-08 05:36:29
1573
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
2025-01-08 05:36:22
186
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
2025-01-08 05:36:20
192
11Comment From: pivotal-cla@kuojean Please sign the Contributor License Agreement!Click here to manually synchronize the...
Spring Fix github issue reference in RequestMappingHandlerMapping
2025-01-08 05:36:18
638
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]
2025-01-08 05:36:15
2265
Brian Clozel opened SPR-14651 and commentedWithout an instance of a RedirectAttributesMethodArgumentResolver configured ...
Spring Generic cannot be injected through @Resource
2025-01-08 05:36:13
1674
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()
2025-01-08 05:36:10
11727
My spring-web version is 5.2.8.RELEASE.java.lang.NullPointerException: null at org.springframework.http.server.ServletSe...
Spring runtime generate controller class
2025-01-08 05:36:05
9610
jdk11 spring5.3.18 springboot 2.6.6reflect generate controler classruntime jdk compileinject spring failedplease help me...
Spring NettyHeadersAdapter may be cause Cors problem
2025-01-08 05:36:02
551
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
2025-01-08 05:35:57
285
Signed-off-by: Mayra Quiroga mq@enfuse.ioComment From: tyler2c...
Spring If request body is missing i want to store null in db
2025-01-08 05:35:54
1455
@PutMapping("/item/categoryId/{srsCustomerId}") public ResponseEntity saveOmsFiltersWithCategoryIds(@PathVariable("sr...
Spring Incorrect ResolvedType of RestController RequestBody argument
2025-01-08 05:35:52
2720
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
2025-01-08 05:35:47
5703
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]
2025-01-08 05:35:44
8513
Thierry Messer opened SPR-13195 and commentedIf I extend a @Controller with the intention to replace the extended with t...
上一页
下一页
1
…
1436
1437
1438
1439
1440
…
2246
.