Spring Update copyright headers in spring-test

I changed the copyright date,I hope it will help you with the spring framework!Comment From: pivotal-cla@Yaklede Please ...

Spring Rest Client, automatically set content-length of body on put/post

Put call that fails with 400:restClient.put() .uri("/tickets/$ticketId") .conten...

Spring Avoid nested constructor data binding if there are no request parameters

Note: I also raised this topic as a SO question: https://stackoverflow.com/q/77645476/827950When attempting to upgrade o...

Spring Add support for reading classes from JPMS modules

Consider the following situation. JPMS application with layer tree. In Module X on Layer C it is necessary to create Sp...

Spring No tracing context when processing ClientResponse body

When processing ClientResponse body, tracing context is missing.One of many way to reproduce it:clientResponse.mutate()....

Spring WebClient toBodilessEntity loses tracing context in Spring WebFlux 3.0.5

Hi,I'm diagnosing a production Spring WebFlux 3.0.5 bug where certain requests are losing their tracing context and I've...

Spring RestClient vs. RestTemplate regarding null request params

Affects: \6.1.1RestClient exchange configuration for null valuesI'm trying to use spring-boot 3 new feature of Exchange ...

Spring Convert args to Kotlin value class in CoroutinesUtils

Currently, IllegalArgumentException occurs when Kotlin suspend function with value class parameters in proxied class is...

Spring Improve error message when using reserved bean name

Affects: v6I created a TransactionManager forgetting that there was already a default bean with this name. From the erro...

Spring Support Kotlin value (JvmInline) classes as suspend handler method arguments

Affects: Spring Framework 5.3.9, Spring Boot 2.5.4Using a @JvmInline value class as a handler method argument fails with...

Spring Combine if-statements in ScopedProxyBeanDefinitionDecorator

This pull request simplifies the code and makes it more readable by combining two conditions into a single statement usi...

Spring Small code doc suggestion for BeanFactoryDefinitionRegistryPostProcessor

I was trying to understand the bean factory post processing logic but it was hard to understand the difference between a...

Spring SpEL expression on a reloadable type can no longer be resolved

Starting with Boot 3.1.6/Framework 6.0.14, the following SpEL expression fails to resolve the referenced type, but only ...

Spring AnnotatedElementUtils.getMergedRepeatableAnnotations does not return meta annotations on repeatedly-annotated class

We use a meta-annotation @As400Sql for the annotation @Sql. It is repeatable.We annotate DoubleAnnotatedClass.class with...

Spring Replaces methods that will be deprecated by gradle (project.buildDir -> project.layout.buildDirectory)

Replaces methods that will be deprecated by gradleReference- gradle 8.5 official documentation - Upgrading version 8.x t...

Spring PostConstruct annotation should be taken from javax.annotation-api

Hi,I've created a Spring project, and created a bean and added lifecycle method annotated with PostConstruct.According t...

Spring Add tests for SpEL expressions on Kotlin suspending function parameters

Referencing parameter names in SpEL expressions fails when using Kotlin suspending functions.For example@Cacheable(cache...

Spring Add IntegerHttpMessageConverter and LongHttpMessageConverter

Affects: all versionsSpring already has the very nice StringHttpMessageConverter.Sometimes it can be good to add simple...

Spring Enhancements to Utility Classes: Constructor Hiding, Readability Improvements, and Loop Optimizations

This pull request introduces several enhancements to the utility classes:Constructor Hiding: Default constructors have b...

Spring Fixed doc format.adoc

Remove a new line on the doc for styling problems documentComment From: pivotal-cla@vicheanath Please sign the Contribut...
上一页 下一页
.