Spring Fix manipulating property sources example in Javadoc for ConfigurableEnvironment

The Manipulating property sources example is stating the MutablePropertySources expect a Map<String,String> wherea...

Spring Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6

Affects: 6.0.0Hi, I just upgraded from 5.3.24 to 6.0.0 and noticed a different behaviour of Spring JDBC/TX. I have a cla...

Spring Native Image reports ExceptionInInitializerError: null for Netty DnsServerAddressStreamProviders

Spring Boot Version 3.0.0, GraalVM 22.3.0。I use GraalVM and Native Image to build a binary execution file.The http inter...

Spring Set detail from reason in both constructors of ResponseStatusException

Leftover item that was not fully resolved in a27f2e994b632a63ca1bbd6f3de5d9b60246ccaa (#29567). Basically, setDetail() w...

Spring Fix CVE-2016-1000027 against spring-web:5.3.24

Affects: spring-web:5.3.24Comment From: amar-kamat@bclozel Can you pls share the details as to why this was closed? Than...

Spring Cannot use WebDAV methods in Spring MVC 6.0 anymore

Due to this change in the FrameworkServlet, we can not use custom HTTP verbs like PROPFIND in our controllers and tests ...

Spring Document observability support

As of Spring Framework 6.0, we've introduced Observability support in various Spring web components.We're likely to add ...

Spring URI override for @HttpExchange doesn't work if there are both URI and @PathVariable method parameters

Affects: 6.0.2For code:@HttpExchange(value = "uaa")public interface UaaClient { @GetExchange("/passpor...

Spring Make @ModelAttribute and @InitBinder annotations @Reflective

Web annotations like @ModelAttribute or @InitBinder are not annotated with @Reflective and so are missed when running on...

Spring Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException

Related to #29511 and the general default change to SQLExceptionSubclassTranslator in 6.0, it would be helpful for typic...

Spring check file with realPath is existing

26707 .Tomcat's StandardContext.getRealPath(String path) will return non null value when the file actually not exists.So...

Spring RSocket (Kotlin) Fire and Forget - Missing 'rsocketResponse'

I'm trying to make example chat application and I'm getting strange error when using fire-and-forget from my ReactJs rso...

Spring Allow specifying of CoroutineContext in invokeSuspendingFunction

In case someone needs to specify default CoroutineContext for allWebMvc calls, he can use this trick. If we can specify ...

Spring Allow overriding invokeSuspendingFunction

In case someone needs to specify default CoroutineContext for allWebMvc calls, he can use this trick. If we can override...

Spring Passing attributes from WebClient to underlying HTTP library

To be able to enable a more customizable logging of requests we need to be able to pass some attributes from the WebClie...

Spring invoke BeanFactoryPostProcessors with explicit order

BeanFactoryPostProcessor may implement interface Ordered or not , for example: CachingMetadataReaderFactoryPostProcesso...

Spring Support multiple segments in encoded Content-Disposition

According to Rfc6266 / Appendix C.1 RFC 2047 (MIME Part Three: Message Header Extensions for Non-ASCII Text), Section ...

Spring Add new header method #28309

@Overridepublic DefaultRequestBodyUriSpec header(String headerValue) { String[] header = headerValue.split(":&qu...

Spring Fix issues 28298, findAnnotationOnBean finds annotations from a static @Bean method's enclosing class

BugFix: https://github.com/spring-projects/spring-framework/issues/28298Please review, thxComment From: sbrannenSupersed...

Spring 5.2x

创建5.2xComment From: pivotal-cla@csiichao Please sign the Contributor License Agreement!Click here to manually synchroniz...
上一页 下一页
.