Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: be67b45a31f2987dd20cdbdfd4b4997f5250d66f https://github.com/jenkinsci/jenkins/commit/be67b45a31f2987dd20cdbdfd4b4997f5250d66f Author: ikedam <de...@ikedam.jp> Date: 2015-05-20 (Wed, 20 May 2015)
Changed paths: M test/src/test/java/hudson/util/RobustReflectionConverterTest.java Log Message: ----------- [JENKINS-28440] Added tests to reproduce and explain JENKINS-28440. Commit: 2082b08e2a0e54856370af9e3dda342475dff334 https://github.com/jenkinsci/jenkins/commit/2082b08e2a0e54856370af9e3dda342475dff334 Author: ikedam <de...@ikedam.jp> Date: 2015-05-21 (Thu, 21 May 2015) Changed paths: M core/src/main/java/hudson/util/CopyOnWriteList.java M core/src/main/java/hudson/util/RobustCollectionConverter.java M core/src/main/java/hudson/util/RobustMapConverter.java M core/src/main/java/hudson/util/RobustReflectionConverter.java M core/src/main/java/hudson/util/xstream/ImmutableListConverter.java A core/src/main/java/jenkins/util/xstream/CriticalXStreamException.java Log Message: ----------- [FIXED JENKINS-28440] Raises a critical exception for an error in a critical field. This allows plugins to reject unacceptable configurations via REST / CLI. Commit: 7958928aedab9695379f17e6462f8b8236910497 https://github.com/jenkinsci/jenkins/commit/7958928aedab9695379f17e6462f8b8236910497 Author: ikedam <de...@ikedam.jp> Date: 2015-05-21 (Thu, 21 May 2015) Changed paths: M test/src/test/java/hudson/util/RobustReflectionConverterTest.java Log Message: ----------- [JENKINS-28440] Updates tests for JENKINS-28440 to verify behaviors of UI. Commit: e46afb59fd09c9418297a0573252171921a48cea https://github.com/jenkinsci/jenkins/commit/e46afb59fd09c9418297a0573252171921a48cea Author: Daniel Beck <daniel-b...@users.noreply.github.com> Date: 2015-08-16 (Sun, 16 Aug 2015) Changed paths: M core/src/main/java/hudson/util/CopyOnWriteList.java M core/src/main/java/hudson/util/RobustCollectionConverter.java M core/src/main/java/hudson/util/RobustMapConverter.java M core/src/main/java/hudson/util/RobustReflectionConverter.java M core/src/main/java/hudson/util/xstream/ImmutableListConverter.java A core/src/main/java/jenkins/util/xstream/CriticalXStreamException.java M test/src/test/java/hudson/util/RobustReflectionConverterTest.java Log Message: ----------- Merge pull request #1715 from ikedam/feature/JENKINS-28440_HandleCriticalField [JENKINS-28440] Reject configurations with errors in critical fields via REST / CLI Compare: https://github.com/jenkinsci/jenkins/compare/c1b60f18b548...e46afb59fd09 -- 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.