-
Notifications
You must be signed in to change notification settings - Fork 5
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
upgraded to micronaut 4 and resolve security vuls #62
upgraded to micronaut 4 and resolve security vuls #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting an error when giving it a try:
$ java -jar tw-agent.jar -V
19:12:27.923 INFO - Established active environments: [cli]
java.lang.NullPointerException: inStream parameter is null
at java.base/java.util.Objects.requireNonNull(Objects.java:259)
at java.base/java.util.Properties.load(Properties.java:408)
at io.seqera.tower.agent.utils.VersionProvider.getVersion(VersionProvider.java:29)
at picocli.CommandLine$Model$CommandSpec.version(CommandLine.java:7201)
at picocli.CommandLine.printVersionHelp(CommandLine.java:2858)
at picocli.CommandLine.executeHelpRequest(CommandLine.java:2001)
at picocli.CommandLine.executeHelpRequest(CommandLine.java:1987)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2272)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
at picocli.CommandLine.execute(CommandLine.java:2174)
at io.micronaut.configuration.picocli.PicocliRunner.run(PicocliRunner.java:146)
at io.micronaut.configuration.picocli.PicocliRunner.run(PicocliRunner.java:123)
at io.seqera.tower.agent.Agent.main(Agent.java:103)
I got this:
|
Tested native-image:
|
@munishchouhan from where do you get the JAR file and binaries? Are you using the generated artifact versions? here: https://github.com/seqeralabs/tower-agent/actions/runs/12280294497 |
Thanks for clarifying it |
@jordeu fixed now
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @munishchouhan !
This PR will do the following: