|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Jesse Glick
Path:
test/src/test/java/hudson/model/DescriptorTest.java
test/src/test/resources/hudson/model/DescriptorTest/B1/config.jelly
test/src/test/resources/hudson/model/DescriptorTest/B2/config.jelly
test/src/test/resources/hudson/model/DescriptorTest/D1/config.jelly
test/src/test/resources/hudson/model/DescriptorTest/D2/config.jelly
test/src/test/resources/hudson/model/DescriptorTest/D3/config.jelly
http://jenkins-ci.org/commit/jenkins/1f41bec8ef656da014b7145fdff82563c030ca29
Log:
JENKINS-28110Reproduced problem in test.Starting in 4f24a02 (1.587-SNAPSHOT, before #1443 or stapler #39), nestedDescribableOverridingId passes.
nestedDescribableSharingClass fails given {stapler-class: D3, kind: d3a}.
(Stapler has no way of interpreting kind since it knows nothing of Descriptor, only implementation class names.)
In master (3080573), both fail in the way reported (only kind is passed in).
After adding stapler-class back, nestedDescribableOverridingId passes again.