[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-09-26 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53307  
 
 
  Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Component/s: 
 git-client-plugin  
 
 
Component/s: 
 git-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-09-26 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus commented on  JENKINS-53307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
 FTR https://github.com/jenkinsci/git-client-plugin/pull/330 fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-09-26 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus commented on  JENKINS-53307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
 https://github.com/jenkins-infra/evergreen/pull/292  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-30 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 In fact with a little digging you can see that this was already fixed and the fix released in 3.0.0-beta4.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-53307  
 
 
  Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-30 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-53307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
 Let me see: 

 

git-client-plugin$ git pull && mvn compile && javap -classpath target/classes -c -private -l 'org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1'
…
Error: class not found: org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1
 

 Baptiste Mathus are you sure you are running the most recent version of git-client? I just started Evergreen and it claims to be running 2.7.0. According to the wiki the current version is 3.0.0-beta5. It is not very useful to report bugs to plugin authors about old versions, in this case from December.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-53307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
 All my attempts to find those anonymous inner classes with either Netbeans or IntelliJ have failed. I feel stupid that I can't find them inside the source files. I see the evidence in the target/classes directory that anonymous inner classes are being generated, but I just don't see them in the implementation. Any pointers to techniques to identify them would be much appreciated (preferably without mocking my ineptitude). I've tried finding them with Netbeans. I've tried finding them with IntelliJ. I've tried using a Java decompiler.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-30 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-53307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
 Note: from the NetBeans IDE you can just Ctrl-Alt-Shift-A and if possible make sure the result is static.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-29 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53307  
 
 
  Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 h3. IssueThe 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. ExpectedThe 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!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53307) Transform anonymous classes sent over remoting into non anonymous classes

2018-08-29 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53307  
 
 
  Transform anonymous classes sent over remoting into non anonymous classes   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Summary: 
 Transform  o.j.p.g.RemoteGitImpl$CommandInvocationHandler$1  anonymous classes sent over remoting  into  a  non anonymous  class  classes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.