Closed matentzn closed 6 months ago
Resolves #1099, and makes repair command more flexible.
docs/
mvn verify
mvn site
CHANGELOG.md
This PR makes it possible to selectively invoke repair functions rather than having all or nothing approach (which still works by default).
WARNING: This PR contains a breaking change:
robot repair --input in.owl --merge-axiom-annotations true -o out.owl
would have previously ran the entire repair pipeline (RepairOperation.repair()). Now, it will only run the merge axiom annotations pipeline.
RepairOperation.repair()
Resolves #1099, and makes repair command more flexible.
docs/
have been added/updatedmvn verify
says all tests passmvn site
says all JavaDocs correctCHANGELOG.md
has been updatedThis PR makes it possible to selectively invoke repair functions rather than having all or nothing approach (which still works by default).
WARNING: This PR contains a breaking change:
would have previously ran the entire repair pipeline (
RepairOperation.repair()
). Now, it will only run the merge axiom annotations pipeline.