Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: d85dc98e8051066a967f2c77aaa6e06c4be9262d https://github.com/jenkinsci/jenkins/commit/d85dc98e8051066a967f2c77aaa6e06c4be9262d Author: Vojtech Juranek <vjura...@redhat.com> Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths: M core/src/main/java/hudson/scm/ChangeLogSet.java Log Message: ----------- Make sure that change log annotation cannot result into exception Although javadoc for ChangeLogAnnotator#annotate() states that any exception should be caught in this method and it should return normally, some implementation don't respect it or e.g. in case of missing some dependecy (resulting into NoClassDefFoundError) plugin itself can hardly ensure that no exption is thrown. We should ensure it on the core level. Commit: 9ab5271c73c56438ee375bb4cc0d5612c49d3837 https://github.com/jenkinsci/jenkins/commit/9ab5271c73c56438ee375bb4cc0d5612c49d3837 Author: vjuranek <vjura...@redhat.com> Date: 2013-01-15 (Tue, 15 Jan 2013) Changed paths: M core/src/main/java/hudson/scm/ChangeLogSet.java Log Message: ----------- Merge pull request #650 from vjuranek/changelog_except Make sure that change log annotation cannot result into exception Compare: https://github.com/jenkinsci/jenkins/compare/99f14f721882...9ab5271c73c5