[ 
https://issues.apache.org/jira/browse/QPID-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-6948:
-----------------------------
    Description: 
Make the REST API backwardly compatibility with model as used by 0.32.

In general the compatibility layer should:

For GET:

* attributes that are removed should be simulated (e.g. defaultVirtualHost)
* new attributes/new types don't need to be hidden

For POST/PUT:

* on creation, new mandatory attributes should be given sensible defaults
* removed operations should be supported perhaps by rewriting the request in 
terms of new operations.

When the model changes structurally, the compatibility layer should present the 
old model. 

  was:
Make the REST API backwardly compatibility with model as used by 0.32.

In general the compatibility layer should:

For GET:

* attributes that are removed should be simulated
* new attributes/new types don't need to be hidden

For POST/PUT:

* on creation, new mandatory attributes should be given sensible defaults
* removed operations should be supported perhaps by rewriting the request in 
terms of new operations.

When the model changes structurally, the compatibility layer should present the 
old model. 


> Introduce REST API compatibility layer
> --------------------------------------
>
>                 Key: QPID-6948
>                 URL: https://issues.apache.org/jira/browse/QPID-6948
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>
> Make the REST API backwardly compatibility with model as used by 0.32.
> In general the compatibility layer should:
> For GET:
> * attributes that are removed should be simulated (e.g. defaultVirtualHost)
> * new attributes/new types don't need to be hidden
> For POST/PUT:
> * on creation, new mandatory attributes should be given sensible defaults
> * removed operations should be supported perhaps by rewriting the request in 
> terms of new operations.
> When the model changes structurally, the compatibility layer should present 
> the old model. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to