Spring Fix Javadoc typo in PathMatchConfigurer#setUseSuffixPatternMatch

fix the java doc because in 5.3.x the default is set to false see this issue https://github.com/spring-projects/spring-...

Spring @ModelAttribute name attribute is not supported in WebFlux

While reviewing #28422, I noticed that the name attribute in @ModelAttribute is not supported in WebFlux.This is because...

Spring Fix BindingResult error when ModelAttribute has custom name in WebFlux

I guess this part of the code is trying to get the ModelAttribute annotation from the BindingResult parameter itself ins...

Spring Add byte[] to supported types in SimpleJmsHeaderMapper

See more info in the https://github.com/spring-projects/spring-integration/issues/3788 and its related PR.For consistenc...

Spring Add Throwable functional interfaces

Within the framework and portfolio projects we often need to deal with checked exceptions inside the body of a Function,...

Spring Add position variant of ObjectUtils.addObjectToArray

Currently ObjectUtils.addObjectToArray only allows you to add an element to the end of the array. With #28414 we need to...

Spring Allow Class to be specified as attribute for @DependsOn [SPR-10396]

Neale Upstone opened SPR-10396 and commentedAn advantage of using Java config is that we get type-safe checking wiring a...

Spring WritableResource doesn't have parity with Resource in @Value etc. [SPR-10656]

Dave Syer opened SPR-10656 and commentedUsers can (and often do) inject Resource instances using placeholders and patter...

Spring Upgrade to ASM 9.3

ASM 9.3 has been officially released in the meantime, with a few late code style commits not reflected in our fork yet. ...

Spring Check that nullable annotations are from org.springframework.lang

It's quite easy to accidentally import the wrong @Nullable annotation. We can add a checkstyle rule to make sure it does...

Spring Support for Jakarta Concurrency 3.0

Jakarta EE 10 includes several significant additions to the Jakarta Concurrency API, including a jakarta.enterprise.conc...

Spring Fix typo in reference docs regarding RequestMappingHandlerAdapter

This PR fix a typo in referece docs.A list of HttpMessageConverter's are registered as this.messageConverters in the con...

Spring Remove Log4J configurer from package-info.java in spring-core

Remove Log4J configurer from package-info.java as Log4jConfigurer has been removed sicne spring5.0.x. Comment From: sbra...

Spring Remove Log4J initialization from package-info.java in spring-web

Remove Log4J initialization from package-info.java as Log4jConfigListener and Log4jWebConfigurer have been removed from ...

Spring Enhance RestTemplate to support PATCH out of the box [SPR-15347]

Peter Luttrell opened SPR-15347 and commentedThe PATCH HTTP method (rfc5789) is gaining popularity. In fact, Spring Data...

Spring FormHttpMessageConverter should not have a dependency on the Jakarta Mail API

When working with multipartCharset the FormHttpMessageConverter uses the MimeUtility.encodeText method.This forces a dep...

Spring a

Comment From: pivotal-cla@guyukou Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring wrong list of http methods when making a preflight request

Affects: 5.3.19Steps to reproduce1. start following code:@SpringBootApplicationclass OptionsBugDemoApplicationfun main(a...

Spring Move class Operation into package org.springframework.expression.spel.ast, class SpringVersion into package org.springframework.lang.

Hi, @snicoll @poutsma Issue DescriptionPackage org.springframework.expression, org.springframework.core are a promiscuo...

Spring Improve tests and Javadoc on binding to a property of type javax.servlet.Part

When a controller obtains files from multipart requests,there is an inconsistency when jakarta.servlet.http.Part type is...
上一页 下一页
.