-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.4.18, 1.5.0
-
Fix Version/s: 6.0.0-beta1
-
Component/s: wicket
-
Labels:None
wicket.properties urls are added to an HashSet, causing the IInitializers to be loaded in random order. In AbstractClassResolver.getResources, the HashSet should be changed to a LinkedHashSet.