Nineya
Home
Blog
Spring Apply Checkstyle MethodParamPadCheck module
2025-01-09 01:04:09
136
This PR applies the Checkstyle MethodParamPadCheck module.This PR also fixes its violations.Comment From: sdeleuzeMerged...
Spring Improve readability in SpringServletContainerInitializer with method extraction
2025-01-09 01:04:06
403
While studying servlet containers, I explored how this is implemented in Spring. I realized that extracting this part in...
Spring @RefreshScope Filters Extending OncePerRequestFilter Fail to Work / Also @Lazy on filters can't work
2025-01-09 01:04:03
4469
When a filter class annotated with @RefreshScope extends OncePerRequestFilter, it fails to function correctly. The issue...
Spring Fix StackOverflowError in ReflectionUtils
2025-01-09 01:04:01
482
IssueThis PR addresses a StackOverflowError in ReflectionUtils when processing fields with cyclic dependencies during AO...
Spring StackOverflowError in ReflectionUtils during AOT Compilation
2025-01-09 01:03:58
15487
I am encountering a StackOverflowError during native image generation in a Spring Boot application when I ran command mv...
Spring NamedParameterJdbcOperations batchUpdate: column index is out of range
2025-01-09 01:03:55
6272
I'm using the latest Spring boot 3.4.1. How to reproduce bug:1) Create table in database: ``` @PostConstruct publi...
Spring Revisit HttpHeadersAssert API with more header-focused assertions
2025-01-09 01:03:53
524
In 6.2.x, HttpHeadersAssert inherited AbstractMapAssert assertions. Since 7.0, HttpHeaders is no longer a Map and we sho...
Spring DataBinder throws StringIndexOutOfBoundsException for indexed property without nested property path
2025-01-09 01:03:51
1643
Trying to migrate from Spring Famework 6.1 to 6.2, I get an exception in Spring's validation code, located in the DataBi...
Spring DataBinder throws StringIndexOutOfBoundsException for map property without nested property path
2025-01-09 01:03:48
12904
Since upgrading to Spring 6.2. we have the Issue that maps in form-data requests are no longer working.After switching t...
Spring MappingJackson2XmlHttpMessageConverter should support non UTF charsets
2025-01-09 01:03:45
1769
I currently have to deal with a REST API using text/xml;charset=ISO-8859-1 as MediaType. So just using MappingJackson2Xm...
Spring Broken syntax in xml sample of "Reference to Other Beans" section
2025-01-09 01:03:42
458
Reading through the docs and came across a syntax highlighting error in one of the XML code samples. Moved the comment t...
Spring Refine null-safety in the spring-webmvc module
2025-01-09 01:03:39
188
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-webflux module
2025-01-09 01:03:37
189
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-web module
2025-01-09 01:03:35
185
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-test module
2025-01-09 01:03:33
186
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-r2dbc module
2025-01-09 01:03:31
187
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-orm module
2025-01-09 01:03:29
185
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-messaging module
2025-01-09 01:03:27
191
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-jms module
2025-01-09 01:03:25
185
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
Spring Refine null-safety in the spring-expression module
2025-01-09 01:03:23
192
As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
上一页
下一页
1
…
1115
1116
1117
1118
1119
…
2246
.