Repository: qpid-dispatch Updated Branches: refs/heads/master 8783d5e22 -> 6952d9f95
DISPATCH-342 - Remove the config router.config from address, link route and auto link entities Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6952d9f9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6952d9f9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6952d9f9 Branch: refs/heads/master Commit: 6952d9f9572cd0d679be9ee954653b74823af565 Parents: 42613e8 Author: Ganesh Murthy <[email protected]> Authored: Mon May 23 14:07:58 2016 -0400 Committer: Ted Ross <[email protected]> Committed: Tue May 24 16:19:32 2016 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6952d9f9/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index f696f62..7adc2e8 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -831,7 +831,7 @@ }, "fixedAddress": { - "description":"(DEPRECATED) Establishes treatment for addresses starting with a prefix. This entity has been deprecated. Use router.config.address instead", + "description":"(DEPRECATED) Establishes treatment for addresses starting with a prefix. This entity has been deprecated. Use address instead", "extends": "configurationEntity", "operations": ["CREATE"], "attributes": { @@ -868,7 +868,7 @@ }, "waypoint": { - "description":"(DEPRECATED) A remote node that messages for an address pass through. This entity has been deprecated. Use router.config.autoLink instead", + "description":"(DEPRECATED) A remote node that messages for an address pass through. This entity has been deprecated. Use autoLink instead", "extends": "configurationEntity", "operations": ["CREATE", "DELETE"], "attributes": { @@ -900,7 +900,7 @@ }, "linkRoutePattern": { - "description":"(DEPRECATED) An address pattern to match against link sources and targets to cause the router to link-route the attach across the network to a remote node. This entity has been deprecated. Use router.config.linkRoute instead", + "description":"(DEPRECATED) An address pattern to match against link sources and targets to cause the router to link-route the attach across the network to a remote node. This entity has been deprecated. Use linkRoute instead", "extends": "configurationEntity", "operations": ["CREATE"], "attributes": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
