You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/04/30 12:40:30 UTC

[jira] Created: (JCR-2089) Use java.util.concurrent

Use java.util.concurrent
------------------------

                 Key: JCR-2089
                 URL: https://issues.apache.org/jira/browse/JCR-2089
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Jukka Zitting
             Fix For: 2.0.0


Now after JCR-2087 we can use Java 5 class libraries in Jackrabbit. One major new thing in Java 5 is the java.util.concurrent library that we can use to replace the concurrent.jar dependency we have now.

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


[jira] Commented: (JCR-2089) Use java.util.concurrent

Posted by "Claus Köll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846948#action_12846948 ] 

Claus Köll commented on JCR-2089:
---------------------------------

i would prefere to extend the default Java5 concurrent library or maybe the current concurrent.jar to handle the XA issues properly
see as sample JCR-2554 and JCR-1334
greets

> Use java.util.concurrent
> ------------------------
>
>                 Key: JCR-2089
>                 URL: https://issues.apache.org/jira/browse/JCR-2089
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Jukka Zitting
>             Fix For: 2.1.0
>
>
> Now after JCR-2087 we can use Java 5 class libraries in Jackrabbit. One major new thing in Java 5 is the java.util.concurrent library that we can use to replace the concurrent.jar dependency we have now.

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


[jira] Updated: (JCR-2089) Use java.util.concurrent

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

Marcel Reutegger updated JCR-2089:
----------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.1.0

This doesn't block 2.0. We should give it another try for 2.1.

> Use java.util.concurrent
> ------------------------
>
>                 Key: JCR-2089
>                 URL: https://issues.apache.org/jira/browse/JCR-2089
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Jukka Zitting
>             Fix For: 2.1.0
>
>
> Now after JCR-2087 we can use Java 5 class libraries in Jackrabbit. One major new thing in Java 5 is the java.util.concurrent library that we can use to replace the concurrent.jar dependency we have now.

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


[jira] Updated: (JCR-2089) Use java.util.concurrent

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

Jukka Zitting updated JCR-2089:
-------------------------------

    Fix Version/s:     (was: 2.1.0)

There are some rather tricky uses of concurrent.jar locks in jackrabbit-core that'll need quite a bit of attention when migrating as there are no exactly equivalent classes in java.util.concurrent. Dropping the 2.1.0 target.

> Use java.util.concurrent
> ------------------------
>
>                 Key: JCR-2089
>                 URL: https://issues.apache.org/jira/browse/JCR-2089
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Jukka Zitting
>
> Now after JCR-2087 we can use Java 5 class libraries in Jackrabbit. One major new thing in Java 5 is the java.util.concurrent library that we can use to replace the concurrent.jar dependency we have now.

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