Skip to content

Remove tranisitive web starter dependency from HATEOAS starter #17140

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
odrotbohm opened this issue Jun 13, 2019 · 1 comment
Closed

Remove tranisitive web starter dependency from HATEOAS starter #17140

odrotbohm opened this issue Jun 13, 2019 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@odrotbohm
Copy link
Member

The starter POM for Spring HATEOAS currently pulls in the web starter, which means that the project resulting will be a servlet based one. As of Spring HATEOAS 1.0 M2, we support Spring WebFlux as well which in turn means that they end up selecting the WebFlux starter and the HATEOAS one which messes up their WebFlux projects.

I suggest to remove the web starter from the HATEOAS one and rely on Initializr to make users aware of the fact that they have to select either the WebMVC or WebFlux one if they want to create a bootable application,

@wilkinsona
Copy link
Member

We'll tackle this as part of #16020.

@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants