----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39596/ -----------------------------------------------------------
(Updated Oct. 27, 2015, 4:31 p.m.) Review request for qpid, Alan Conway, Ganesh M, Kenneth Giusti, mick goulish, and Ted Ross. Changes ------- Changed summary and description to reflect the change from singleton to referential. Summary (updated) ----------------- DISPATCH-186 - Add an indication that an annotation can be referenced by name Repository: qpid-dispatch Description (updated) ------- Adds a new attribute to entities named referential. If true then the entity/annotation could be referred to by name. This is to give the console enough information to separate out the sslProfile attributes. schema.py can already handle the case where a listener/connector contains a ssl-profile=<sslProfileName> attribute. I chose the name 'referential' to indicate that an annotation can be referred to by name. Another possibility is 'referable'. I also added an "references" list to an entity in the JSON schema. This list is only emitted if any of the entity's annotations are marked as referential. Diffs (updated) ----- python/qpid_dispatch/management/qdrouter.json c5b1edb python/qpid_dispatch_internal/management/schema.py 8f7e961 Diff: https://reviews.apache.org/r/39596/diff/ Testing ------- bin/test.sh Thanks, Ernie Allen
