[jira] [Updated] (OFBIZ-9886) Deprecate XMLSerializer and refactor codebase to remove it.

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

[jira] [Updated] (OFBIZ-9886) Deprecate XMLSerializer and refactor codebase to remove it.

Nicolas Malin (Jira)

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

Michael Brohl updated OFBIZ-9886:
---------------------------------
    Summary: Deprecate XMLSerializer and refactor codebase to remove it.  (was: Deprecate XMLSerializer and refactor codebase to remove iti)

> Deprecate XMLSerializer and refactor codebase to remove it.
> -----------------------------------------------------------
>
>                 Key: OFBIZ-9886
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9886
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Michael Brohl
>            Assignee: Michael Brohl
>            Priority: Minor
>
> According to a notice in the class Javadoc, the class should be deprecated but there is no @deprecated annotation.
> {code:java}
> /**
>  * XmlSerializer class. This class is deprecated - new code should use the
>  * Java object marshalling/unmarshalling methods in <code>UtilXml.java</code>.
>  *
>  */
> public class XmlSerializer...
> {code}
> If we decide to deprecate the class, I think we should
> * add the deprecated annotiation to the class
> * refactor the codebase to use UtilXML instead of XmlSerializer



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)