Skip to content

Conversation

trollfaceiv
Copy link

Clarify that the runnable associated with a Task may be wrapped by the framework (for scheduling or observability). The runnable returned by getRunnable() is the one to execute, and it may differ from the original instance supplied by the user.

Closes #35394

Clarify that the runnable associated with a Task may be wrapped by the
framework (for scheduling or observability). The runnable returned by
getRunnable() is the one to execute, and it may differ from the
original instance supplied by the user.

Closes spring-projects#35394

Signed-off-by: Gennaro Rascato <[email protected]>

fix

Signed-off-by: Gennaro Rascato <[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 Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged or decided on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Task Javadoc about Runnable wrapping
2 participants