-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
[BUG] AsyncAPI v3.0.0 no longer serializable #198
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@ChMThiel Hi! Will change it today. Please, switch to This release will introduce breaking changes:
|
@Pakisan Thank you very much for the quick reply! |
I'm not sure when exactly I'll release 1.0.0 I want to add new bindings versions and left it for a while(few months I think), to
|
@ChMThiel I removed final from |
@Pakisan @fjtirado I checked the current |
Done |
Describe the bug.
Im trying to upgrade the AsyncApi Quarkus-Plugin to AsyncAPI v3.
In V2 of
com.asyncapi.v2._0_0.model.AsyncAPI
, the field asysncapi was not final:in V3 it's final (
com.asyncapi.v3._0_0.model.AsyncAPI
):This prevents the object to be serialized/deserialized in my Quarkus-Extension:
Expected behavior
AsyncAPI in V3 is de/serializable to by Quarkus' ByteRecorder
Screenshots
see above
How to Reproduce
see https://github.com/quarkiverse/quarkus-asyncapi/tree/asyncApi_v3
🥦 Browser
Mozilla Firefox
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: