You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Taher Alkhateeb (JIRA)" <ji...@apache.org> on 2015/11/27 10:35:11 UTC

[jira] [Commented] (OFBIZ-5169) Removing Javolution from framework components

    [ https://issues.apache.org/jira/browse/OFBIZ-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029677#comment-15029677 ] 

Taher Alkhateeb commented on OFBIZ-5169:
----------------------------------------

I've investigated what to re implement to satisfy dependencies in other Java sources in the framework and I list them below for reference. Once we reimplement them in EntitySaxReader without javolution then I would assume it is safe to remove the javolution from the framework

EntitySaxReader(delegator, timeout) // constructor
EntitySaxReader(delegator) // constructor
parse(content) // XML
parse(location) // URL
setCheckDataOnly(checkDataOnly) // boolean
setCreateDummyFks(dummyFks) // boolean
setMaintainTxStamps(maintainTxStamps) // boolean
setTransactionTimeout(transactionTimeout) // int
setUseTryInsertMethod(value) // boolean

> Removing Javolution from framework components
> ---------------------------------------------
>
>                 Key: OFBIZ-5169
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5169
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Varun Bhansaly
>            Priority: Minor
>         Attachments: framework-FastList-removed.patch
>
>
> a. Remove static instances of Javolution objects.
> b. Remove other uses of Javolution objects.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)