Spring Apply Checkstyle MethodParamPadCheck module

This PR applies the Checkstyle MethodParamPadCheck module.This PR also fixes its violations.Comment From: sdeleuzeMerged...

Spring Improve readability in SpringServletContainerInitializer with method extraction

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

When a filter class annotated with @RefreshScope extends OncePerRequestFilter, it fails to function correctly. The issue...

Spring Fix StackOverflowError in ReflectionUtils

IssueThis PR addresses a StackOverflowError in ReflectionUtils when processing fields with cyclic dependencies during AO...

Spring StackOverflowError in ReflectionUtils during AOT Compilation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...
上一页 下一页
.