diff options
author | liamfallon <liam.fallon@est.tech> | 2020-03-13 12:34:58 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-03-13 16:55:55 +0000 |
commit | 96e93d0c2642717ed5b37dcc2721ee2755141e76 (patch) | |
tree | 59c5520d8649797adac9dce2623c843f7fd62d2a /models-sim/models-sim-dmaap | |
parent | 309c49634bf9fcb53458d3e5f07684cb7bfbdd6f (diff) |
Consistent returns on Service Template gets
This review enables specification of versions of entities on incoming
service templates using a ':' delimiter.
So this will load version 1.00, version 2.0.0, and version 3.0.0:
org.onap.entitiy:1.0.0:
version: 1.0.0
org.onap.entity:2.0.0:
version: 2.0.0
org.onap.entity
version: 3.0.0
So this will load version 1.00, version 2.0.0, and version 4.0.0:
org.onap.entitiy:1.0.0:
version: 1.0.0
org.onap.entity:2.0.0:
version: 2.0.0
org.onap.entity:
version: 3.0.0
org.onap.entity:
version: 4.0.0
This will load
org.onap.entity:1.0.0
name: org.onap.entity
version: 1.0.0
This will throw an exception
org.onap.entity:1.0.0
name: org.onap.some.other.entity
version: 1.0.0
This will throw an exception
org.onap.entity:1.0.0:
name: org.onap.entity
version: 2.0.0
Issue-ID: POLICY-2377
Change-Id: I34bccf065b4ee4d2fe71b052bf009d4a40e2cba8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-sim/models-sim-dmaap')
0 files changed, 0 insertions, 0 deletions