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/CANfRfr35Jc3C4nOcD97sMMVXxNfSGN-%2BV%2Bv%3Di0wTSbBXHUbwkA%40mail.gmail.com.

Reply via email to