-
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
Activate Codestart as the default Quarkus project creation option #12113
Labels
Milestone
Comments
/cc @quarkusio/devtools |
From the discussion on quarkus-dev https://groups.google.com/forum/#!msg/quarkus-dev/RWvFUrFjrak/XhCy5NA2BQAJ, it seems we also need to:
CC @maxandersen |
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 2, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a `legacyCodegen` flag - Update the guides for compat by adding `resteasy` when relevent Fixes #quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 5, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a `legacyCodegen` flag - Update the guides for compat by adding `resteasy` when relevent Fixes #quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 5, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a `legacyCodegen` flag - Update the guides for compat by adding `resteasy` when relevent Fixes #quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 5, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a `legacyCodegen` flag - Update the guides for compat by adding `resteasy` when relevent Fixes #quarkusio#12113
Looks like this won't make 1.9.0.CR1 as it's released today. Removing the milestone. |
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 9, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a legacyCodegen flag - Use RESTEasy example as default (commandmode example is not selectable for now.. until a picocli example?) - Update the guides with `-DnoExamples` when when relevent - Update the tests Fixes quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 9, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a legacyCodegen flag - Use RESTEasy example as default (commandmode example is not selectable for now.. until a picocli example?) - Update the guides with `-DnoExamples` when when relevent - Update the tests Fixes quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 12, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a legacyCodegen flag - Use RESTEasy example as default (commandmode example is not selectable for now.. until a picocli example?) - Update the guides with `-DnoExamples` when when relevent - Update the tests Fixes quarkusio#12113
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Oct 12, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a legacyCodegen flag - Use RESTEasy example as default (commandmode example is not selectable for now.. until a picocli example?) - Update the guides with `-DnoExamples` when when relevent - Update the tests Fixes quarkusio#12113
xumk
pushed a commit
to xumk/quarkus
that referenced
this issue
Oct 14, 2020
- Codestarts which only works alone are called "Singleton" - Added checks to avoid conflict between Singelton codestarts - Make codestart the default codegen and add a legacyCodegen flag - Use RESTEasy example as default (commandmode example is not selectable for now.. until a picocli example?) - Update the guides with `-DnoExamples` when when relevent - Update the tests Fixes quarkusio#12113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Activate Codestart as the default Quarkus project creation option in the Quarkus maven plugin.
Keep legacy as
--Dlegacy
@gsmet the differences with the current are:
resteasy
is not added by default anymore.==> we may need to update the doc accordingly..
The text was updated successfully, but these errors were encountered: