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

fix: add Java version selector to Quarkus wizard #1307

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

fbricon
Copy link
Contributor

@fbricon fbricon commented Jan 18, 2024

Added new combo to select Java target version:
Screenshot 2024-01-17 at 15 52 05

The version is validated against the SDK previously selected:
Screenshot 2024-01-18 at 17 16 47

Fixes quarkusio/code.quarkus.io#1266

Also improved general validation of that page for the other fields, to be more consistant with standard Intellij wizards:
Screenshot 2024-01-18 at 17 14 14

Finally, PR also fixes #79

@angelozerr
Copy link
Contributor

It looks very good.

@fbricon fbricon added this to the 1.31.0 milestone Jan 19, 2024
@fbricon fbricon added enhancement New feature or request wizard labels Jan 19, 2024
@angelozerr
Copy link
Contributor

There are some label like quarkus.wizard.error.extensions.loading.message which uses QuarkusBundle, perhaps it could be a good idea to move hard coded string into this bundle?

Copy link

sonarcloud bot commented Jan 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

4.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@angelozerr angelozerr merged commit 58be88b into redhat-developer:main Jan 26, 2024
7 of 8 checks passed
@angelozerr
Copy link
Contributor

Thanks so much @fbricon !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wizard
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

JDK 21 with Intellij New project can be created with blank "Class name" and "Path" fields
2 participants