mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
As of reactor/reactor-core#2188, `DirectProcessor` variants are deprecated. This commit replaces them with the new `FluxIdentityProcessor` variant. See gh-25085