Devin Nusbaum

Results 77 comments of Devin Nusbaum

@jglick reminded me that probably renaming the `transient Map tokenExpiry` field to `tokenExpiry2` or similar so that XStream stops looking at it should fix the issue.

https://github.com/jenkinsci/hashicorp-vault-plugin/pull/336 should fix the issue.

https://github.com/jenkinsci/jenkins/pull/9653 experiments with some core changes that would have limited the impact of the mistake to simply removing the Vault-related property from the folder rather than corrupting the folder itself.

@bordenit https://github.com/jenkinsci/hashicorp-vault-plugin/pull/336 should work regardless of your current version or whether you downgraded previously as far as I know. You can install an incremental build of that PR from the...

Oh also looking at a local patch I had for this, it might be worth updating the `doGet` Javadoc with something like this: ``` * Note that some basic types...

Just for the record, here is a `workflow-cps` patch that can be used to deserialize `CpsThreadGroup` XML dumps, then serialize and deserialize them again using JBoss Marshalling to try to...

I have no plans to finish this up, so I am closing it; the two tests mentioned above in other plugins would require changes either here or to the tests...