Nineya
Home
Blog
Spring PathEditor cannot handle absolute Windows paths with forward slashes
2025-01-08 21:10:45
2770
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
2025-01-08 21:10:40
1949
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"
2025-01-08 21:10:38
229
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"
2025-01-08 21:10:35
2620
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
2025-01-08 21:10:32
5355
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
2025-01-08 21:10:29
3748
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
2025-01-08 21:10:26
1294
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
2025-01-08 21:10:19
2793
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
2025-01-08 21:10:11
6458
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
2025-01-08 21:10:07
524
org.springframework.boot spring-boot-starter-parent 2.7.17---When i use the RedisCacheWriter.lockingRedisC...
Spring @ModelAttribute encoding
2025-01-08 21:10:04
1129
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
2025-01-08 21:10:01
500
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 "?:"
2025-01-08 21:09:59
919
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
2025-01-08 21:09:56
959
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
2025-01-08 21:09:53
1135
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
2025-01-08 21:09:48
9465
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
2025-01-08 21:09:45
733
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]
2025-01-08 21:09:42
4931
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
2025-01-08 21:09:39
2329
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
2025-01-08 21:09:37
3602
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...
上一页
下一页
1
…
1254
1255
1256
1257
1258
…
2246
.