veracitylab / provenance-injector

inject provenance into JEE applications
Apache License 2.0
0 stars 0 forks source link

add support to prov-json #5

Closed jensdietrich closed 10 months ago

jensdietrich commented 1 year ago

the format is described here: https://www.w3.org/Submission/prov-json/

code to change: nz.ac.wgtn.veracity.provenance.injector.model.::toJSON -- since we would not use databinding anymore, we could swap gson to json.org (note: exclude XML class from shading as it has a CVE)

try to use https://www.w3.org/Submission/prov-json/schema for testing

Matrixuniverses commented 10 months ago

Done in 471096a7ac6079532bb9cdc76c856c4c61b0c3f4