You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/11/17 16:03:44 UTC

[jira] Created: (SLING-735) Sort the list of WatchedFolders fore more predictable install sequences

Sort the list of WatchedFolders fore more predictable install sequences
-----------------------------------------------------------------------

                 Key: SLING-735
                 URL: https://issues.apache.org/jira/browse/SLING-735
             Project: Sling
          Issue Type: Improvement
          Components: JCR
            Reporter: Bertrand Delacretaz


Processing WatchedFolders always in the same order helps debugging and testing, if only by making easier to compare log files.

I'll change the set of WatchedFolders in the RepositoryObserver class to a sorted one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-735) Sort the list of WatchedFolders fore more predictable install sequences

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648210#action_12648210 ] 

Felix Meschberger commented on SLING-735:
-----------------------------------------

Is there a reason why the WatchedFolder collection is a set and not a list ?

> Sort the list of WatchedFolders fore more predictable install sequences
> -----------------------------------------------------------------------
>
>                 Key: SLING-735
>                 URL: https://issues.apache.org/jira/browse/SLING-735
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Bertrand Delacretaz
>
> Processing WatchedFolders always in the same order helps debugging and testing, if only by making easier to compare log files.
> I'll change the set of WatchedFolders in the RepositoryObserver class to a sorted one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-735) Sort the list of WatchedFolders fore more predictable install sequences

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-735.
---------------------------------------

    Resolution: Fixed

Implemented in revision 718257

> Sort the list of WatchedFolders fore more predictable install sequences
> -----------------------------------------------------------------------
>
>                 Key: SLING-735
>                 URL: https://issues.apache.org/jira/browse/SLING-735
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>            Reporter: Bertrand Delacretaz
>
> Processing WatchedFolders always in the same order helps debugging and testing, if only by making easier to compare log files.
> I'll change the set of WatchedFolders in the RepositoryObserver class to a sorted one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.