openepcis / openepcis-models

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

Feature/oepcis 521 fixing issues associated ilmd marshalling #20

Closed Aravinda93 closed 1 year ago

Aravinda93 commented 1 year ago

This PR will contain following changes:

  1. Support for adding the namespaces during the marshalling of query document.
  2. Removing the ThreadLocal approach for the Namespaces during XML <-> JSON conversion.
  3. Adding the context holder approach to save the namespaces and use them during the XML <-> JSON conversion.

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