-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make Quarkus Maven plugin smart create consistent with codestarts #13346
Conversation
e1b98fa
to
6feb54a
Compare
cc @gsmet |
c281d1b
to
57918d2
Compare
Looks good. I have to admit I've got used to the "include rest example? yes/no", which i would always approve with 'y', btw. With this change I would have to type in |
@aloubyansky You can still use So if you want the REST example, then it's enter then enter (even simpler) :)
RESTEasy is auto added when you don't select any extension ( I wouldn't be against adding it as the default choice |
Ah, so that |
@aloubyansky |
I think it'd be good to indicate that the resteasy is added by default if no other input is provided. |
57918d2
to
ef199ab
Compare
@aloubyansky ok done :) |
Milestone is already set for some of the items: We haven't automatically updated the milestones for these items.
|
Fixes #13272
Change the interactive questions when legacyCodegen is not used:
Change the defaults in the Quarkus Maven plugin to be consistent with code.quarkus.io:
Deprecate the
className
parameter in the Quarkus Maven plugin and introduce thepackageName
instead (defaulted to groupId).