-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Undertow: can't apply springdoc-mvc-openapi module #4153
Comments
I don't see any acceptable solution for that... |
The current solution is to go to |
Yep but allowing that in landscape will require a lot of work (something with an or in the organization) and I'm not sure this is worth the effort... |
Another solution would be to provide the modules selected further down the tree (west side on the landscape) to the modules selected further up the tree. Then there would only be one module Actually thinking about it some more I think every feature should provide an interface that depending features use to implement their functionality. So e.g. the |
Adding a bounty as I think it's important to have, when there are more modules |
A solution would to allow a module to declare multiple features. Or a feature could inherit from another feature: features |
Not really since that can't be displayed in the UI (and this is the only goal of features( |
I think we'll need to fix this ticket, as we'll have the same issue as soon as gradle is implemented. A lot of module will depend on feature 'build tool', instead of maven directly |
Probably but that mean we have to find a possible solution. (But there is not problem with Gradle or Maven, totally different case) |
I still don't understand why we are trying to do complicated stuff here. We ça can just add a feature with empty (or almost empty) modules to choose between reactive and not reactive, that will solve this issue without adding a lot of complexity in the landscape screen |
I was also thinking about the gradle and maven problem, because in my understanding every module adding a maven plugin(s) to the build will need to be split in a maven and gradle flavor (and thus with a dedicated feature), because maven and gradle plugins are always different for achieving a similar feature (contrary to java dependencies). |
For this case that probably mean we'll set information for both maven and Gradle in plugins |
Ok, got it. I've something that seems to be satisfying with empty extra modules. |
Bounty claimed: https://opencollective.com/generator-jhipster/expenses/117664 |
@murdos : approved |
When using
spring-boot-undertow
module, thespringdoc-mvc-openapi
can't be applied as it's linked only tospring-boot-tomcat
The text was updated successfully, but these errors were encountered: