When I run generate maven project the default value for artifact id is "MyQuarkusProject" and that gives two problems:
- when pressing enter on it the wizard does not move forward nor does it highlight the artifact id is not allowed.
- only when editing the field do you get an error highlighting the issue, but it just says "invalid artifact id" giving no hint on what is wrong - in this case seem to be that it has uppercase letters.
So would be good to have the validation error shown immediately or at least when pressing Enter and then tell user what is actually wrong with the artifact id or say what a valid one would be.
When I run generate maven project the default value for artifact id is "MyQuarkusProject" and that gives two problems:
So would be good to have the validation error shown immediately or at least when pressing Enter and then tell user what is actually wrong with the artifact id or say what a valid one would be.