You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2007/12/03 11:22:42 UTC

[jira] Created: (JCR-1252) BundleFsPersistenceManager: remove deprecated settings

BundleFsPersistenceManager: remove deprecated settings
------------------------------------------------------

                 Key: JCR-1252
                 URL: https://issues.apache.org/jira/browse/JCR-1252
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
            Priority: Minor
             Fix For: 1.4


Some settings of the BundleFsPersistenceManager are not used internally and should be removed:

blobFSInitialCache, blobFSMaximumCache, itemFSBlockSize, itemFSInitialCache, itemFSMaximumCache

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


[jira] Commented: (JCR-1252) BundleFsPersistenceManager: remove deprecated settings

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551776 ] 

Jukka Zitting commented on JCR-1252:
------------------------------------

Should we keep the setters as no-op methods that just log a warning? There might be installations out there that use those configuration options, and I'd prefer not to break them.

> BundleFsPersistenceManager: remove deprecated settings
> ------------------------------------------------------
>
>                 Key: JCR-1252
>                 URL: https://issues.apache.org/jira/browse/JCR-1252
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 1.4
>
>
> Some settings of the BundleFsPersistenceManager are not used internally and should be removed:
> blobFSInitialCache, blobFSMaximumCache, itemFSBlockSize, itemFSInitialCache, itemFSMaximumCache

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


[jira] Commented: (JCR-1252) BundleFsPersistenceManager: remove deprecated settings

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553623 ] 

Jukka Zitting commented on JCR-1252:
------------------------------------

Ah, you're right about missing setters just being ignored.

I guess the best option would be to make BeanConfig log a warning for all such configuration parameters. I'll file a separate issue for that.

> BundleFsPersistenceManager: remove deprecated settings
> ------------------------------------------------------
>
>                 Key: JCR-1252
>                 URL: https://issues.apache.org/jira/browse/JCR-1252
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 1.4
>
>
> Some settings of the BundleFsPersistenceManager are not used internally and should be removed:
> blobFSInitialCache, blobFSMaximumCache, itemFSBlockSize, itemFSInitialCache, itemFSMaximumCache

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


[jira] Commented: (JCR-1252) BundleFsPersistenceManager: remove deprecated settings

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553621 ] 

Thomas Mueller commented on JCR-1252:
-------------------------------------

The settings were not used, that means it didn't have any effect if somebody used them. Things will not break now that they are removed: any parameter in the repository.xml that doesn't have a setter in the class is ignored. Including misspelled parameters. Actually, in my view, this behavior is not desirable, what do you think?

> BundleFsPersistenceManager: remove deprecated settings
> ------------------------------------------------------
>
>                 Key: JCR-1252
>                 URL: https://issues.apache.org/jira/browse/JCR-1252
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 1.4
>
>
> Some settings of the BundleFsPersistenceManager are not used internally and should be removed:
> blobFSInitialCache, blobFSMaximumCache, itemFSBlockSize, itemFSInitialCache, itemFSMaximumCache

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


[jira] Resolved: (JCR-1252) BundleFsPersistenceManager: remove deprecated settings

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

Thomas Mueller resolved JCR-1252.
---------------------------------

    Resolution: Fixed

Fixed in revision 600468

> BundleFsPersistenceManager: remove deprecated settings
> ------------------------------------------------------
>
>                 Key: JCR-1252
>                 URL: https://issues.apache.org/jira/browse/JCR-1252
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 1.4
>
>
> Some settings of the BundleFsPersistenceManager are not used internally and should be removed:
> blobFSInitialCache, blobFSMaximumCache, itemFSBlockSize, itemFSInitialCache, itemFSMaximumCache

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