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

3.0 archetypes minor issues #4547

Closed
5 tasks done
barchetta opened this issue Jul 14, 2022 · 1 comment
Closed
5 tasks done

3.0 archetypes minor issues #4547

barchetta opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
3.x Issues for 3.x version branch archetypes
Milestone

Comments

@barchetta
Copy link
Member

barchetta commented Jul 14, 2022

While testing the new 3.0 archetypes I ran into these issues:

  • bare-se and bare-mp archetypes use endpoint /simple-greet and not /greet which is inconsistent with what is in the README. (PR created)
  • database-se README mentions "/greet" endpoint, even though there is no such endpoint. (PR created)
  • We should do some additional manual end-user testing of the six basic archetypes and carefully verify they work as expected and the READMEs are accurate.
    • [Readme] Native image
    • [Readme] Jlink
    • [Readme] Exercise the application section on all archetypes
  • Fix Database SE hanging test for db != h2 (PR created)
  • Fix media support with none selected (PR created)

These projects were generated using the legacy maven wrappers. For example

mvn archetype:generate -DinteractiveMode=false   \
  -DarchetypeGroupId=io.helidon.archetypes  \
  -DarchetypeArtifactId=helidon-database-mp   \
  -DarchetypeVersion=3.0.0-RC1   \
  -DgroupId=io.helidon.examples -DartifactId=helidon-database-mp   -Dpackage=io.helidon.examples.database.mp   

@barchetta barchetta added the 3.x Issues for 3.x version branch label Jul 14, 2022
@barchetta barchetta added this to the 3.0.0 milestone Jul 14, 2022
@tvallin
Copy link
Member

tvallin commented Jul 19, 2022

Fixed by #4556

@tvallin tvallin closed this as completed Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch archetypes
Projects
Archived in project
Development

No branches or pull requests

2 participants