Skip to content

Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration#49695

Closed
kwondh5217 wants to merge 1 commit intospring-projects:mainfrom
kwondh5217:main
Closed

Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration#49695
kwondh5217 wants to merge 1 commit intospring-projects:mainfrom
kwondh5217:main

Conversation

@kwondh5217
Copy link
Copy Markdown
Contributor

@kwondh5217 kwondh5217 commented Mar 21, 2026

This PR addresses #49693.

NettyReactiveWebServerAutoConfiguration is missing a @ConditionalOnWebApplication(type = Type.REACTIVE) condition, unlike other reactive web server auto-configurations such as JettyReactiveWebServerAutoConfiguration.

Closes #49693

@philwebb
Copy link
Copy Markdown
Member

Thanks very much @kwondh5217. For future reference, if you create PR from a new branch, rather than main, then when we close the PR it will have a status of 'merged' rather than 'closed. Rest assured, this has still been merged and is in 4.0.x and main.

@kwondh5217
Copy link
Copy Markdown
Contributor Author

Thanks @philwebb !I'll make sure to create PRs from a new branch next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: regression A regression from a previous release

Projects

None yet

3 participants