Skip to content
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

Closed
ia3andy opened this issue Sep 15, 2020 · 3 comments · Fixed by #12473
Closed

Activate Codestart as the default Quarkus project creation option #12113

ia3andy opened this issue Sep 15, 2020 · 3 comments · Fixed by #12473
Labels
Milestone

Comments

@ia3andy
Copy link
Contributor

ia3andy commented Sep 15, 2020

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.
  • some extensions may bring examples code with them (that was not here before)

==> we may need to update the doc accordingly..

@ia3andy ia3andy added the kind/enhancement New feature or request label Sep 15, 2020
@ia3andy ia3andy added this to the 1.9.0 - master milestone Sep 15, 2020
@quarkusbot
Copy link

/cc @quarkusio/devtools

@ia3andy
Copy link
Contributor Author

ia3andy commented Sep 16, 2020

From the discussion on quarkus-dev https://groups.google.com/forum/#!msg/quarkus-dev/RWvFUrFjrak/XhCy5NA2BQAJ, it seems we also need to:

  • auto add quarkus-core (instead of quarkus-arc to generated projects)
  • make quarkus-arc visible again in our tooling

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
@gsmet
Copy link
Member

gsmet commented Oct 7, 2020

Looks like this won't make 1.9.0.CR1 as it's released today. Removing the milestone.

@gsmet gsmet removed this from the 1.9.0.CR1 - master milestone Oct 7, 2020
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
@gsmet gsmet added this to the 1.10 - master milestone Oct 13, 2020
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants