odpi / egeria-connector-xtdb

Pluggable repository for Egeria, using XTDB (formerly "Crux") as the back-end to natively support historical metadata.
https://odpi.github.io/egeria-docs/connectors/repository/xtdb/
Apache License 2.0
15 stars 7 forks source link

Valid status list missing from cache of InstanceType objects #351

Closed cmgrote closed 2 years ago

cmgrote commented 2 years ago

This was resulting in comparison failures on .equals() for InstanceType objects -- in particular where we do a retype to a subtype and then back to an original type again this would mean that the type def comparisons on the original type (using .equals()) would fail because the original value would have the valid status list while the back-again type would not.