-
Task
-
Resolution: Duplicate
-
Major
-
-
Evergreen - Milestone 1
Issue
The Git plugin triggers the following warnings currently:
Attempt to (de-)serialize anonymous class org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1 in file:/evergreen/jenkins/var/plugins/git-client/WEB-INF/lib/git-client.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
And
Attempt to (de-)serialize anonymous class org.jenkinsci.plugins.gitclient.Git$1 in file:/evergreen/jenkins/var/plugins/git-client/WEB-INF/lib/git-client.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
Expected
The anonymous class should be extracted to a full blown one so that this warning (and more importantly remoting works as fine as possible) goes away.
Thanks!
- duplicates
-
JENKINS-52948 Attempt to (de-)serialize anonymous class in gitclient
-
- Closed
-
- relates to
-
JENKINS-53251 Review Sentry issues
-
- Resolved
-
[JENKINS-53307] Transform anonymous classes sent over remoting into non anonymous classes
Link |
New:
This issue relates to |
Summary | Original: Transform o.j.p.g.RemoteGitImpl$CommandInvocationHandler$1 into a non anonymous class | New: Transform anonymous classes sent over remoting into non anonymous classes |
Description |
Original:
h3. Issue The Git plugin triggers the following warnings currently: {noformat} Attempt to (de-)serialize anonymous class org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1 in file:/evergreen/jenkins/var/plugins/git-client/WEB-INF/lib/git-client.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ {noformat} h3. Expected The anonymous class should be extracted to a full blown one so that this warning (and more importantly remoting works as fine as possible) goes away. Thanks! |
New:
h3. Issue The Git plugin triggers the following warnings currently: {noformat} Attempt to (de-)serialize anonymous class org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1 in file:/evergreen/jenkins/var/plugins/git-client/WEB-INF/lib/git-client.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ {noformat} And {noformat} Attempt to (de-)serialize anonymous class org.jenkinsci.plugins.gitclient.Git$1 in file:/evergreen/jenkins/var/plugins/git-client/WEB-INF/lib/git-client.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ {noformat} h3. Expected The anonymous class should be extracted to a full blown one so that this warning (and more importantly remoting works as fine as possible) goes away. Thanks! |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: git-client-plugin [ 17423 ] | |
Component/s | Original: git-plugin [ 15543 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |