You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groupId satisfies java package naming which must start with a letter followes by any number of letters, digits or underscore and then any number of similar parts separated by dot - the following regex was used: "^[a-zA-Z][a-zA-Z0-9_](.[a-zA-Z][a-zA-Z0-9_])*$"
This was addressed in PR #292
Add validation to the artifactId field in the starter UI
ArtifactId should only allow:
see also here: guide-naming-conventions
The text was updated successfully, but these errors were encountered: