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
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)
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 usingjava -jar
failed (because of MainClass issues). These were not caught by pipeline validation.We should add some tests that:
java -jar
(at least quickstarts)example/quickstarts
See also #920
The text was updated successfully, but these errors were encountered: