[
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)