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. |
[ 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. |
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. |
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. |
Free forum by Nabble | Edit this page |