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

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

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

Nicolas Malin (Jira)

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

Nicolas Malin commented on OFBIZ-5169:
--------------------------------------

After close the OFBIZ-5781 we still face in code
framework/entity/src/org/ofbiz/entity/util/EntitySaxReader.java:
{code}
import javolution.text.CharArray;
import javolution.text.Text;
import javolution.xml.sax.Attributes;
import javolution.xml.sax.XMLReaderImpl;
public class EntitySaxReader implements javolution.xml.sax.ContentHandler, ErrorHandler {
{code}

I will check how to replace it.

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