Skip to content

Changes conditional on class from Servlet to Flux #10590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

spencergibb
Copy link
Member

Webflux doesn't require Servlet.class, when setting management.port, auto-configuration would fail with class not found exception.

fixes #10589

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 11, 2017
@philwebb philwebb added priority: high type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 11, 2017
@philwebb philwebb added this to the 2.0.0.M5 milestone Oct 11, 2017
@philwebb philwebb closed this in ce2058f Oct 11, 2017
philwebb added a commit that referenced this pull request Oct 11, 2017
* pr/10590:
  Change @ConditionalOnClass from Servlet to Flux
@philwebb
Copy link
Member

Good spot. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting management.port using spring-boot-starter-webflux results in error, requires javax.servlet.Servlet
3 participants