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

Add tests for building native-image for quickstart examples and archetypes #7831

Closed
barchetta opened this issue Oct 18, 2023 · 0 comments · Fixed by #8719
Closed

Add tests for building native-image for quickstart examples and archetypes #7831

barchetta opened this issue Oct 18, 2023 · 0 comments · Fixed by #8719
Assignees
Milestone

Comments

@barchetta
Copy link
Member

barchetta commented Oct 18, 2023

We've had cases where the native-image.properties file has been broken in the quickstart example. We've also had cases where running an MP archetype project using java -jar failed (because of MainClass issues). These were not caught by pipeline validation.

We should add some tests that:

  • Build native-image for archetype generated projects (at least quickstarts)
  • Run archetype generated projects using java -jar (at least quickstarts)
  • Do the same for example/quickstarts

See also #920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants