expectation/waiver policy layer

This commit is contained in:
2026-05-07 14:05:22 +02:00
parent 5a6091fd2a
commit 4f8d8a1f52
13 changed files with 313 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
{
"id": "cmis-local-harness",
"target_profile_ref": "kontextual-cmis-compat",
"expectations": [
{
"id": "cmis-tck-wrapper-bootstrap",
"requirement_refs": [],
"check_refs": [
"check-group:open-cmis-tck:repository-type",
"check-group:open-cmis-tck:object-content"
],
"result_refs": [
"blocked"
],
"classification_refs": [
"missing_dependency",
"tck_invocation_not_configured"
],
"expected": true,
"reason": "The local bootstrap can plan CMIS TCK groups before Java/Maven and the final Apache Chemistry invocation are configured.",
"status": "active"
}
]
}