Spring PathEditor cannot handle absolute Windows paths with forward slashes

Since Java can handle Windows paths expressed with forward slashes, people usually express any filesystem path in a conf...

Spring Slow SpEL performance due to method sorting in ReflectiveMethodResolver

Hi,I am using Spring expression language (5.3.15).I found the following method does sorting on a list of methods (Reflec...

Spring DisconnectedClientHelper is missing "AbortedException"

DisconnectedClientHelper was extracted from existing code in #26181, but the list of exceptions is missing "AbortedExcep...

Spring DataBinder fails with "No primary or single unique constructor found for interface MultipartFile"

The following example works with Spring Framework 6.0, but not with 6.1:class MyForm { private String name; privat...

Spring Resource collection injection by @Value regression

import static org.assertj.core.api.Assertions.assertThat;import java.util.List;import org.junit.jupiter.api.Test;import ...

Spring @Cacheable throws NullPointerException when encountering cached null value for empty Mono

Affects: v6.1.1@Cacheable throws a NullPointerException when the mentioned method returns a null value, whereas this beh...

Spring Include Hibernate's Query.scroll() in SharedEntityManagerCreator's queryTerminatingMethods set

Similar to the issue #29886The org.springframework.orm.jpa.SharedEntityManagerCreator.queryTerminatingMethods does not c...

Spring Issue with Trace ID and Span ID not Printing in @JmsListener

Affects: 6.1.1Description:After upgrading to Spring Boot version 3.2.2, which includes Spring 6.1.1, we've encountered a...

Spring after update to 6.1.1 filepart.content NoSuchFileException error

Affects: springframework at 6.0.13 is okay but update to 6.1.1 then error springframework 6.0.13(boot 3.1.5) is okay but...

Spring RedisCacheWriter.lockingRedisCacheWriter cause HikariCP connection leak

org.springframework.boot spring-boot-starter-parent 2.7.17---When i use the RedisCacheWriter.lockingRedisC...

Spring @ModelAttribute encoding

I'm facing an issue in production, and I don't understand if it's a bug or a feature of Spring. I tried to create the fo...

Spring WebClient - ClientResponse does not expose any information about the originating request

Hi,In order to improve error processing (or else) it would be nice to be able to get access to some request attributes (...

Spring Improve documentation about @Value without SpEL for default values - when ":" vs "?:"

In the current documentation - about @Value by applying default values, assuming that the host.ipv6 key does not existTh...

Spring UrlResource getFilename() suddenly returns null for certain paths

After upgrading to spring-core 6.1.1 UrlResource("file:test").getFilename() returns null. On older versions 6.0.x i retu...

Spring Improve FreeMarkerConfigurationFactory to mutate its configuration

Right now FreeMarkerConfigurationFactory can only be used to set settings with no way to know what the currently configu...

Spring CheckpointOpenFileException occurred with spring boot log files

Affects: 6.1.1spring-boot version: 3.2.0spring version: 6.1.1azul version: zulu17.46.29-ca-crac-jdk17.0.9-linux_x64I am ...

Spring Revise ClassUtils.getMostSpecificMethod to check that provided method really belongs to the provided class hierarchy

The ClassUtils.getMostSpecificMethod() doesn't check any correlations between a targetClass and method.getDeclaringClass...

Spring Different handling in PathEditor in Servlet Context for existing and non-existing paths [SPR-15256]

Holger Stenzhorn opened SPR-15256 and commentedFollowing the advice from from Juergen Hoeller in #19117, I have the code...

Spring WebTestClient doesn't set up Request scope

Affects: 5.3.3When I run a test using WebTestClient.bindToController(myController).build(); I also have to call RequestC...

Spring GenericTypeResolver does not resolve nested generics - causes issues with Jackson & Spring MVC

This affects spring 6.1.1The following test passes on 6.0.14 but fails on 6.1.1import static org.assertj.core.api.Assert...
上一页 下一页
.