Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Marshall Command in version in 2.1 in Java #829

Open
ar-ohi-srivastav opened this issue Oct 14, 2024 · 2 comments
Open

Support for Marshall Command in version in 2.1 in Java #829

ar-ohi-srivastav opened this issue Oct 14, 2024 · 2 comments

Comments

@ar-ohi-srivastav
Copy link

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

@EricWittmann
Copy link
Member

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.

@EricWittmann
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants