Spring Observability of @Async annotated methods does not work

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

OverviewHistorically, @Component stereotype names were only configurable via implicit convention-based annotation attrib...

Spring JdkClientHttpRequestFactory not compatible with BufferingClientHttpRequestFactory in 6.1 M3

In Spring Framework 6.1 M3, using BufferingClientHttpRequestFactory with JdkClientHttpRequestFactory throws an exception...

Spring Optimize for single TransactionSynchronization

Optimize TransactionSynchronizationManager.getSynchronizations() toavoid sorting and ArrayList creation in case of a sin...

Spring fix ColumnMapRowMapper.java #apply Method Result KeyValue Not corresponding

add getColumnValue(Row row, String columnName) Methodchange apply(Row row, RowMetadata rowMetadata) code # 60 # 63 # 64...

Spring Fix Transaction already completed issue

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

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]

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

@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

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

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

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

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

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

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

DescriptionThis commit fixes a performance problem in CachedIntrospectionResults. If multiple threads call CachedIntrosp...

Spring Creating bean with field annotated with @Value("${test.date}") fails

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

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

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

When @Autowired(require=false) on mixed nullability args method, I think IOC container shoud call this method to inject ...
上一页 下一页
.