Spring AbstractMessageListenerContainer documentation and code disagree regarding log level

ProblemThe documentation for AbstractMessageListenerContainer says it will log any such exception at the error level, bu...

Spring Change AsciiDoctor command with Antora in contributing.md

AsciiDoctor has been removed in april but the contributing.md still shows it as the command to build documentation. http...

Spring Bean validation doesn't work on Kotlin coroutines controller parameters

Affects: 5.2.0.RC1when using Kotlin suspend function and Validated annotation, like this.package exampleimport org.spri...

Spring Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime

While Spring Framework 6.0 intends to retain a Servlet 5.0 (Jakarta EE 9) baseline for the time being, there is a breaki...

Spring Optimize KotlinReflectionParameterNameDiscoverer

KotlinReflectionParameterNameDiscoverer#getParameterNames(java.util.List<kotlin.reflect.KParameter>) can be optimi...

Spring Reduce the delay used for Coroutines in tests

Some tests are using delay(10), other delay(1). We should use consistently delay(1) everywhere to get faster test execut...

Spring Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object

In order to avoid potential compatibility issues when Reactive Streams dependency is not in the classpath (it is not a m...

Spring Remove redundant assertion in ReactorServerHttpResponse constructor

Closes gh-30686Remove redundant AssertComment From: sbrannenThis has been merged into main in 374522464610a2e29354d9e1c9...

Spring NullPointerException in reactive TransactionalOperatorImpl

I have used spring-tx for a while. I just upgraded the version into 6.0.9. But some of my tests, which were passed befor...

Spring Springboot 3.1 native and Hibernate 6.2.2 regression

Hi,Here is my configuration: Version 3.1.0 of Springboot (reactive), native generation, MacOS ARM-M1, OpenJDK Runtime En...

Spring Document that RowCallbackHandler can be used with NamedParameterJdbcTemplate

About the javadoc for the RowCallbackHandler interface, currently it indicates at the beginning:An interface used by Jdb...

Spring Add support for private init/destroy methods in AOT mode

MotivationIn AOT mode, if the init/destroy methods are private and auto-discovered thanks to an annotation, the generate...

Spring private init/destroy methods are not supported in AOT mode

See #30654 for background details.Related Issues106142808330654Comment From: sbrannensuperseded by PR #30724

Spring Upgrade to me.champeau.jmh 0.7.1

This PR upgrades me.champeau.jmh Gradle plugin to 0.7.1.Comment From: sbrannenThis has been merged into 6.0.x and main.T...

Spring Fix link text from "null" to "Component Classes" in Testing chapter

@pivotal-cla This is an Obvious FixThis fixes the text of a link with the value "null" to "Component Classes".Comment Fr...

Spring Transaction Synchronization with multiple resources and transaction managers not working

I have three different sources to which I want to send information:An Oracle database, related to a JpaRepository.A Mong...

Spring Dead code found in ReactorServerHttpResponse constructor

Is the not null assertion necessary here? It seems like a dead code.In org.springframework.http.server.reactive.Reactor...

Spring Space in integer request parameter neither triggers the default value nor generates a 400

Affects: spring-web 5.3.22ExpectationGiven an endpoint with an Integer parameter named limit with a default value of 10,...

Spring Explicit BeanDefinition#targetType is not honoured in AOT scenarios

Courtesy of @wilkinsona https://github.com/snicoll-scratches/lost-target-typeTo reproduce:./gradlew bootJarjava -Dspring...

Spring Missing reflection hint for TypeMappedAnnotation[] in native image

Compiling a basic Vaadin 24 project usingmvn clean package native:compile -Pproduction -Pnativeworks but when running th...
上一页 下一页
.