Nineya
Home
Blog
Spring Observability of @Async annotated methods does not work
2025-01-08 17:59:44
6407
Here is an example how we can configure Spring if we want to observ the async methods: @Bean(name = "taskExecuto...
Spring Deprecate convention-based @Component stereotype names in favor of @AliasFor
2025-01-08 17:59:41
1228
OverviewHistorically, @Component stereotype names were only configurable via implicit convention-based annotation attrib...
Spring JdkClientHttpRequestFactory not compatible with BufferingClientHttpRequestFactory in 6.1 M3
2025-01-08 17:59:39
2084
In Spring Framework 6.1 M3, using BufferingClientHttpRequestFactory with JdkClientHttpRequestFactory throws an exception...
Spring Optimize for single TransactionSynchronization
2025-01-08 17:59:36
552
Optimize TransactionSynchronizationManager.getSynchronizations() toavoid sorting and ArrayList creation in case of a sin...
Spring fix ColumnMapRowMapper.java #apply Method Result KeyValue Not corresponding
2025-01-08 17:59:29
1257
add getColumnValue(Row row, String columnName) Methodchange apply(Row row, RowMetadata rowMetadata) code # 60 # 63 # 64...
Spring Fix Transaction already completed issue
2025-01-08 17:59:27
1819
I have encountered an issue when using Reactive Transactions with PostgreSQL in Serialized Isolation mode, that when com...
Spring Websocket with @MessageMapping with Kotlin coroutines is throwing error
2025-01-08 17:59:24
8095
Affects: \6.0.11Kotlin: 1.9.0When trying to use @MessageMapping with suspend Kotlin error is thrown when processing requ...
Spring HandlerMethodArgumentResolver support for meta-annotations [SPR-10760]
2025-01-08 17:59:21
2335
Rob Winch opened SPR-10760 and commentedWhen using @Autowire, custom @Value annotations can be created to help with reus...
Spring Support @PathVariable, @RequestHeader, etc. as meta-annotations
2025-01-08 17:59:19
1478
@PathVariable (and others) should be useable on annotations (like @RequestMapping). With that it would be possible to cr...
Spring Support @RequestHeader and @RequestParam as meta-annotations
2025-01-08 17:59:16
601
Affects: 5.3.18Within my project, almost all endpoints receive the user-agent header like so:@RequestHeader("User-A...
Spring Move blocking writeResource operation to boundedElastic
2025-01-08 17:59:13
643
Hi! 🙂 We detected a blocking call in http-codec module with the help of BlockHound:This PR fixes the blocking code so th...
Spring BeanDefinitionDsl composition
2025-01-08 17:58:55
492
Added new beans method to BeanDefinitionDsl, to allow nesting beans definitions. Currently it's not possible.Comment Fro...
Spring Adding Reminder Information to websocket doc
2025-01-08 17:58:53
539
I didn't use SockJS when I first started using Stomp, but the entire document used this option, which caused me to be un...
Spring Add example of buffering with WebClient to the reference documentation
2025-01-08 17:58:50
444
The code samples in #26489 are very useful and I keep coming back to them. Recently I forgot the exact title and spent a...
Spring NoUniqueBeanDefinitionException should make sure beansNameFound is serializable
2025-01-08 17:58:47
1304
Seen in Spring 5.3.18. LinkedHashMap.keySet() tends to return a java.util.LinkedHashMap$LinkedKeySet instance, which is ...
Spring Fix a performance problem in CachedIntrospectionResults
2025-01-08 17:58:45
1489
DescriptionThis commit fixes a performance problem in CachedIntrospectionResults. If multiple threads call CachedIntrosp...
Spring Creating bean with field annotated with @Value("${test.date}") fails
2025-01-08 17:58:42
10594
Affects: 5.3.21BackgroundTimeZone is Asia/Singaporesnakeyml 1.31spring-boot 2.6.9Codeimport java.util.Date;import lombo...
Spring Fix return value of HandlerMethod is ignored if reason of @ResponseStatus present
2025-01-08 17:58:39
418
See https://github.com/spring-projects/spring-boot/issues/37098#issuecomment-1692958851Comment From: quaffIt breaks test...
Spring Add a unit test for getMostSpecificMethod of ClassUtils
2025-01-08 17:58:37
310
The method getMostSpecificMethod of ClassUtils does not seem to be covered by unit test.Consider adding a unit test meth...
Spring Support method injection when @Autowired(require=false) is used on mixed nullability args
2025-01-08 17:58:34
2206
When @Autowired(require=false) on mixed nullability args method, I think IOC container shoud call this method to inject ...
上一页
下一页
1
…
1313
1314
1315
1316
1317
…
2246
.