Spring Unable to add custom header when upgrading Spring Boot version from 3.3.4 to 3.3.5

Hi team,The below code is worked with 3.3.4 but it's not working after upgrading the Spring boot version to 3.3.5. publi...

Spring Emit warning when ThreadPoolTaskScheduler is unable to meet task delay

It seems like a pretty common gotcha for applications with more than one type of scheduled task to run into issues when ...

Spring DefaultClientRequestObservationConvention generates uri tag with incorrect value for a URL of format 'https://server'

When RestTemplate accesses a URL of format 'https://server' generated http client requests metrics get uri tag of value ...

Spring Merge pull request #1 from spring-projects/main

syncComment From: pivotal-cla@Duolaimon Please sign the Contributor License Agreement!Click here to manually synchronize...

Spring Remove "Spring Boot will auto-configure beans with the observation registry" from document

it should be in the Spring Boot reference doc.See https://github.com/spring-projects/spring-framework/pull/33857#issueco...

Spring I want to modify the webclient to a single instance. Why does it display timeout after modification

The original configuration@Configurationpublic class WebClientConfig {/** * 配置 webClient json 映射为 snake_case * * @param ...

Spring Document LazyConnectionDataSourceProxy setup for routing datasource to act on transaction definition read-only flag

Kaan Ozdokmeci opened SPR-16876 and commentedIn org.springframework.transaction.support.AbstractPlatformTransactionManag...

Spring Java 17, aop and hibernate class issue of named module class type error

In Java 17 and spring mvc application, with xml configuration files, I called org.hibernate.query.Query in aop, getti...

Spring Revise documentation for SpEL PropertyAccessor and IndexAccessor APIs regarding ordering

OverviewThis is a follow-up to #33861 to ensure that the Javadoc for TargetedAccessor, PropertyAccessor, and IndexAccess...

Spring SpEL PropertyAccessor ordering for supertype and generic matches does not adhere to contract

OverviewThe PropertyAccessor SPI in the Spring Expression Language (SpEL) defines a getSpecificTargetClasses() method wh...

Spring HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable

Workaround https://github.com/spring-projects/spring-security/issues/15989#issuecomment-2442660753HttpHeaders.writeableH...

Spring HttpServiceProxyFactory should omit optional @RequestParam if converted from null to empty string

Spring version: 6.1.14When using HttpServiceProxyFactory, we can define request parameters as optional, so that a value ...

Spring Use optimistic locking where possible in ResponseBodyEmitter

Use CAS instead of synchronized to set the complete state.Reduce the synchronized range added by the callback function.C...

Spring Bug in HttpHeaders class. Headers are not mutated properly in constructor

There is a serious bug in org.springframework.http.HttpHeaders in the following constructorpublic HttpHeaders(MultiValue...

Spring Application Events for batch processing

ContextPublishing an event is typically done on a per object basis. However, this makes the listener of an application e...

Spring Add coroutine extensions for RowsFetchSpec in Spring WebFlux

Hello Spring Team,I’m excited to submit this contribution, which adds coroutine-friendly extensions to enhance Kotlin su...

Spring Improve iteration methods in native headers to MultiValueMap adapters

In 6.1, HttpHeaders can be constructed from a native container/server's HTTP headers implementation by wrapping these va...

Spring Document that circular dependencies should be avoided in AOT mode

Add a new subsection to the Best Practices section to explain that circular dependencies should be avoided for AOT-procc...

Spring AsyncRequestNotUsableException thrown and logged after upgrade from Spring Boot 3.2.3 to Spring Boot 3.2.4

Hiafter upgrading to spring boot 3.2.4 from 3.2.3 our applications start logging this exception over and over (I suspect...

Spring Fix XML bean reference example in reference manual

spring-framework.pdfPage : 32 (33)In the equivalent code snippet for idref element property is wrongly set using the val...
上一页 下一页
.