Skip to content

Add awaitEntityWithRetry Kotlin extension to WebClient.ResponseSpec#36808

Closed
dmitrysulman wants to merge 1 commit into
spring-projects:mainfrom
dmitrysulman:gh-36771
Closed

Add awaitEntityWithRetry Kotlin extension to WebClient.ResponseSpec#36808
dmitrysulman wants to merge 1 commit into
spring-projects:mainfrom
dmitrysulman:gh-36771

Conversation

@dmitrysulman

Copy link
Copy Markdown
Contributor

Fixes #36771

See spring-projects#36771

Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 14, 2026
@dmitrysulman

Copy link
Copy Markdown
Contributor Author

@sdeleuze just wanted to check if this PR is relevant or should I close it?

@sdeleuze sdeleuze added this to the 7.0.9 milestone Jul 16, 2026
@sdeleuze

Copy link
Copy Markdown
Contributor

Sorry for the delay, I think it makes sense, so scheduling it for 7.0.9.

@sdeleuze sdeleuze self-assigned this Jul 16, 2026
@sdeleuze sdeleuze added type: enhancement A general enhancement theme: kotlin An issue related to Kotlin support in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 16, 2026
@sdeleuze sdeleuze closed this in 27aa9e4 Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: web Issues in web modules (web, webmvc, webflux, websocket) theme: kotlin An issue related to Kotlin support type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebClient.ResponseSpec.awaitEntity() prevents use of Reactor operators like retryWhen due to eager subscription

3 participants