Spring Lambda proxy generation fix causes BeanNotOfRequiredTypeException

I hit the problem described in https://github.com/spring-projects/spring-framework/issues/27971.Rather than just adding ...

Spring Allow @Async qualifier to be declared with a placeholder or SpEL expression

@Async value attribute cannot be resolved if it is set to a placeholder, such as @Async("${thread-pool.name}").Comment F...

Spring Feature request: @Autowired final variables

Affects: All versionsIn a Java constructor, the JLS requires:* No touching this prior to invoking the superclass constru...

Spring ResponseEntity objects are accumulated in ConcurrentReferenceHashMap

Backport of gh-28232Comment From: vritserCan I PR this issue? and which branch to check out from?Comment From: snicoll@v...

Spring Provide support for post-processing a LocalValidatorFactoryBean's validator Configuration without requiring sub-classing

Affects: 5.3LocalValidatorFactoryBean currently allows the validator Configuration to be post-processed but this require...

Spring Add support for starting a context that has been pre-processed

The counterpart of #28065 is that we need a way to start an ApplicationContext that has been pre-processed. Part of the ...

Spring No HttpMessageReader for "multipart/form-data" and "org.springframework.http.codec.multipart.Part"

Spring : 5.3.12Java : 1.8I'm trying to stream multipart data to another backend service API, which received through Se...

Spring NotWritablePropertyException when attempting to declaratively configure ClassLoader properties

Till now my application is running fine with 5.2.19.RELEASE version but as soon as I update spring framework to 5.2.20.R...

Spring ResponseEntity objects are accumulated in ConcurrentReferenceHashMap

Affects: 5.2.8First of all, sorry for my bad english. If you're hard to understand my sentence, please commentIve been t...

Spring CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17

VersionsSpring Version 5.3.16JDK Version : Eclipse Adoptium Temurin-17.0.2+Overviewcreate some bean (com.alibaba.druid.f...

Spring BeanPropertyRowMapper's support for direct column name matches is missing in DataClassRowMapper

Presently DataClassRowMapper appears to assume that all database columns use snake_caseSay I have a kotlin class like:d...

Spring 警告: [deprecation] AccessibleObject中的isAccessible()已过时

The current environment:Windows10、jdk-11.0.14、IntelliJ IDEA 2021.3.3、Gradle-7.3.3compile spring-framework-5.3.17 encount...

Spring The task ':spring-core:cglibRepackJar' Execution failed !

I was downloaded the source spring-framework-5.3.x and follow the build and export to eclipse seteps,there are no error ...

Spring How do i generate javadoc-api for all spring-framwork?

Affects: \I mean not use the export from IDE on the subject one by one.Thanks I lots!Comment From: JamesLiuftI try gradl...

Spring how can i download 5.3.18 jar ?

Affects: \Comment From: bclozelYou can download JARs from maven central. You can also get a full distribution zip (jars,...

Spring Add support for HEAD methods in Spring's Resource handling

Affects: Spring Web 5.3.18Tested with: Tomcat and JettyTested with: Linux and WindowsI want to download large files (&g...

Spring Automatically clean up multipart temp files

The DefaultPartHttpMessageReader creates temp files that are never deleted. There should be an option to delete these fi...

Spring CronExpression fails to calculate properly next execution when running on the day of daylight saving time (March 27, 2022)

In reference to https://github.com/spring-projects/spring-framework/issues/28095:Affects: Spring Boot 2.6.4 / Framework ...

Spring Fix CVE-2022-22965 in 4.3.x

I would like to contribute and fix CVE-2022-22965 for 4.3.x. Is this possible (branch allows committing, etc) ?If yes, w...

Spring Backports for PropertyDescriptor filtering

Affects: Major and minor versions other than 5.3.xCan we please have the PropertyDescriptor filtering commit https://git...
上一页 下一页
.