Spring Add support for converting a String to an Instant

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

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

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]

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?

public class AOPTest { public static void main(String[] args) { AnnotationConfigApplicationContext context = n...

Spring Call antora task as part of CI build

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

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

springboot3 native ImportBeanDefinitionRegistrar does not execute, there is no problem running it on the JVM.@Target(Ele...

Spring Port BeanPropertyRowMapper and DataClassRowMapper for r2dbc

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

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

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

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

Fixed a typoComment From: pivotal-cla@galingerv Please sign the Contributor License Agreement!Click here to manually syn...

Spring Introduce getActualPort() in JavaMailSenderImpl

Make getTransport in JavaMailSender public in order to allow inspecting which port is being used when none was specified...

Spring Develop

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

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

The tests fail with: org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(Def...

Spring ContentCachingResponseWrapper.ResponseServletOutputStream does not write data into original ServletOutputStream.

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

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

Affects: Spring Framework 5.3>Describe the bugHave a SimpleUrlMapping with CorsConfig passing all test for several m...
上一页 下一页
.