-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
NPE when using io.quarkus.cli.commands.CreateProject.doCreateProject() on native image #3331
Comments
@ia3andy is this still an issue? |
@geoand yes, I'll provide a PR ;-) |
OK, thanks :) |
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Aug 12, 2019
Throw a dedicated IOException instead. Closes quarkusio#3331
@geoand PR submitted ;-) |
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Aug 12, 2019
Throw a dedicated IOException instead. Closes quarkusio#3331
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Aug 12, 2019
Throw a dedicated IOException instead. Closes quarkusio#3331
Dufgui
pushed a commit
to Dufgui/quarkus
that referenced
this issue
Aug 26, 2019
Throw a dedicated IOException instead. Closes quarkusio#3331
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Having NPE when using when using io.quarkus.cli.commands.CreateProject.doCreateProject() on native image. I suppose the template are not automatically included
Expected behavior
(Describe the expected behavior clearly and concisely.)
Actual behavior
(Describe the actual behavior clearly and concisely.)
To Reproduce
Steps to reproduce the behavior:
doCreateProject
with a validCreateProject
in a quarkus project and bind it to a rest endpointexample: https://github.com/fabric8-launcher/launcher-quarkus/blob/master/src/main/kotlin/io/launcher/quarkus/LauncherQuarkus.kt#L52
Workaround
The text was updated successfully, but these errors were encountered: