-
Notifications
You must be signed in to change notification settings - Fork 313
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
Migrate the Opossum reporter from Jackson to kotlinx-serialization (KxS) #8839
Comments
@maxhbr is this something you could help with? Is there maybe even a JSON schema for Opossum that we could generate Kotlin code from? |
Hey, I posted it in our group chat. |
Were there any responses @maxhbr? |
Yeah, we are difinitely still using it. |
Thanks @leslielazzarino for the comment. Is there also willingness to help maintaining it from your side, and assist with the migration to KxS? |
Hi @sschuberth I am taking a look. |
Thank you @alexzurbonsen 🙏🏻 Ideally, the conversion would not be done by simply migrating those untyped maps to KxS equivalents, but by introducing a proper data model class (like e.g. for AOSD) at the same time. |
Ideally, this would also refactor the code to use properly typed
data class
es.This is part of the #3904 effort.
The text was updated successfully, but these errors were encountered: