-
Improvement
-
Resolution: Fixed
-
Minor
-
-
GSoC 2019. Coding Phase 2, GSoC 2019. Coding Phase 3
The Folder-auth plugin uses ConcurrentHashMap's KeySetView as internal data structures and has whitelisted it for serialization through XStream. Remove the white-list entry for `ConcurrentHashMap$KeySetView` and serialize a simpler data structure to the config.
This issue follows directly from jglick's comments on https://github.com/jenkinsci/role-strategy-plugin/pull/89 .