Skip to content

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