After upgrading version to 3.2 I'm getting diffrent warnings. This time it's related with Surefire Archiver
Re: Attempt to (de-)serialize anonymous class hudson.maven.reporters.SurefireArchiver$2 On Fri, 30 Nov 2018, 9:58 am Pranav Kv <[email protected] wrote: > Thank You So much Mr. Oliver. > Could you please update the status in jira? The jira status showing "fixed > but unreleased" > https://issues.jenkins-ci.org/browse/JENKINS-53481 > > Thanks, > Pranav > > On Fri, 30 Nov 2018, 9:43 am Olivier Lamy <[email protected] wrote: > >> release done and available via your favourite update center! >> Enjoy your weekend using the so great Jenkins Maven Integration Plugin!! >> Cheers >> Olivier >> >> On Thu, 29 Nov 2018 at 20:15, Olivier Lamy <[email protected]> wrote: >> >>> Hi >>> Merged. >>> Release tomorrow. >>> Cheers >>> Olivier >>> >>> On Thursday, 29 November 2018 00:01:51 UTC+10, Devin Nusbaum wrote: >>>> >>>> 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, 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 a topic in the >>> Google Groups "Jenkins Users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/jenkinsci-users/Rajpz7YGGBc/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/d768b862-8201-4fe5-b380-d453f6416421%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/d768b862-8201-4fe5-b380-d453f6416421%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> Olivier Lamy >>> http://twitter.com/olamy | http://linkedin.com/in/olamy >>> >> -- >> 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/CAPoyBqRZ1wRO9dT96gZLLz1_uFzM_XaHEYgrnzcrio5_uJpadw%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-users/CAPoyBqRZ1wRO9dT96gZLLz1_uFzM_XaHEYgrnzcrio5_uJpadw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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/CAHwQEk%2BL_X8YGFLOHq%3DMPf3PkGQdGsFZEOtK0PeqozY6g2yHDg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
