As I mentioned previously in the thread: > As the linked page > <https://jenkins.io/redirect/serialization-of-anonymous-classes/> explains, > anonymous classes can cause various problems when serializing objects in > Jenkins, so these messages are printed as a warning so we can identify > potential issues. I think these are the anonymous classes in question: > MavenArtifactArchiver$2 > <https://github.com/jenkinsci/maven-plugin/blob/7ac83fa85fda0c4d1d02663059644f0655823879/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java#L131>, > MavenFingerprinter$1 > <https://github.com/jenkinsci/maven-plugin/blob/7ac83fa85fda0c4d1d02663059644f0655823879/src/main/java/hudson/maven/reporters/MavenFingerprinter.java#L112>. > It looks like they are only used for remoting, so [a GitHub pull request] to > convert them to named classes would be welcome [because I do not think there > are any active maintainers working on the plugin so this error will not be > fixed otherwise].
It looks like someone reported the issue on the bug tracker: JENKINS-53481 <https://issues.jenkins-ci.org/browse/JENKINS-53481> and a PR was opened to fix it: https://github.com/jenkinsci/maven-plugin/pull/120 <https://github.com/jenkinsci/maven-plugin/pull/120>, but I do not know if there are any active maintainers who can merge and release the fix. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/86338662-52F4-43A0-B9FF-281138312A91%40cloudbees.com. For more options, visit https://groups.google.com/d/optout.
