Spring Update documentation for <context:annotation-config/>

The official documentation contains incorrect description on &lt;context:annotation-config/&gt;:1) No RequiredAnnotation...

Spring @Transactional support for coroutines in WebMVC + JDBC projects

I upgraded to Spring Boot 2.4 and Spring 5.3 in my Kotlin Web MVC project after seeing:Support for @Transactional suspen...

Spring Add PrematureCloseException to WebFlux HttpWebHandlerAdapter

Spring Boot has had a PR raised to add PrematureCloseException to our AbstractErrorWebExceptionHandler (see https://gith...

Spring Fix javadoc link syntax

Fix the javadoc @link syntax should in curly braces.Comment From: snicoll@KENNYSOFT good catch and thank you for making ...

Spring Properties resolving in incorrect order during test when using @ActiveProfiles and properties file in dependent jar

Affects: Spring Boot 2.4.4Minimum viable reproducible example can be found here https://github.com/alextadams88/spring-i...

Spring ExceptionHandlerExceptionResolver should support exceptions from any handler

Affects: Spring 5.0.9I have a Spring Boot service where custom JSON error responses are returned for cases like 400, 404...

Spring Bean validation doesn't work with Kotlin coroutine controller

Affects:Spring 5.2.0.M2 Same issue as mentioned hereAdding a @Validated annotation to a coroutine @RestController throw...

Spring Spring 4 ReflectUtil not compatible with jdk16

I maintain a library that has a Spring integration. We of course encourage users to run spring 5, but also run unit tes...

Spring Spring 5.3.x is it a GA version?

As per Maven central repository spring 5.3.x jar are not released As spring framework tells link: https://spring.io/blo...

Spring Binding error with AspectJ @Around advice

@Aspect@Component@Order(Ordered.HIGHEST_PRECEDENCE)public class TestTwoAop { @Around(&quot;@annotation(aopAnnoTwo)&qu...

Spring Spring Boot 2.4.* and Java 11

I have a spring boot java app that I trying to port to Java 11. Perhaps due to module system or usage of "internal" API ...

Spring How to mock @Resource ? . Scenario is using @Resource for preventing @Cacheable to be bypassed when called from another method of the same bean [Using Spring AOP].

Hey everyone,I have a scenario where I have @Cacheable annotation in the Service Layer. One method of this class is call...

Spring Spring Data Hadoop HBase - TableCallback incorrectly referencing HTableInterface instead of HTable

spring-data-hadoop-hbase 2.5.0 has an interface TableCallback with doInTable method. The method takes one parameter tab...

Spring Add @since tag to WebClient.ResponseSpec.awaitBodyOrNull()

This PR adds @since tag to WebClient.ResponseSpec.awaitBodyOrNull() that has been introduced in https://github.com/sprin...

Spring IllegalArgumentException on Spring Web with particular header.

When client request to spring web with header Accept: application/xml, */*, */*, */*, */*, */*, then spring web will mee...

Spring String-transaction Reactive - error on beforeCommit don't rollback transaction

Affects: 5.2.8-RELEASEIt seem that if there are an exception throw by a TransactionSynchronization.beforeCommit the tran...

Spring RestTemplate.exchange meet NPE

After the version was released, i found that the service had problems.When i restart the service, ths service is normal....

Spring webflux sometime slow

i have a service, which invoke a external service and do a query from db, and a insert operation to db, in normal times,...

Spring awaitBodyOrNull function to handle empty body

Created awaitBodyOrNull function to handle empty bodysuspend inline fun &lt;reified T : Any&gt; WebClient.ResponseSpec.a...

Spring BridgeMethodResolver#isBridgeMethodFor return incorrect result for kotlin code in certain circumstance

Affects: v5.3.4In kotlin, non-nullable Int is compiled to java primitive type int, this cause the condition candidatePar...
上一页 下一页
.