Skip to content

Commit

Permalink
Update 0003-declarative-services.md
Browse files Browse the repository at this point in the history
removed references to unsupported reference scope.
  • Loading branch information
carneyweb authored Dec 18, 2024
1 parent c3d08a4 commit ce26a3d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions text/0003-declarative-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,6 @@ See <a href="Declarative_Services_RFA#Dependency_Injection" title="wikilink">Dep
"id": "/properties/scr/properties/components/items/properties/references/items/properties/policy-option",
"type": "string"
},
"scope": {
"default": "Singleton",
"id": "/properties/scr/properties/components/items/properties/references/items/properties/scope",
"type": "string"
},
"target": {
"id": "/properties/scr/properties/components/items/properties/references/items/properties/target",
"type": "string"
Expand Down Expand Up @@ -735,8 +730,7 @@ schema:
"cardinality": "1..1", // Cardinality of the reference
"policy": "static", // Binding policy for the reference
"policy-option": "reluctant", // Binding policy option for the reference
"target": "(type=file)", // LDAP filter for the reference
"scope": "bundle" // scope of the reference
"target": "(type=file)" // LDAP filter for the reference
}],
"inject-references": true // Specifies whether the references are injected into the component instances
}]
Expand Down

0 comments on commit ce26a3d

Please sign in to comment.