Nineya
Home
Blog
Spring Refine ModelAttributeMethodProcessor Kotlin exception handling
2025-01-08 06:38:40
1721
I have a kotlin class with a non-nullable property, which is not using a primitive type in the jvm, and I'm trying to us...
Spring ex.getPropertyName() is not initialized in ResponseEntityExceptionHandler#handleTypeMismatch
2025-01-08 06:38:37
927
https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servle...
Spring Fail more explicitly when AOT attempts to handle a bean definition that uses an instance supplier
2025-01-08 06:38:35
954
As revealed by #29555, we should throw a more tailored exception when a bean definition uses an instance supplier. If on...
Spring Add RFC-8246 "immutable" attribute to CacheControl
2025-01-08 06:38:32
1177
This commit adds the "immutable" Cache-Control directives in CacheControl.Comment From: bclozelThanks for the PR @making...
Spring DefaultHandlerExceptionResolver::doResolveException no longer returns ModelAndView customized via protected method
2025-01-08 06:38:30
1076
Impacted Version: spring-webmvc-6.0.4Previously DefaultHandlerExceptionResolver::doResolveException(HttpServletRequest r...
Spring Support "multipart/mixed" and "multipart/related" in DefaultServerWebExchange
2025-01-08 06:38:27
291
DefaultServerWebExchange ignores "multipart/mixed" and "multipart/related" and returns an empty MultiValueMap although M...
Spring Use overloaded method with java.net.URI of Reactor Netty HttpClient
2025-01-08 06:38:25
2022
I was doing some flame graph analysis and found that despite passing a URI into the WebClient, a string version of the U...
Spring Using @Transactional(isolation = SERIALIZABLE) will cause exception in integration tests
2025-01-08 06:38:22
3435
System Status- JDK 17- SpringBoot -> 2.5.6- DB -> PostgreSQL (13.3)- Connecting with JDBC driverI'm trying to writ...
Spring Introduce andPerformRequest() method in ResponseActions
2025-01-08 06:38:20
992
Prior to this commit it wasn't possible to achieve realclient-side Rest using a restTemplate that was bound by MockRestS...
Spring Release R2DBC connection when cleanup fails in transaction
2025-01-08 06:38:16
78
Backport of gh-29703, commit e050c37.Comment From: simonbasleClosed by 0851b0f
Spring Consistent @Bean method return type for equivalence with XML example
2025-01-08 06:38:13
1484
Via @maciejwalkowiak and https://github.com/spring-projects/spring-boot/issues/32763, I think Framework's reference docu...
Spring CSRF token not available to FreeMarker templates
2025-01-08 06:38:11
2055
Hi Team!After upgrading to SpringBoot 3 a freemarker form no longer renders because the _csrf attribute is null.Sample a...
Spring CgLib$SET_THREAD_CALLBACK exception in native image
2025-01-08 06:38:08
1722
This bug seems to reappear, it was fixed already twice in the past (https://github.com/spring-projects/spring-framework/...
Spring Empty Response body for unsafe character in URL
2025-01-08 06:38:06
1588
Affects: spring-webflux : 5.3.23Spring Boot: 2.7.5netty : 4.1.84.Finalreactor-netty-core : 1.0.22Java VM : OpenJDK 64-B...
Spring ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException in tests
2025-01-08 06:38:03
4810
Affects: 6.0.4After adding a FilterRegistrationBean into my project, I swapped from MockMvcBuilder to Spring Boots @Auto...
Spring Make BeanThatListens, TestApplicationListener, ResourceUrlProvider threadsafe
2025-01-08 06:38:00
870
The listener could be invoked concurrently by multiple thread, we should make them threadsafe.https://github.com/spring-...
Spring Cannot handle connection error with WebClient without getting a stacktrace in the logs
2025-01-08 06:37:57
4972
Coming from RestTemplate, it was fairly easy catching all sorts of exceptions related to the connectivity with an extern...
Spring MockRestServiceServer.verify() did not work with single API testing if project has more than one API
2025-01-08 06:37:55
2668
Affects: 5.3.18MockRestServiceServer.verify() did not work with single API testing if project has more than one API.Exam...
Spring Support Kotlin suspending functions with @Scheduled
2025-01-08 06:37:52
374
This commit provides a scheduled task to support coroutines, but I'm not sure how to do a full unit testComment From: sd...
Spring Autowire doesn't work in ConstraintValidators in native mode
2025-01-08 06:37:49
4315
Affects: 6.0.4Autowire doesn't seem to work in ConstraintValidators when running in native mode. I've added hints but th...
上一页
下一页
1
…
1370
1371
1372
1373
1374
…
2246
.