mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
579dbc48d7
KClass instantiation in CoroutinesUtils is suboptimal, and should be replaced by KTypes#isSubtypeOf checks using pre-instantiated types for Flow, Mono and Publisher. This commit impact on performances is significant since a throughput increase between 2x and 3x has been measured on basic endpoints. Closes gh-32390