-
Improvement
-
Resolution: Fixed
-
Major
Jenkins includes a robust XStream converter for Collection, but none for Map; so if one value in a stored HashMap (say) refers to a disabled plugin, the entire map field is left null.
- is related to
-
JENKINS-21024 Miscellaneous exceptions in config.xml can prevent entire job from loading
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/util/RobustMapConverter.java
core/src/main/java/hudson/util/XStream2.java
http://jenkins-ci.org/commit/jenkins/8109b9e81163eee9967505a2f70b97fd3f706e3b
Log:
[FIXED JENKINS-22398] RobustMapConverter