[jira] Created: (OFBIZ-1304) Add a java 1.5 LRU map implementation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1304) Add a java 1.5 LRU map implementation

Nicolas Malin (Jira)
Add a java 1.5 LRU map implementation
-------------------------------------

                 Key: OFBIZ-1304
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1304
             Project: OFBiz
          Issue Type: New Feature
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Adam Heath
            Priority: Minor
             Fix For: SVN trunk
         Attachments: framework-base-new-LRUMap.patch

CacheLineTable uses LRUMap from apache-commons; however, that class is not generified.  So, create a new LRUMap, that extends LinkedHashMap, so that when generics is done, there will be fewer warnings.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1304) Add a java 1.5 LRU map implementation

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath updated OFBIZ-1304:
------------------------------

    Attachment: framework-base-new-LRUMap.patch

> Add a java 1.5 LRU map implementation
> -------------------------------------
>
>                 Key: OFBIZ-1304
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1304
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-new-LRUMap.patch
>
>
> CacheLineTable uses LRUMap from apache-commons; however, that class is not generified.  So, create a new LRUMap, that extends LinkedHashMap, so that when generics is done, there will be fewer warnings.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1304) Add a java 1.5 LRU map implementation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath updated OFBIZ-1304:
------------------------------

    Assignee: Adam Heath

> Add a java 1.5 LRU map implementation
> -------------------------------------
>
>                 Key: OFBIZ-1304
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1304
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-new-LRUMap.patch
>
>
> CacheLineTable uses LRUMap from apache-commons; however, that class is not generified.  So, create a new LRUMap, that extends LinkedHashMap, so that when generics is done, there will be fewer warnings.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1304) Add a java 1.5 LRU map implementation

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath closed OFBIZ-1304.
-----------------------------

    Resolution: Fixed

Fixed by version 585668.

> Add a java 1.5 LRU map implementation
> -------------------------------------
>
>                 Key: OFBIZ-1304
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1304
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-new-LRUMap.patch
>
>
> CacheLineTable uses LRUMap from apache-commons; however, that class is not generified.  So, create a new LRUMap, that extends LinkedHashMap, so that when generics is done, there will be fewer warnings.

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