Action/JobProperty is what I needed to point me in the right direction. Most of my code was originally ported over from a SpringBoot application which is still underactive development. Slowly removing the code... but at least I know where to look. Thanks.
On Thursday, May 13, 2021 at 12:07:58 PM UTC-4 Jesse Glick wrote: > On Thu, May 13, 2021 at 11:51 AM Michael Carter <[email protected]> > wrote: > >> I'm know this has to do with the fact I have code using gson libraries >> for json manipulation which I haven't fully converted. >> > > Somewhere you have a class which is serialized via XStream (an `Action` > attached to a build, a `JobProperty`, etc. etc.) which has a persistent > field whose actual type is from the GSON library, which is forbidden as of > JEP-200 and was never a good idea. I am not familiar with the cause of this > specific error. Search XML files in your `$JENKINS_HOME` for `gson` and it > should become clear what needs to be fixed. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/4c8b2e74-2803-49d1-8306-576d167a9ffen%40googlegroups.com.
