Nineya
Home
Blog
Spring Fix manipulating property sources example in Javadoc for ConfigurableEnvironment
2025-01-08 06:25:02
501
The Manipulating property sources example is stating the MutablePropertySources expect a Map<String,String> wherea...
Spring Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6
2025-01-08 06:25:00
6685
Affects: 6.0.0Hi, I just upgraded from 5.3.24 to 6.0.0 and noticed a different behaviour of Spring JDBC/TX. I have a cla...
Spring Native Image reports ExceptionInInitializerError: null for Netty DnsServerAddressStreamProviders
2025-01-08 06:24:57
7580
Spring Boot Version 3.0.0, GraalVM 22.3.0。I use GraalVM and Native Image to build a binary execution file.The http inter...
Spring Set detail from reason in both constructors of ResponseStatusException
2025-01-08 06:24:52
970
Leftover item that was not fully resolved in a27f2e994b632a63ca1bbd6f3de5d9b60246ccaa (#29567). Basically, setDetail() w...
Spring Fix CVE-2016-1000027 against spring-web:5.3.24
2025-01-08 06:24:50
262
Affects: spring-web:5.3.24Comment From: amar-kamat@bclozel Can you pls share the details as to why this was closed? Than...
Spring Cannot use WebDAV methods in Spring MVC 6.0 anymore
2025-01-08 06:24:47
360
Due to this change in the FrameworkServlet, we can not use custom HTTP verbs like PROPFIND in our controllers and tests ...
Spring Document observability support
2025-01-08 06:24:44
251
As of Spring Framework 6.0, we've introduced Observability support in various Spring web components.We're likely to add ...
Spring URI override for @HttpExchange doesn't work if there are both URI and @PathVariable method parameters
2025-01-08 06:24:42
437
Affects: 6.0.2For code:@HttpExchange(value = "uaa")public interface UaaClient { @GetExchange("/passpor...
Spring Make @ModelAttribute and @InitBinder annotations @Reflective
2025-01-08 06:24:38
135
Web annotations like @ModelAttribute or @InitBinder are not annotated with @Reflective and so are missed when running on...
Spring Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException
2025-01-08 06:24:36
1153
Related to #29511 and the general default change to SQLExceptionSubclassTranslator in 6.0, it would be helpful for typic...
Spring check file with realPath is existing
2025-01-08 06:24:34
756
26707 .Tomcat's StandardContext.getRealPath(String path) will return non null value when the file actually not exists.So...
Spring RSocket (Kotlin) Fire and Forget - Missing 'rsocketResponse'
2025-01-08 06:24:31
13490
I'm trying to make example chat application and I'm getting strange error when using fire-and-forget from my ReactJs rso...
Spring Allow specifying of CoroutineContext in invokeSuspendingFunction
2025-01-08 06:24:28
484
In case someone needs to specify default CoroutineContext for allWebMvc calls, he can use this trick. If we can specify ...
Spring Allow overriding invokeSuspendingFunction
2025-01-08 06:24:26
286
In case someone needs to specify default CoroutineContext for allWebMvc calls, he can use this trick. If we can override...
Spring Passing attributes from WebClient to underlying HTTP library
2025-01-08 06:24:23
460
To be able to enable a more customizable logging of requests we need to be able to pass some attributes from the WebClie...
Spring invoke BeanFactoryPostProcessors with explicit order
2025-01-08 06:24:21
1966
BeanFactoryPostProcessor may implement interface Ordered or not , for example: CachingMetadataReaderFactoryPostProcesso...
Spring Support multiple segments in encoded Content-Disposition
2025-01-08 06:24:19
1089
According to Rfc6266 / Appendix C.1 RFC 2047 (MIME Part Three: Message Header Extensions for Non-ASCII Text), Section ...
Spring Add new header method #28309
2025-01-08 06:24:17
979
@Overridepublic DefaultRequestBodyUriSpec header(String headerValue) { String[] header = headerValue.split(":&qu...
Spring Fix issues 28298, findAnnotationOnBean finds annotations from a static @Bean method's enclosing class
2025-01-08 06:24:14
166
BugFix: https://github.com/spring-projects/spring-framework/issues/28298Please review, thxComment From: sbrannenSupersed...
Spring 5.2x
2025-01-08 06:24:11
197
创建5.2xComment From: pivotal-cla@csiichao Please sign the Contributor License Agreement!Click here to manually synchroniz...
上一页
下一页
1
…
1384
1385
1386
1387
1388
…
2246
.