Nineya
Home
Blog
Spring AbstractMessageListenerContainer documentation and code disagree regarding log level
2025-01-08 17:32:25
2057
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
2025-01-08 17:32:23
322
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
2025-01-08 17:32:20
14263
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
2025-01-08 17:32:12
5698
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
2025-01-08 17:32:09
156
KotlinReflectionParameterNameDiscoverer#getParameterNames(java.util.List<kotlin.reflect.KParameter>) can be optimi...
Spring Reduce the delay used for Coroutines in tests
2025-01-08 17:32:07
124
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
2025-01-08 17:32:05
419
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
2025-01-08 17:32:03
197
Closes gh-30686Remove redundant AssertComment From: sbrannenThis has been merged into main in 374522464610a2e29354d9e1c9...
Spring NullPointerException in reactive TransactionalOperatorImpl
2025-01-08 17:32:01
5008
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
2025-01-08 17:31:58
9096
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
2025-01-08 17:31:56
997
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
2025-01-08 17:31:53
7257
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
2025-01-08 17:31:49
108
See #30654 for background details.Related Issues106142808330654Comment From: sbrannensuperseded by PR #30724
Spring Upgrade to me.champeau.jmh 0.7.1
2025-01-08 17:31:47
125
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
2025-01-08 17:31:44
264
@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
2025-01-08 17:31:41
5692
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
2025-01-08 17:31:39
1109
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
2025-01-08 17:31:36
3218
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
2025-01-08 17:31:34
2156
Courtesy of @wilkinsona https://github.com/snicoll-scratches/lost-target-typeTo reproduce:./gradlew bootJarjava -Dspring...
Spring Missing reflection hint for TypeMappedAnnotation[] in native image
2025-01-08 17:31:31
14596
Compiling a basic Vaadin 24 project usingmvn clean package native:compile -Pproduction -Pnativeworks but when running th...
上一页
下一页
1
…
1340
1341
1342
1343
1344
…
2246
.