]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-889: When converting json to xml, convert properties named '.' to xml element...
authorRay Lee <ray.lee@lyrasis.org>
Mon, 27 Jul 2020 22:10:18 +0000 (18:10 -0400)
committerRay Lee <ray.lee@lyrasis.org>
Mon, 27 Jul 2020 22:10:18 +0000 (18:10 -0400)
commite58cfac4ed460b3b07a746d61eee76df08d741ea
tree94da800a8415f979e5dae97aef56d0da5d85a455
parentf340095ca913e6d7ec9e9a54d862a23e640cb56a
DRYD-889: When converting json to xml, convert properties named '.' to xml element content.
services/common/src/main/java/org/collectionspace/services/common/xmljson/ConversionUtils.java
services/common/src/main/java/org/collectionspace/services/common/xmljson/JsonToXmlStreamConverter.java
services/common/src/test/java/org/collectionspace/services/common/xmljson/test/JsonToXmlStreamConverterTest.java
services/common/src/test/resources/test-data/xmljson/export-invocation.json [new file with mode: 0644]
services/common/src/test/resources/test-data/xmljson/export-invocation.xml [new file with mode: 0644]