Nineya
Home
Blog
Spring Add support for converting a String to an Instant
2025-01-08 17:24:50
10216
What I'm trying to achieve:@ConfigurationPropertiesrecord ApplicationProps(Instant instant) {}with the following applica...
Spring MappedInterceptor in 5.3 does not support all AntPatternMatcher patterns
2025-01-08 17:24:47
7802
Spring Framework 5.3 (up to 5.3.5) MappedInterceptor's constructor effectively prevents the use of any PathMatcher, incl...
Spring For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments
2025-01-08 17:24:44
7880
Affects: 5.xSee below test case:import org.testng.annotations.Test;import org.testng.Assert;import org.springframework.c...
Spring WebClient - add option to disable chunked transfer [SPR-15914]
2025-01-08 17:24:41
3110
Marek Hawrylczak opened SPR-15914 and commentedCurrently all requests except GET and HEAD are using transfer-encoding: c...
Spring Why can't the method name intercepted by AOP be the same as an @Bean method in an @Configuration class?
2025-01-08 17:24:39
5276
public class AOPTest { public static void main(String[] args) { AnnotationConfigApplicationContext context = n...
Spring Call antora task as part of CI build
2025-01-08 17:24:36
302
As a result of the issues described in https://github.com/spring-projects/spring-framework/issues/30481#issuecomment-155...
Spring Enforce JPA bootstrap failure for incomplete Hibernate Validator setup
2025-01-08 17:24:34
585
Following up on https://github.com/spring-projects/spring-boot/issues/35617#issuecomment-1562975301, it seems suboptimal...
Spring @Imported ImportBeanDefinitionRegistrar is not invoked in native image
2025-01-08 17:24:32
3973
springboot3 native ImportBeanDefinitionRegistrar does not execute, there is no problem running it on the JVM.@Target(Ele...
Spring Port BeanPropertyRowMapper and DataClassRowMapper for r2dbc
2025-01-08 17:24:29
688
Comment From: simonbaslesee discussion in gh-26021. cc @mp911de and @jhoeller Comment From: simonbasle@mp911de I have up...
Spring org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler does not handle vendor-specific application/x-ndjson media types
2025-01-08 17:24:27
994
Hi,At one point, the handler iterates over ReactiveTypeHandler#JSON_STREAMING_MEDIA_TYPES which contains two values: Med...
Spring NullPointerException during JPA delete with lazy collections
2025-01-08 17:24:24
1477
Affects: v6.0.9Since upgrading to Spring Boot 3.1.0 from 3.0.6 we are experiencing NPEs when calling .deleteAll() on Spr...
Spring Make length limit for SpEL expressions configurable
2025-01-08 17:24:22
884
In https://github.com/spring-projects/spring-framework/issues/30325 a hard length limit of 10.000 characters was introdu...
Spring Improve Javadoc for ExchangeFilterFunction
2025-01-08 17:24:19
550
Fixed a typoComment From: pivotal-cla@galingerv Please sign the Contributor License Agreement!Click here to manually syn...
Spring Introduce getActualPort() in JavaMailSenderImpl
2025-01-08 17:24:16
842
Make getTransport in JavaMailSender public in order to allow inspecting which port is being used when none was specified...
Spring Develop
2025-01-08 17:24:14
297
mrComment From: pivotal-cla@richardhu1991 Please sign the Contributor License Agreement!Click here to manually synchroni...
Spring Remove non-empty filename check in ContentDisposition builder
2025-01-08 17:24:11
537
The ContentDisposition Builder must be consistent with ContentDisposition and accept a nullable filename.Comment From: p...
Spring Native image tests works fine with 3.0.5 but fails with 3.1.0
2025-01-08 17:24:08
3672
The tests fail with: org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(Def...
Spring ContentCachingResponseWrapper.ResponseServletOutputStream does not write data into original ServletOutputStream.
2025-01-08 17:24:06
1581
QuestionWhen I use ContentCachingResponseWrapper, the response data is not written to the original output stream. Should...
Spring java.lang.ClassCastException while using spring with eclipselink
2025-01-08 17:24:03
4188
Hi Team,i am getting a strange error while using spring with eclipselinkorg.eclipse.persistence.exceptions.DescriptorExc...
Spring Cors changing SimpleUrlMapping with CorsConfig to ResourceHttpRequestHandler
2025-01-08 17:24:00
4214
Affects: Spring Framework 5.3>Describe the bugHave a SimpleUrlMapping with CorsConfig passing all test for several m...
上一页
下一页
1
…
1348
1349
1350
1351
1352
…
2246
.