[JIRA] (JENKINS-53830) unexpected "category" attributed in persisted xml

2019-01-05 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated  JENKINS-53830  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53830  
 
 
  unexpected "category" attributed in persisted xml   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Fixed but Unreleased Closed  
 
 
Released As: 
 1.71  
 

  
 
 
 
 

 
 
 

 
 
 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-53830) unexpected "category" attributed in persisted xml

2019-01-04 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated  JENKINS-53830  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53830  
 
 
  unexpected "category" attributed in persisted xml   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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-53830) unexpected "category" attributed in persisted xml

2018-09-28 Thread nicolas.del...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nicolas De Loof created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53830  
 
 
  unexpected "category" attributed in persisted xml   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2018-09-28 07:42  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Nicolas De Loof  
 

  
 
 
 
 

 
 `javaposse.jobdsl.plugin.GlobalJobDslSecurityConfiguration.xml` do include serialized category `GlobalConfigurationCategory$Security`. As a result, on load a fresh new instance is created and `Security` is not a singleton anymore. This introduced https://github.com/jenkinsci/configuration-as-code-plugin/issues/253   the root cause is groovy property syntax used to override hudson.model.Descriptor#getCategory, which appears as a persistent field from XStream point of view  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment