Spring Revisit default lifecycle phases and timeouts (e.g. for ThreadPoolTaskScheduler)

A recent case in Spring Integration and scenarios as shown in #32109 suggest that we should revisit our default lifecycl...

Spring ContentCachingResponseWrapper no longer honors Content-Type and Content-Length

Backport of gh-32317Comment From: sbrannenFixed via 380f5d5ea470782d2025aef770c4e1c1237471dcComment From: sbrannenReopen...

Spring ContentCachingResponseWrapper no longer honors Content-Type and Content-Length

Backport of gh-32317Comment From: github-actions[bot]Fixed via ca602ef8743168f4db49488c3778b3d897d780ceComment From: sbr...

Spring Asynchronous initialization of beans during startup [SPR-14920]

Antonio Anzivino opened SPR-14920 and commentedSome projects take a few minutes to start up because of I/O operations re...

Spring Send Subscription Information in SessionUnsubscribeEvent [SPR-17107]

Marcus Held opened SPR-17107 and commentedI'd like to have more information of the subscription in the SessionUnsubscrib...

Spring Unable to use kotlin value classes as function arguments to functions mapping web endpoints

I've encountered a bug in Spring Framework version 6.1.0 related to Kotlin value classes in web endpoints. The issue ari...

Spring SpringFramework Upgrade is causing MongoDB driver to throw CodecConfigurationException

Issue DescriptionI'm currently in the process of upgrading several libraries in my project:org.mongodb:mongodb-driver-le...

Spring Improve Spring AOP performance for methods without specific advice

Affects:5.3.xWe have a high-volume, latency-sensitive, customer-facing web application built on Spring MVC. Performance...

Spring Add MediaType for CSV

Hi,can we have an entry added to org.springframework.http.MediaType for comma-separated values, i.e text/csv ?Best rega...

Spring With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory)

Affects: 6.1.4SummaryWith value referenced from property file in XMLConfig, if a bean-defined class has an overloaded se...

Spring In spring-webflux parameters of a MediaType are not respected

Affects: \When defining a RouterFunction like:fun route() = RouterFunctions.route( GET("/test").and(ac...

Spring Efficient type matching support for large number of beans [SPR-17528]

Rahul Shinde opened SPR-17528 and commentedDuring profiling the application, it was found that around 19% of time was sp...

Spring Improve performance of #getBeanNamesForType() while the BeanFactory configuration is not yet frozen [SPR-13610]

Steffen Ryll opened SPR-13610 and commentedWe have a pretty large ApplicationContext with about 7600 Beans and startup t...

Spring There is an unknown problem with transaction support for reactive projects

DescriptionA simple demo project, using spring boot+webflux+spring data-r2dbc, stress testing, and some requesters hang ...

Spring DefaultMessageListenerContainer should be able to scale down using default config

Affects: 5.3.31the active listener threads do not automatically scale down (using default config)taken code path Default...

Spring Injection points with wildcards are not as lenient as before

Consider the following interface:interface SessionRepository<S extends Session> {}Use as an injection point as fol...

Spring Injection point using ObjectProvider should not apply bean by name fallback for orderedStream

Consider an ApplicationContext with three instances of TestBean named: testBean, anotherTestBean, and someTestBean using...

Spring Upgrade to Spring Framework 6.1 causes null pointer in CoroutinesUtils

We are trying to upgrade to Spring Boot 3.2 (Spring Framework 6.1) from Spring Boot 3.1.5 (Spring Framework 6.0).We are ...

Spring Transactional event listener invoked like standard event listener if @EnableTransactionManagement not active

Assume this simple Boot application:@SpringBootApplication// @EnableTransactionManagementpublic class TxEventListenerApp...

Spring Hibernate native image support broken by HHH-17643

HHH-17643 breaks Spring Framework native image support with Hibernate 6.4.3+ and 6.2.21+ as it breaks the substitution s...
上一页 下一页
.