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

chore(opossum reporter): Migrate serialization to kotlinx #9484

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. chore(opossum reporter): migrate serialization to kotlinx

    Migrates the OpossumReporter plugin away from Jackson serialization
    to use kotlinx serialization. To get properly typed data structures for
    serialization the previous untyped Map<*, *> are substituted by
    properly typed data classes. This leads to the creation of an
    OpossumInputCreator class that holds intermediate data structures
    needed for processing of the Reporter input.
    
    Signed-off-by: alexzurbonsen <[email protected]>
    alexzurbonsen committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4de3dbb View commit details
    Browse the repository at this point in the history
  2. refactor(opossum reporter): adjust file structure

    Put public method at the top, put caller above callees
    etc.
    
    Signed-off-by: alexzurbonsen <[email protected]>
    alexzurbonsen committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4bf27e2 View commit details
    Browse the repository at this point in the history