Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 17a88352abd07b0b3f59a221f2c1ed5c88d97e8c https://github.com/jenkinsci/jenkins/commit/17a88352abd07b0b3f59a221f2c1ed5c88d97e8c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths: M core/src/main/java/hudson/model/Descriptor.java Log Message: ----------- newInstancesFromHeteroList should recover gracefully from the case that both kind and $class are missing. Commit: 972db2a593fc978b8fb16a8d14cf485b8679c6e2 https://github.com/jenkinsci/jenkins/commit/972db2a593fc978b8fb16a8d14cf485b8679c6e2 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-28 (Tue, 28 Apr 2015) Changed paths: M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java Log Message: ----------- [FIXED JENKINS-28093] Reverting getDownloadableId from #1563. Not compatible. Commit: ef2b6580a8621a4a627ef015481d58bf4c83a682 https://github.com/jenkinsci/jenkins/commit/ef2b6580a8621a4a627ef015481d58bf4c83a682 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-28 (Tue, 28 Apr 2015) Changed paths: M core/src/main/resources/lib/form/class-entry.jelly Log Message: ----------- [FIXED JENKINS-28110] Always generate stapler-class, even when generating kind. Commit: 1f41bec8ef656da014b7145fdff82563c030ca29 https://github.com/jenkinsci/jenkins/commit/1f41bec8ef656da014b7145fdff82563c030ca29 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-28 (Tue, 28 Apr 2015) Changed paths: M test/src/test/java/hudson/model/DescriptorTest.java A test/src/test/resources/hudson/model/DescriptorTest/B1/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/B2/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D1/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D2/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D3/config.jelly Log Message: ----------- [JENKINS-28110] Reproduced 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. Commit: 8e0cbbc98b5a0e373a83d7de066f2afe72d553f7 https://github.com/jenkinsci/jenkins/commit/8e0cbbc98b5a0e373a83d7de066f2afe72d553f7 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-28 (Tue, 28 Apr 2015) Changed paths: M core/src/main/java/hudson/model/Descriptor.java Log Message: ----------- @kohsuke requested some more comments in the code itself. Given the minefield that is databinding, that seems prudent. Commit: ca3b1db4d6f761861885d03355f35ccafe7cc425 https://github.com/jenkinsci/jenkins/commit/ca3b1db4d6f761861885d03355f35ccafe7cc425 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-04-29 (Wed, 29 Apr 2015) Changed paths: M changelog.html M core/src/main/java/hudson/model/Descriptor.java M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java M core/src/main/resources/lib/form/class-entry.jelly M test/src/test/java/hudson/model/DescriptorTest.java A test/src/test/resources/hudson/model/DescriptorTest/B1/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/B2/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D1/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D2/config.jelly A test/src/test/resources/hudson/model/DescriptorTest/D3/config.jelly Log Message: ----------- [JENKINS-28110] [JENKINS-28093] Merging #1680. Compare: https://github.com/jenkinsci/jenkins/compare/6dd379dd69c6...ca3b1db4d6f7 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.