spring-framework
spring-framework copied to clipboard
Spring Framework
Enhancement Request Description: I found spring docs for TaskExecutor currently lacks detailed information regarding the usage of TaskDecorator. Proposed Solution: Add a section in the Spring documentation under the TaskExecutor...
The built-in handling of resources in Spring MVC and WebFlux gets updated occasionally, but the functional programming model hasn't stayed up-to-date. Those should be functionally equivalent where it makes sense.
We have been tracking rather strange & random failures in our application: eventually, after many browser closed (and/or page refresh), our SSE event flux would not be sending anything anymore...
Hi, all Faced with issue related to all version of spring-jms. When spring-jms configuration with BackOf and app try to close application context after retry (jms do retry to established...
**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** opened **[SPR-15438](https://jira.spring.io/browse/SPR-15438?redirect=false)** and commented Originally raised [with Spring Boot](https://github.com/spring-projects/spring-boot/issues/6217) the `org.springframework.jdbc.datasource.init.ScriptUtils#splitSqlScript` method cannot deal with semicolons that are part of a stored procedure. For example: ```sql CREATE FUNCTION...
Developers of Spring applications on the JVM are typically accustomed to being able to do advanced configuration at runtime with mechanisms like Spring profiles. Ahead-Of-Time transformations and GraalVM native image...
Spring Cloud recently upgraded to boot 3.4.0-M1 and I came across an interesting regression. Spring Cloud Gateway has various filters that work on http headers. After upgrading to framework 6.2.0-M6...
**Affects:** 6.0.x, 6.1.x --- From 5.3.x to 6.0.x, the implementation of filesystem-searching in `PathMatchingResourcePatternResolver` was changed from a recursive call to `java.io.File.listFiles()` to a single call to `java.nio.file.Files.walk(rootPath)`. This changed...
**Affects:** 6.x.x Similarly the following issue https://github.com/spring-projects/spring-framework/issues/28398, it would be great to have the same support when using kotlin serialization as implemented for [Jackson](https://github.com/spring-projects/spring-framework/commit/ce568468aed09147e335b5d5a717e1b2dac581a8). ---