This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
ORT Downloader: Update ORT dependency to match latest ORT Analyzer output #632
Labels
bug
Something isn't working
Summary of the Bug
It is not currently possible to use analyzer_result.yml files from the latest version of ORT as input to Antenna with the ORT Downloader enabled.
When updating the ort.rev value in pom.xml to any recent commit values, we get compilation errors:
This is due to the refactoring of the Kotlin code in ORT: oss-review-toolkit/ort@67db194
From data classes to regular classes, which no longer support the component1(), component2(), component3() methods.
We also cannot access the fields from Java because the @JvmField has not been used so the fields are private to Java.
The core/runtime/.../antenna/util/LicenseSupport.java logic needs to be updated.
Steps to reproduce
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: