cvs-plugin icon indicating copy to clipboard operation
cvs-plugin copied to clipboard

[JENKINS-69868] Avoid deserialization of anonymous classes

Open chriskloe opened this issue 2 years ago • 4 comments

Avoid deserialization of anonymous classes. Found a hint in the console log and followed the advice: https://www.jenkins.io/doc/developer/extensibility/serialization-of-anonymous-classes/

Affected issue: JENKINS-69868

chriskloe avatar Oct 15 '22 21:10 chriskloe

The failure is due to a network or machine connection problem, not to the code itself.

gounthar avatar Dec 15 '22 21:12 gounthar

Thanks for the contribution @chriskloe . Apologies that it took so long to merge.

MarkEWaite avatar Jan 20 '23 12:01 MarkEWaite

No need to apologize, there has not been a release for some time. Even my first fix is not released yet. On my server I'm working with a locally built version. Maybe enabling incremental builds will help here. At the moment it looks like I am creating a lot confusion with my commits. I am not yet used to git, github and the git plugin in eclipse. Today's commits were not intended to go to this PR but instead to individual new ones. I'm very sorry for that!

chriskloe avatar Jan 20 '23 13:01 chriskloe

@chriskloe the CVS plugin could really use a new maintainer. Are you still using the plugin? If so, are you interested in adopting the plugin?

Active users of a plugin are often the best maintainers, since they are most likely to release new versions as needed and are most likely to merge pull requests and verify them.

MarkEWaite avatar May 07 '24 22:05 MarkEWaite