It looks like ServerWebExchange
extensions are using the wrong package (org.springframework.web.reactive.server
instead of org.springframework.web.server
).
Current extensions should be deprecated in favor of the new ones created in the right package.