Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively boxing Kotlin nested value classes in CoroutinesUtils #34682

Closed

Conversation

dmitrysulman
Copy link
Contributor

This PR is a follow-up to #34592.

Unfortunately #34592 does not fully resolve the original issue (#34458), as the invocation of suspended functions occurs in CoroutinesUtils which was not addressed in that PR.

While #33630 may eventually eliminate this logic duplication, it's still worthwhile to add recursive boxing to CoroutinesUtils in the meantime.

This commit is a follow-up to spring-projects#34592. It introduces recursive boxing of
Kotlin nested value classes in CoroutinesUtils.

Signed-off-by: Dmitry Sulman <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 29, 2025
@sdeleuze sdeleuze self-assigned this Mar 31, 2025
@sdeleuze sdeleuze added type: enhancement A general enhancement theme: kotlin An issue related to Kotlin support and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 31, 2025
@sdeleuze sdeleuze added this to the 6.2.6 milestone Mar 31, 2025
@sdeleuze sdeleuze added the in: core Issues in core modules (aop, beans, core, context, expression) label Mar 31, 2025
sdeleuze pushed a commit to sdeleuze/spring-framework that referenced this pull request Mar 31, 2025
This commit is a follow-up to spring-projectsgh-34592. It introduces recursive
boxing of Kotlin nested value classes in CoroutinesUtils.

Signed-off-by: Dmitry Sulman <[email protected]>
Closes spring-projectsgh-34682
@sdeleuze sdeleuze closed this in fbaeaf1 Apr 1, 2025
@sdeleuze
Copy link
Contributor

sdeleuze commented Apr 1, 2025

Merged, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) 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.

3 participants