CSS: handle features with no version 65/67165/3
authorStephen Kitt <skitt@redhat.com>
Mon, 15 Jan 2018 13:44:47 +0000 (14:44 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 15 Jan 2018 16:22:04 +0000 (16:22 +0000)
commit5e50116b65e5e6c6f2f69c7a8df91c64e6bc7e10
treed6f3f185b4c72d4cff379adb9ff94df2587da63c
parentba65cb687fef6361b026eab545d97e303d30bf63
CSS: handle features with no version

When a feature has no version, it can end up interpreted as having
version 0.0.0 (which is the default version). CSS ends up looking for
features with version 0.0.0, which fail to compare with versionless
features. This patch deals with this case explicitly.

Change-Id: I354c7d679e194c38a6aa6883deb2da2b24cda29e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/config/config-persister-feature-adapter/src/main/java/org/opendaylight/controller/configpusherfeature/internal/FeatureConfigPusher.java