Eclipse Tractus-X Digital Product Pass - An application for visualizing Digital Product Passports, Battery Passports and Transmission Passports, it is the reference implementation of the EcoPass KIT
The registry lookup lookup/shells/query is no longer valid (deprecated) and changed to /lookup/shells?assetIds=... after the registry hotfix update version 0.3.13-M1.
Add Ignore Json property in models to ignore unknown dDTR attributes/fields to parse the Json model
What we want to achieve with this PR?
The deprecated endpoint needs to be removed and replaced by new lookup API in order to comply with the latest registry version.
What is new?
Updated
Updated registry endpoint lookup/shells to /lookup/shells?assetIds=...
Added
Added Ignore Json Properties to unknown dDTR fields
Why we create this PR?
This PR contains the following changes:
lookup/shells/query
is no longer valid (deprecated) and changed to/lookup/shells?assetIds=...
after the registry hotfix update version0.3.13-M1
.What we want to achieve with this PR?
The deprecated endpoint needs to be removed and replaced by new lookup API in order to comply with the latest registry version.
What is new?
Updated
lookup/shells
to/lookup/shells?assetIds=...
Added