Nineya
Home
Blog
Spring Unable to add custom header when upgrading Spring Boot version from 3.3.4 to 3.3.5
2025-01-09 00:47:09
31135
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
2025-01-09 00:47:06
559
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'
2025-01-09 00:47:04
366
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
2025-01-09 00:47:01
196
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
2025-01-09 00:46:58
258
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
2025-01-09 00:46:56
30129
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
2025-01-09 00:46:52
7654
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
2025-01-09 00:46:50
3440
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
2025-01-09 00:46:47
261
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
2025-01-09 00:46:45
2501
OverviewThe PropertyAccessor SPI in the Spring Expression Language (SpEL) defines a getSpecificTargetClasses() method wh...
Spring HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable
2025-01-09 00:46:43
5790
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
2025-01-09 00:46:40
5983
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
2025-01-09 00:46:37
1035
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
2025-01-09 00:46:35
2097
There is a serious bug in org.springframework.http.HttpHeaders in the following constructorpublic HttpHeaders(MultiValue...
Spring Application Events for batch processing
2025-01-09 00:46:32
3948
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
2025-01-09 00:46:29
868
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
2025-01-09 00:46:27
1906
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
2025-01-09 00:46:24
413
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
2025-01-09 00:46:22
22312
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
2025-01-09 00:46:19
1109
spring-framework.pdfPage : 32 (33)In the equivalent code snippet for idref element property is wrongly set using the val...
上一页
下一页
1
…
1132
1133
1134
1135
1136
…
2246
.