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

Okapi Dependency Update from V. 0.36 to 1.43.0 #12

Merged
merged 1 commit into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. okapi dependency update from V. 0.36 to 1.43.0 which is the latest ve…

    …rsion supporting java 8
    
    extractNoteFromXMLComment fix - replaced textUnit.getProperty to textUnitUtils.getNote method
    
    getNote fix - return textUnit.getProperty(NoteAnnotation.LOC_NOTE) if the property is not null
    
    adding empty line at the end of the yaml files. The source file has the empty line at the end, so okapi version upgrade should have fixed it.
    
    XLIFFNoteAnnotation was deprecated and removed. NoteAnnotation class came as a replacement for the old XLIFFNoteAnnotation class.
    
    XLIFFNote was deprecated and removed. Note class came as a replacement for the old XLIFFNote class.
    
    Property.NOTE string constant was deprecated and removed. It as replaced by NoteAnnotation.LOC_NOTE. The value of the string constant is no longer the same. Property.NOTE value was 'note' and NoteAnnotation.LOC_NOTE value is 'developer'
    hylstonnb committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d302d49 View commit details
    Browse the repository at this point in the history