-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.235
I can see on logs:
2020-08-27 18:28:43.548+0000 [id=1840] WARNING o.j.r.u.AnonymousClassWarnings#warn: Attempt to (de-)serialize anonymous class hudson.FilePath$2 in file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.235.5-cb-1.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
We have to create an inner static class to take over the adhoc class created on https://github.com/jenkinsci/jenkins/blob/84153f66d2e93df4d9f5c457871e24a8cbf1f016/core/src/main/java/hudson/FilePath.java#L2028
- links to
[JENKINS-63563] Suppress AnonymousClassWarnings for hudson.FilePath$2
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR #4921 (Web Link)" [ 25720 ] |
Labels | New: lts-candidate |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Labels | Original: lts-candidate | New: 2.249.2-fixed |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
PR: https://github.com/jenkinsci/jenkins/pull/4921