Rename remaining OSI references to Ossie - #288
Open
jbonofre wants to merge 1 commit into
Open
Conversation
Completes the OSI -> Ossie rename across the repository, covering the parts that still carried the former name: - core-spec: osi-schema.json -> ossie-schema.json (including its $id and all references in examples, docs, ROADMAP, python tests, and the Java schema-loader / pom resource copy). - Python package: OSI* model classes -> Ossie* (OssieDocument, OssieDataType, OssieSemanticModel, ...) and to_osi_json/to_osi_yaml -> to_ossie_*. - Converters: package/dir renames (osi_omni -> ossie_omni, honeydew_osi -> honeydew_ossie), plus source, test, and fixture files (osi_to_msi.py, test_osi_converter_*.py, tpcds_osi.yaml, ...). - Java converters: Osi* classes -> Ossie* (files kept in sync with class names), ALL_CAPS constants -> OSSIE, and the CLI direction flag toOSI -> toOssie. The historical note "formerly known as Open Semantic Interchange (OSI)" is intentionally preserved in README, CONTRIBUTING, and docs. English words that merely contain the substring (position, composite, repository, ...) are left untouched. All Python and Java test suites pass and the spec examples validate against the renamed schema.
6 tasks
QMalcolm
approved these changes
Jul 30, 2026
QMalcolm
left a comment
Contributor
There was a problem hiding this comment.
Looks like we have a small merge conflict, but otherwise looks good to me!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the OSI → Ossie rename across the repository, covering the parts that still carried the former name. 135 files changed (57 file/directory renames, the rest content edits).
Structural renames
osi-schema.json→ossie-schema.json— including its$idand every reference (examples, docs, ROADMAP, python tests, and the Java schema-loader / pom resource copy).OSI*model classes →Ossie*(OssieDocument,OssieDataType,OssieSemanticModel, …);to_osi_json/to_osi_yaml→to_ossie_*.osi_omni→ossie_omni,honeydew_osi→honeydew_ossie) plus source, test, and fixture files (osi_to_msi.py,test_osi_converter_*.py,tpcds_osi.yaml, …).Osi*classes →Ossie*(files kept in sync with class names);ALL_CAPSconstants →OSSIE(e.g.SALESFORCE_TO_OSSIE); CLI direction flagtoOSI/"toosi"→toOssie/"toossie".Intentionally preserved
position,composite,repository,cosine,posix, …) are untouched.Verification
ossie-schema.json)..ambrsnapshots) — all pass.validate.pyon the example model: PASSED.