mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d990449b0d
Prior to this commit, the reactive Scheduled tasks would be wrapped as a `SubscribingRunnable` which does not implement a custom `toString`. This would result in task metadata using the default Java `toString` representation for those. This commit ensures that the bean class name and method name are used for this `toString`. Closes gh-34010