-
Notifications
You must be signed in to change notification settings - Fork 145
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
Exception on java 17 #340
Comments
Hi @basil, I just ran into the same issue and installed the incremental build - unfortunatelly it still persists. What I found is that when you save the credential again which you use to connect to vault it will work again. Maybe that helps to narrow down the issue? Let me know if I can assist in debugging |
What worked for us was to update This is a migration bug in the plugin introduced by #336 and should be fixed. @dwnusbaum @jetersen FYI ^ |
Looks unrelated to Java 17. I think it was probably also possible prior to #336, but only for credentials saved after #325 (so anyone running the plugin since #223 might not have been affected until #336, and anyone running the plugin since before #223 had other problems: #323, #324, and #326). The class either needs a
Don't do this, instead delete |
Or maybe it really was only possible after #336 because I did not change Line 110 in 946b535
|
Either way, #342 should fix the issue. |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 22.04.5 LTS
Reproduction steps
Expected Results
No exception
Actual Results
Exception is thrown at the very beginning of job:
Anything else?
Works fine on java 11
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: