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
java.lang.NullPointerException
at io.fabric8.java.generator.cli.GenerateJavaSources.run(GenerateJavaSources.java:74)
at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
at picocli.CommandLine.executeHelpRequest(CommandLine.java:1929)
at picocli.CommandLine.executeHelpRequest(CommandLine.java:1909)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2176)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at picocli.CommandLine.execute(CommandLine.java:2078)
at io.fabric8.java.generator.cli.GenerateJavaSources.main(GenerateJavaSources.java:80)
Additional context
No response
The text was updated successfully, but these errors were encountered:
cc. @manusa if something in the dependencies might have caused this to happen ...
I need to check, I didn't even remember we had this (running cli through JBang) as a feature.
We should probably create an IT to make sure it doesn't beak again once we fix it.
Describe the bug
java-generator-cli
artifact is causing aNullPointerException
when executed viajbang
(I haven't tested yet other configurations).Fabric8 Kubernetes Client version
6.2.0
Steps to reproduce
Expected behavior
The java classes are correctly generated.
Runtime
other (please specify in additional context)
Kubernetes API Server version
1.25.3@latest
Environment
macOS
Fabric8 Kubernetes Client Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: