Spring Support ContextLoader config in @SpringJUnitConfig and @SpringJUnitWebConfig

Affects: 5.3.26@SpringJUnitConfig and @SpringJUnitWebConfig alias all attributes of @ContextConfiguration except loader ...

Spring Patch-caption-message-in-di

Fix caption message placement based on the snippet code.Comment From: pivotal-cla@kusumo1920 Please sign the Contributor...

Spring Document X-Forwarded-* Headers

Previously the documentation assumed that the readers knew how to use the X-Forwarded-* headers.This commit documents de...

Spring 3.2.0-RC1: No primary or single unique constructor found for interface java.util.Set

After upgrading to Spring Boot 3.2.0-RC1 from 3.1.5 request params binding is not working.@RestController@RequestMapping...

Spring Support ETag generation on ResourceHttpRequestHandler

Affects: 5.3.21Stack overflow questionExpected behaviour:If-None-Match has precedence when If-None-Match is used in com...

Spring <mvc:annotation-driven> should not instantiate bean property values

When using &lt;mvc:annotation-driven /&gt; in XML configuration, AOT processing fails with the following stack trace.org...

Spring Log warning and skip resource hint registration for classpath location patterns

OverviewSince we do not yet have support for registering resource hints for classpath location patterns (see #31162), we...

Spring Uploading a too-large file should be a 4xx client error, not a 500 Internal Server Error

When uploading a file that is too large (exceeding either spring.servlet.multipart.max-file-size or spring.servlet.multi...

Spring Improve support and documentation for the "default" bean definition profile name

The default profile name is a protected constant: AbstractEnvironment.RESERVED_DEFAULT_PROFILE_NAME ("default").It is no...

Spring Code returns hard instance of HttpURLConnection rather than URLConnection

https://github.com/spring-projects/spring-framework/blob/b595dc1dfad9db534ca7b9e8f46bb9926b88ab5a/spring-web/src/main/ja...

Spring Improve Documentation Around X-Forwarded- Headers

Affects: 6.0.12Spring could improve the documentation (both reference and Javadoc) around X-Forwarded-* headers. In part...

Spring TypeDescriptor and ResolvableType cache in GenericTypeAwarePropertyDescriptor

Following up on #26297 and #27246, it turns out that the TypeDescriptor cache in CachedIntrospectionResults can be bette...

Spring BeanUtils.copyProperties() consumes large amount of memory

After upgrade from 5.2.x to 5.3.x, we observed large increase in YoungGC caused by huge amount of object created. After ...

Spring Support timeout settings in MockRestServiceServer [SPR-14458]

Nikita Zhuravlev opened SPR-14458 and commentedSince MockRestServiceServer simply replaces RestTemplate requestFactory a...

Spring Remove (Web|Rest)ClientIntegrationTests#invalidDomain flaky tests

Affects: 6.1.0-SNAPSHOTSpring Version: 6.1.0-SNAPSHOTJDK Version: Java 17When I tried to run the test case, it reported ...

Spring charset is added to Content-Type header when using router functions

Affects: spring-boot 3.1.4, spring 6.0.12Issue: When using Spring servlet router functions the Content-Type header is ch...

Spring Determine why certain JPA tests fail on Java 18+

This is a follow-up to #30185.Affected tests can be seen in commit 0ca02ce67720b7ff2b755fd19421b50e89df003d.Comment From...

Spring Fix spring-orm tests with eclipselink and Java 18+

Comment From: sdeleuzeThis has already been handled by https://github.com/spring-projects/spring-framework/issues/29249 ...

Spring Consistent Class and array matching in ResolvableType.isAssignableFrom

The ResolvableType.isAssignableFrom algorithm performs a regular matching attempt for nested array component types, incl...

Spring Expand explanation for the "lite" bean approach

In the Basic Concepts: @Bean and @Configuration section exists the following Full @Configuration vs “lite” @Bean mode? b...
上一页 下一页
.