Repository: qpid-dispatch Updated Branches: refs/heads/master 3521b5595 -> 1d23b1356
NO-JIRA - Added some notes to (DEPRECATED) entities in qdrouter.json Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/1d23b135 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/1d23b135 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/1d23b135 Branch: refs/heads/master Commit: 1d23b135671e4fb5bde65a4d15e6dc4282981d4c Parents: 3521b55 Author: Ganesh Murthy <[email protected]> Authored: Wed May 4 13:37:51 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed May 4 13:37:51 2016 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/1d23b135/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index 6de9b43..c804f72 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -472,7 +472,7 @@ }, "container": { - "description":"(DEPRECATED)Attributes related to the AMQP container. All container attributes are now available in the router entity. The container entity will be removed in future releases", + "description":"(DEPRECATED)Attributes related to the AMQP container. This entity has been deprecated. Use the router entity instead.", "extends": "configurationEntity", "singleton": true, @@ -812,7 +812,7 @@ }, "fixedAddress": { - "description":"(DEPRECATED) Establishes treatment for addresses starting with a prefix.", + "description":"(DEPRECATED) Establishes treatment for addresses starting with a prefix. This entity has been deprecated. Use router.config.address instead", "extends": "configurationEntity", "operations": ["CREATE"], "attributes": { @@ -849,7 +849,7 @@ }, "waypoint": { - "description":"(DEPRECATED) A remote node that messages for an address pass through.", + "description":"(DEPRECATED) A remote node that messages for an address pass through. This entity has been deprecated. Use router.config.autoLink instead", "extends": "configurationEntity", "operations": ["CREATE", "DELETE"], "attributes": { @@ -881,7 +881,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.", + "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", "extends": "configurationEntity", "operations": ["CREATE"], "attributes": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
