-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove "quarkus-resteasy" as always selected and not able to deselect #255
Comments
I'm not sure the issue should be created here.
Basically, we need more templates in Quarkus itself because the only one we
have is a RESTEasy one. Once we have that, we could consider making
RESTEasy optional.
…On Wed, Nov 27, 2019 at 4:56 PM Ken Finnigan ***@***.***> wrote:
Currently the RESTEasy extension is selected and not removable as a
selection.
This is not great is it means anyone creating a messaging type
application, such as kafka, that doesn't want an http server has to
manually remove the dependency from their generated project. And also be
aware that they need to remove the dependency in the first place.
This could be related to the idea of creating stacks, http, messaging,
etc, but I think we need to fix this in the short term first.
Also, it would be good if it didn't create a REST endpoint but a messaging
method instead
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#255?email_source=notifications&email_token=AAJYOBPVYNCGJPYOH3W72R3QV2KC7A5CNFSM4JSI4FG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4ORIKA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJYOBN72V422ITIHC26UQLQV2KC7ANCNFSM4JSI4FGQ>
.
|
Feel free to move wherever necessary, I created here because it was raised as an issue with a generated project from the webpage |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@emmanuelbernard should this issue be here or somewhere else? |
I just created an epic for it: |
Currently the RESTEasy extension is selected and not removable as a selection.
This is not great is it means anyone creating a messaging type application, such as kafka, that doesn't want an http server has to manually remove the dependency from their generated project. And also be aware that they need to remove the dependency in the first place.
This could be related to the idea of creating stacks, http, messaging, etc, but I think we need to fix this in the short term first.
Also, it would be good if it didn't create a REST endpoint but a messaging method instead
The text was updated successfully, but these errors were encountered: