Skip to content

New Release supporting OCMF Version 1.4 #50

@omeaman2

Description

@omeaman2

Currently when inputting a OCMF 1.4 data package "Unknown data format" is displayed in the GUI.

In the code the MAX_VERSION is set to 1.4.1 however a different version check prevents OCMF versions higher than 1.3 from being parsed.
https://github.com/SAFE-eV/transparenzsoftware/blob/main/src/main/java/de/safe_ev/transparenzsoftware/verification/format/ocmf/OCMFVerificationParser.java#L134-L143

I have build my own version where the 1.3 comparison is changed to 1.4 which fixes the before mentioned issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions