-
Notifications
You must be signed in to change notification settings - Fork 566
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
Nima Quickstart Archetype #6229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gave it a try and it works! Good start. A few things:
- README: it states Java17+. Should be Java19+. I assume that is in a common file
- README:
java -jar
command needs--enable-preview
. You can go ahead and add that in common as well since MP now needs it and it does not hurt SE (which might need it at some point) - README: it's missing instructions on how to exercise the application. Maybe because missing custom? which brings me to...
I see there is no "custom" choice for nima apptype. I wonder if we should go ahead and create one even if it is not very featureful at first -- like maybe just json provider? This is to implement our design pattern even if it is not fully fleshed out yet.
archetypes/helidon/src/main/archetype/nima/common/common-nima.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: tvallin <thibault.vallin@oracle.com>
Signed-off-by: tvallin <thibault.vallin@oracle.com>
829d840
to
8e602e9
Compare
The README can be modified without the |
I have created issue #6243 to track second phase of work. |
@romain-grecourt would you like to have a look at it before merging ? |
fix #5942