You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Colin MacNaughton (JIRA)" <ji...@apache.org> on 2009/05/27 06:12:51 UTC

[jira] Created: (AMQ-2267) activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation

activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation
------------------------------------------------------------------------------------

                 Key: AMQ-2267
                 URL: https://issues.apache.org/activemq/browse/AMQ-2267
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: incubation
         Environment: N/A
            Reporter: Colin MacNaughton
             Fix For: incubation


CursoredQueue and MemoryStore were relying on JDK 6 TreeMap methods so I created a new TreeMap implementation based on Apache Common's BidiTreeMap


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


[jira] Resolved: (AMQ-2267) activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved AMQ-2267.
--------------------------------

    Resolution: Fixed

patch applied.  Thanks!

> activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation
> ------------------------------------------------------------------------------------
>
>                 Key: AMQ-2267
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2267
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: incubation
>         Environment: N/A
>            Reporter: Colin MacNaughton
>             Fix For: incubation
>
>         Attachments: AMQ-2267patch.txt
>
>
> CursoredQueue and MemoryStore were relying on JDK 6 TreeMap methods so I created a new TreeMap implementation based on Apache Common's BidiTreeMap

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


[jira] Updated: (AMQ-2267) activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation

Posted by "Colin MacNaughton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colin MacNaughton updated AMQ-2267:
-----------------------------------

    Attachment: AMQ-2267patch.txt

Patch file

> activemq-flow Removing JDK 1.6 dependencies -- Rolled our own TreeMap implementation
> ------------------------------------------------------------------------------------
>
>                 Key: AMQ-2267
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2267
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: incubation
>         Environment: N/A
>            Reporter: Colin MacNaughton
>             Fix For: incubation
>
>         Attachments: AMQ-2267patch.txt
>
>
> CursoredQueue and MemoryStore were relying on JDK 6 TreeMap methods so I created a new TreeMap implementation based on Apache Common's BidiTreeMap

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