Not planned
Description
Just a quick note that https://github.com/spring-projects/spring-framework/blob/main/framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc still mentions the handler
Just a quick note that https://github.com/spring-projects/spring-framework/blob/main/framework-docs/modules/ROOT/pages/web/webflux/reactive-spring.adoc still mentions the handler
Activity
[-]Remove references to `JettyHttpHandlerAdapter`[/-][+]Update outdated example that uses `JettyHttpHandlerAdapter` in the reference manual[/+]kssumin commentedon May 10, 2025
Hi! I'd like to work on this documentation issue.
I'll update the outdated
JettyHttpHandlerAdapter
example in the reference manual to reflect current best practices and ensure compatibility with Jetty 12.My plan is to:
I'll submit a PR with the documentation changes soon.
Update outdated JettyHttpHandlerAdapter example in reference docs
git commit -m "Update JettyHttpHandlerAdapter example to use JettyCor…
Update JettyHttpHandlerAdapter example to use JettyCoreHttpHandlerAda…
rstoyanchev commentedon Jun 3, 2025
Superseded by #34877.