IInitializers are executed out-of-order
---------------------------------------

                 Key: WICKET-4088
                 URL: https://issues.apache.org/jira/browse/WICKET-4088
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.0, 1.4.18
            Reporter: Emond Papegaaij
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to