You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2014/07/02 10:18:24 UTC

[jira] [Created] (SYNCOPE-524) Use JSON for serialized POJOs in the internal storage

Francesco Chicchiriccò created SYNCOPE-524:
----------------------------------------------

             Summary: Use JSON for serialized POJOs in the internal storage
                 Key: SYNCOPE-524
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-524
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 1.2.0


Currently different kinds of POJOs are stored serialized in some JPA entity's field (connector configuration, attributes for propagation tasks, user / role templates for sync tasks, ...).

Till now such objects are (de)serialized in XML via {{XStream}} - we can remove such dependency and also improve performances by using Jackson and JSON.



--
This message was sent by Atlassian JIRA
(v6.2#6252)