openepcis / openepcis-models

EPCIS 2.0 Java Models
https://openepcis.io
Apache License 2.0
0 stars 2 forks source link

Convert the certificationInfo field from string to object #46

Closed Aravinda93 closed 2 months ago

Aravinda93 commented 2 months ago

@sboeckelmann As per the discussion, I have converted the certificationInfo field in our openepcis-models to accommodate Object Map<String, Object>. Accordingly, the other classes, tests, examples and hash generator were modified to fix the associated change issues.

Kindly request you to review the changes and approve the PR.