Spring Fix R2dbcTransactionManager debug log: don't log a Mono

Motivation:There's an issue when logging the current connection inside R2dbcTransactionManager#doBegin :the mono object ...

Spring Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS

This commit takes rfc8297 into account and introduces a newer code 103HttpStatus value which uses Early Hints as the mor...

Spring Enhancement: Autowiring with qualifiers as arguments to bean generator

Sorry if bad formatted or explained, it is my first issue in a third party project.Recently I've been dragged in the wor...

Spring MappingJackson2HttpMessageConverter @Bean not injected to RequestMappingHandlerAdapter as expected

Affects: 2.7.x Configuration of Jackson is only done with this configuration class:@Configurationpublic class MiscConfig...

Spring Combined class and method @RequestMapping without patterns should match root path as both "" and "/"

Trailing slash matching was deprecated for 6.0 and the default changed to false. The motivation, as discussed in #28552,...

Spring java.lang.NoSuchMethodError: ResponseEntity.getStatusCode() when running code built with Spring 5.x on Spring 6.x

Affects: 6.0.x - tested with 6.0.4The signature of ResponseEntity#getStatusCode was changed in Spring Framework 6.x - it...

Spring Controller with Kotlin inline function fails at runtime in native image

I have a sample spring-boot kotlin app that uses RuntimeHintsRegistrar to register a few classes (Kotlin Data class and ...

Spring Wrong default name of the JMS subscription

I have a Spring application that uses annotation driven JMS listeners, i.e. I have some classes with methods annotated w...

Spring Checkstyle has been improved in SpellCheckService.java file

Checkstyle has been improved in SpellCheckService.java fileComment From: mdeinumFeels like an attempt to get https://git...

Spring Documentaion updated in AbstractMergedAnnotation.java file

Issue solved for #29806 Comment From: bclozelThe public methods are already documented in the parent type. As for the pr...

Spring There should be more proper documentation for the the file AbstractMergedAnnotation.java

Affects: \Comment From: bclozelClosing in favor of #29807

Spring Avoid wasted memory on empty maps and sets

Empty LinkedHashMaps waste quite a lot of memory (250kb) for a medium size projectThe PR introduces a simple fixA screen...

Spring Use new Java features (switch expressions, text blocks, new JDK methods)

Converted few cases where new switch statements/expressions make the code more readable.Few cases of multi line strings ...

Spring @ModelAttribute(binding=false) is not honored with WebFlux

Given...public class User { private String name; public String getName() { return this.name; } public...

Spring ConsumesRequestCondition should cache the parsed Content-Type

ProducesRequestCondition saves the parsed Accept header in a request attribute, which is then cleared after all request ...

Spring @Configuration classes with Kotlin in native-image are broken

This happens only in a native image. I have this configuration:@Configuration(proxyBeanMethods = false)class MyConfigura...

Spring Add HttpHeaders constructor with single value Map

Added constructor for HttpHeaders that accepts a Map.This is useful in tests where we don't need to do a two step creati...

Spring spring-boot-starter-validation throw index out of range exception when use kotlin

Affects: \6.0.3my controller have an @Validated annotation, when i invoke the action, it throw an errorjava.lang.ArrayIn...

Spring Allow MockRestServiceServer to validate requests but actually obtain response via HTTP call

For the cases when using MockRestServiceServer on an integration test, I think we could benefit having some options to m...

Spring Add ExecutingResponseCreator to delegate request and response

This commit adds a new convenience ResponseCreator implementation thatdelegates to a ClientHttpRequestFactory to perform...
上一页 下一页
.