Sure, no problem on my side. It's OK that the GlassFish Docker option is enabled only for the full Platform because it's more correct. The Docker image contains only the full GlassFish distribution and it's not possible to run in a "profile" that allows only Web Profile functionality. The UI bug is acceptable too, I know there are sometimes issues like that in JSF. I thought it's a mistake in the validation rules, that's why I reported it.
I have just one more note as a feedback. I think that the decision to select Jakarta EE 11 is misleading at the current time, as it only supports Core Profile now. Most of the people care only about Platform or Web Profile, Core profile is really meant mostly for certifications of small runtimes, mainly MicroProfile-only runtimes. Most people, who want to use the Starter to generate a project, would immediately select Jakarta EE 10 or older, and then would also need to select Platform, because the Core profile is pre-selected.
Do you think it would make sense to switch to Full Profile if people select Jakarta EE 10 or older right after the page loads? I mean, if they didn't select Core or Web Profile themself but Core Profile was pre-selected because of the default Jakarta EE 11 option? Can I create a PR to do something like that?
Ondro