Spring Document Spring Annotation Programming Model in the Wiki [SPR-11515]

Sam Brannen opened SPR-11515 and commentedStatus QuoOver the past several releases, the Spring Framework has continually...

Spring Improve read publisher cancel handling to avoid connections in CLOSE_WAIT state with WebSocket on Tomcat

There are a couple cases where using WebSockets with WebFlux on Tomcat can leave connections in a CLOSE_WAIT state after...

Spring Retry mechanism for system connection to remote message broker fails [SPR-17548]

ori v opened SPR-17548 and commentedHello,I am using the spring websocket relay broker feature, where ActiveMQ is my mes...

Spring The methodCache in AdvisedSupport doesn't work for the first time

The methodCache in AdvisedSupport doesn't work for the first time,because the following method will create a new Advised...

Spring Fix RestClient to use defaultRequest on RestClient.Builder

Closes gh-32028MotivationOn #32028 , we found that DefaultRestClientBuilder.defaultRequest(...) doesn't do anythingCause...

Spring DefaultRestClientBuilder.defaultRequest(...) doesn't do anything

DefaultRestClientBuilder.defaultClient(Consumer<RestClient.RequestHeadersSpec<?>>) can be used to set a prop...

Spring HandlerMethod$HandlerMethodParameter#getParameterAnnotations method may be throw java.lang.ArrayIndexOutOfBoundsException: -1

version:org.springframework:spring-web:5.1.4.RELEASEorg.springdoc:springdoc-openapi-webmvc-core:1.4.8Exception stack:jav...

Spring Some beans are not woven anymore by AspectJ Load Time Weaving in Spring 5.2.1 Web Application

Having switched web application with XML spring configuration from Spring 5.1.11 to Spring 5.2.1 some beans are not wove...

Spring Reinstate links to JUnit 5 Javadoc APIs using JDK 18+

As a follow up to #27480 (see commit 030ba52805a7c513fa196e97d54543b6e3972cae), we need to determine why we cannot confi...

Spring Tests using jsonPath wrongly use formatted arguments as the expected value

Several tests in our test suite uses the .jsonPath(String expression, Object...args) to evaluate the value of a field a...

Spring resp.bodyToFlux is empty when use it in flatmap

Affects: \<6.0.15>The code is below,1. return a Flux object wrapped response in the exchangeToFlux block2. use res...

Spring Cross-post: Controller code using Unconfined Dispatcher

I have a simple controller as below in my spring-webflux application, @GetMapping("/ping") suspend fun p...

Spring Why does delaySequence() with concatMap() behaves like delayElements() in Flux?

QuestionWhy does delaySequence() with concatMap() behaves as delayElements(), so the delay occurs between each elements?...

Spring Fix HttpExchange is found from not declaring class

It might be common to composite HTTP interfaces like:@HttpExchange("/v1")interface V1Api { ... }@HttpExchange(...

Spring Malformed url "nested" after compile using proguard

Affects: \Need help proguard configuration to success run the spring web server.proguard.pro-verbose-ignorewarnings#-don...

Spring 5.3.x

20240125Comment From: pivotal-cla@mxc2018 Please sign the Contributor License Agreement!Click here to manually synchroni...

Spring Breaking change in ResponseEntity.getStatusCode() breaks lots of code

Affects: Spring Framework 6.0.13The change to ResponseEntity.getStatusCode() returning the HttpStatusCode interface inst...

Spring Allow NamedParameterJdbcTemplate to optionally include parameters in comments of SQL

NamedParameterJdbcTemplate skips parameters in comments by the logic in NamedParameterUtils.parseSqlStatement(String sql...

Spring Improve SimpleAliasRegistryTests

OverviewThis is a followup to #31348.As stated in the TODO in SimpleAliasRegistryTests, the resolveAliasesWithComplexPla...

Spring How does rsocket get the RSocketRequester according to the key in the context

How does rsocket get the RSocketRequester according to the key in the context?I'm using rsocket. I want to get the reque...
上一页 下一页
.