Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
The order of the attributes of a scheduled job definition is not well defined due to relying on HashMap instead of LinkedHashMap. Although this is not a problem for the scheduled jobs since they don't rely on that order, this causes BCCM to report changes now that we switched to Java 8.