Nineya
Home
Blog
软著申请
Spring Update documentation for <context:annotation-config/>
2025-01-08 04:25:54
858
The official documentation contains incorrect description on <context:annotation-config/>:1) No RequiredAnnotation...
Spring @Transactional support for coroutines in WebMVC + JDBC projects
2025-01-08 04:25:51
2326
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
2025-01-08 04:25:48
1162
Spring Boot has had a PR raised to add PrematureCloseException to our AbstractErrorWebExceptionHandler (see https://gith...
Spring Fix javadoc link syntax
2025-01-08 04:25:45
164
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
2025-01-08 04:25:40
4183
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
2025-01-08 04:25:32
8435
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
2025-01-08 04:25:29
7968
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
2025-01-08 04:25:27
4953
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?
2025-01-08 04:25:24
947
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
2025-01-08 04:25:21
872
@Aspect@Component@Order(Ordered.HIGHEST_PRECEDENCE)public class TestTwoAop { @Around("@annotation(aopAnnoTwo)&qu...
Spring Spring Boot 2.4.* and Java 11
2025-01-08 04:25:19
4615
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].
2025-01-08 04:25:15
3000
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
2025-01-08 04:25:13
1045
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()
2025-01-08 04:25:10
211
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.
2025-01-08 04:25:07
2134
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
2025-01-08 04:25:04
1515
Affects: 5.2.8-RELEASEIt seem that if there are an exception throw by a TransactionSynchronization.beforeCommit the tran...
Spring RestTemplate.exchange meet NPE
2025-01-08 04:25:01
10193
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
2025-01-08 04:24:57
2040
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
2025-01-08 04:24:37
2042
Created awaitBodyOrNull function to handle empty bodysuspend inline fun <reified T : Any> WebClient.ResponseSpec.a...
Spring BridgeMethodResolver#isBridgeMethodFor return incorrect result for kotlin code in certain circumstance
2025-01-08 04:24:34
3150
Affects: v5.3.4In kotlin, non-nullable Int is compiled to java primitive type int, this cause the condition candidatePar...
上一页
下一页
1
…
1511
1512
1513
1514
1515
…
2246
.