You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ar-ohi-srivastav - the command layer has not been ported over from 1.x to 2.x. The MarshallCompat class is only used in the context of serializing/deserializing Command objects.
Update: some parts of this have been done. The command layer is being migrated from v1 to v2. The focus is on unmarshalling of commands for test purposes. The command layer is not backward compatible.
In versions 1.x.x there was support for MarshallCompat
using
io.apicurio.datamodels.compat.MarshallCompat
Can anyone tell me what is the replacement of the above functionality in version 2.1.0 of data models
The text was updated successfully, but these errors were encountered: