[jira] [Updated] (OFBIZ-10756) Prepare the migration to XStream 1.5

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

[jira] [Updated] (OFBIZ-10756) Prepare the migration to XStream 1.5

Nicolas Malin (Jira)

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

Jacques Le Roux updated OFBIZ-10756:
------------------------------------
    Description:
We currently use the UnsupportedClassConverter method in UtilXml class. When the 1.5 version of XStream will be available another way to handle this kind of things will be available and used by default. It's already possible to use the same with the 1.4 version of XStream with its setupDefaultSecurity method.

So this Jira to replace the UnsupportedClassConverter in UtilXml class by XStream::setupDefaultSecurity method.

It's an improvement but better to backport it as much as possible




  was:
We currently use the UnsupportedClassConverter in UtilXml class. When the 1.5 version of XStream will be available another way to handle this kind of things will be available and used by default. It's already possible to use the same with the 1.4 version of XStream with its setupDefaultSecurity method.

So this Jira to replace the UnsupportedClassConverter in UtilXml class by XStream::setupDefaultSecurity method.

It's an improvement but better to backport it as much as possible





> Prepare the migration to XStream 1.5
> ------------------------------------
>
>                 Key: OFBIZ-10756
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10756
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, Release Branch 18.12
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Major
>
> We currently use the UnsupportedClassConverter method in UtilXml class. When the 1.5 version of XStream will be available another way to handle this kind of things will be available and used by default. It's already possible to use the same with the 1.4 version of XStream with its setupDefaultSecurity method.
> So this Jira to replace the UnsupportedClassConverter in UtilXml class by XStream::setupDefaultSecurity method.
> It's an improvement but better to backport it as much as possible



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)