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

Upgrade to Spring Framework 6.2.0-M4 #41177

Closed
wilkinsona opened this issue Jun 20, 2024 · 0 comments
Closed

Upgrade to Spring Framework 6.2.0-M4 #41177

wilkinsona opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
status: superseded An issue that has been superseded by another type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

No description provided.

@wilkinsona wilkinsona added the type: dependency-upgrade A dependency upgrade label Jun 20, 2024
@wilkinsona wilkinsona added this to the 3.4.x milestone Jun 20, 2024
@wilkinsona wilkinsona modified the milestones: 3.4.x, 3.4.0-M1 Jun 20, 2024
wilkinsona added a commit that referenced this issue Jun 20, 2024
wilkinsona pushed a commit that referenced this issue Jun 20, 2024
This commit updates MockitoTestExecutionListener to not handle mocks
as this is already done in the listener provided by the core framework,
and registration can only happen once.

Integration tests have been left as-is to validate that the presence
of both listeners doesn't have an unwanted side effect.

See gh-41177
wilkinsona pushed a commit that referenced this issue Jun 20, 2024
Spring Framework wraps `Task` and `ScheduledTask` runnables to collect
and share metadata about task execution and scheduling.
The `ScheduledTasksEndpoint` descriptors were relying on the fact that
tasks would never be wrapped. Spring Framework already wrapped runnables
in various cases, for methods returning `Callable` or reactive types.

This commit makes use of the `toString()` method to describe the
runnable. Runnable implementations can override this method for
displaying purposes on the actuator endpoint.

See spring-projects/spring-framework#24560
See gh-41177
@wilkinsona wilkinsona added type: task A general task status: superseded An issue that has been superseded by another and removed type: dependency-upgrade A dependency upgrade labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants