Community
Participate
Working Groups
The initial Javascript library gets a new hash after every server restart, so the copy from the local cache can not be reused. Contents are basically the same but the order of theming values rendered to the theme store changes.
Fixed by using a LinkedHashMap in ThemeStoreWriter. I failed to come up with a test since the indeterministic order is only reproducible when there are *lots* of entries.