OpenCMIS in-memory server
This commit is contained in:
parent
c1e6bd6d65
commit
99085fb928
8 changed files with 919 additions and 6 deletions
36
profiles/targets/opencmis-inmemory-local.json
Normal file
36
profiles/targets/opencmis-inmemory-local.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"id": "opencmis-inmemory-local",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "Apache Chemistry OpenCMIS InMemory Local",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding local pilot"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:18080/inmemory/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": "env:OPENCMIS_INMEMORY_USER,OPENCMIS_INMEMORY_PASSWORD",
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": [
|
||||
{
|
||||
"id": "pilot-target-not-production",
|
||||
"requirement_refs": [
|
||||
"cmis.object-services",
|
||||
"cmis.content-streams",
|
||||
"cmis.query",
|
||||
"cmis.acl",
|
||||
"cmis.versioning"
|
||||
],
|
||||
"reason": "The OpenCMIS in-memory server is used only as a local infrastructure pilot target.",
|
||||
"status": "unsupported_by_design"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue