Merging the json-integration-refactoring branch into the trunk

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

Merging the json-integration-refactoring branch into the trunk

Jacopo Cappellato-4
Hi all,

please review the work that Adrian and I did in the "json-integration-refactoring" branch:

http://svn.apache.org/viewvc/ofbiz/branches/json-integration-refactoring/

The work there is almost complete and I would like to merge the branch into the trunk soon.

Main highlights are:
1) removed unused parser for SQL
2) removed old home grown JSON parser
3) implemented new support for an abstract JSON class and converters; the actual conversion is done with Jackson lib
4) migrated existing code that was using json-lib to the new classes (i.e. all JSON conversions are now done with Jackson)
5) added support for invoking service events using JSON
6) unit tests have been implemented to assert the proper behavior of the JSON conversions

This work should address the following tickets:
https://issues.apache.org/jira/browse/OFBIZ-5790
https://issues.apache.org/jira/browse/OFBIZ-4572
https://issues.apache.org/jira/browse/OFBIZ-3365
https://issues.apache.org/jira/browse/OFBIZ-5751

Thanks,

Jacopo