Spring ReactorNettyClientResponse should not throw exception if no body is available

Environment: Spring Web 6.1.6, Java 17The situation is the same as in #31719, which occurs when using Reactor Netty.The ...

Spring Fix package description for org.springframework.validation.annotation

It seems to have been missed in https://github.com/spring-projects/spring-framework/pull/32532.Comment From: jhoellerTha...

Spring AopUtils#findAdvisorsThatCanApply can be slow with larger number of Aspects

In the application I'm currently working with, there are 7534 beans and 115 AOP aspects. However, I've noticed that the ...

Spring Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1

Use case:During Graceful Shutdown, we rely on scheduled tasks being executed until final shutdown. This works with sprin...

Spring After upgrading to Spring Boot 3.2, WebDataBinder does not work as intended

Affects: Spring Boot 3.2.0+When attempting to upgrade our Spring Boot + Spring Web based REST API from Spring Boot 3.1.1...

Spring Ignore trailing semicolons when parsing Accept-Language header

Something I'm seeing in the wild is a trailing semicolon for Accept-Language headers. Partial example stack trace:java.l...

Spring RestClient cannot use uri domain starting with a number

My request url is http://my-host.1domain:1234/pathif i use RestClient ResponseEntity<BackResponse> response = rest...

Spring ActiveMQ messages for a group are not getting consumed and keeps piling

Affects:spring-jms v5.3.34activemq server v5.16.7Some times messages to a group are not getting dispatched to the consu...

Spring SpEL vararg method invocation fails if string literal contains a comma

Affects: 4.1.2 and upI'm trying to use my own matching functions with spring-expression, but I came across a possible bu...

Spring Parameter based cache keys on repository methods can't resolve after 6.1.2->6.1.3

Affects: 6.1.3A change was made in 6.1.3 to the AopUtils.getMostSpecificMethod and BridgeMethodResolver.getMostSpecificM...

Spring Add Partitioned cookie attribute support for reactive servers

Affects: \spring-web-6.0.12.jarChrome is going to deprecate third party cookies in near future. There are some suggested...

Spring TransactionalEventListener called with open transaction

Affects: spring-tx 5.3.31I have a strange behaviour in my method annotated with @TransactionalEventListener(phase = Tran...

Spring Add execution metadata to scheduled tasks

@enesify requested an enhancement on Spring Boot, where actuator endpoints could provide more information about schedule...

Spring Exception that prevents component scan with REGISTER_BEAN conditions should provide the affected configuration class

Follow-up of https://github.com/spring-projects/spring-framework/issues/23206. As seen in https://github.com/spring-proj...

Spring @Scheduled methods in beans created by FactoryBeans are not cancelled

It looks like, that beans created by FactoryBeans are passed to ScheduledAnnotationBeanPostProcessor.postProcessAfterIni...

Spring OverrideMetadata equals/hashCode should rely on getClass()

equals and hashCode implementations in MockitoSpyBeanOverrideMetadata care about getClass() but shouldn't: https://githu...

Spring Support field name as fallback qualifier for @TestBean, MockitoBean, and MockitoSpyBean

@Qualifier support was recently added for @TestBean, MockitoBean, and MockitoSpyBean fields; however, when the name of t...

Spring Ambiguity in doc

Affects: v6.1.8Hello, I am reading docs happily. It's fantastic.I think I found little something to fix.https://github.c...

Spring DataClassRowMapper cannot find record construcor during native run

Affects: Spring Framework 3.3.0When running an application build with mvn -Pnative package spring-boot:process-aot sprin...

Spring Unexpected bean override / inject behavior

Affects: 6.1.x, partly 5.3.x, 6.0.xSpring Framework 6.1 introduced a change to allow overriding auto-scanned beans silen...
上一页 下一页
.