From: sebdet Date: Thu, 8 Oct 2020 13:11:07 +0000 (+0200) Subject: Fix issue with isLegacy() X-Git-Tag: 6.0.0~11^2~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cd3dec378e3ad194d8708b45e653471b4a73d326;p=policy%2Fclamp.git Fix issue with isLegacy() Method has been removed, this must be removed from the policy camel code Issue-ID: CLAMP-948 Signed-off-by: sebdet Change-Id: Ic37db72c2499c2d56c08bd71ed900c0d939aa64b --- diff --git a/src/main/resources/clds/camel/routes/loop-flows.xml b/src/main/resources/clds/camel/routes/loop-flows.xml index 691656d81..d0d552568 100644 --- a/src/main/resources/clds/camel/routes/loop-flows.xml +++ b/src/main/resources/clds/camel/routes/loop-flows.xml @@ -67,19 +67,9 @@ ${body.getPolicyModel().getVersion()} - - - ${body.isLegacy()} == true - - 1 - - - - - 1.0.0 - - - + + 1.0.0 + ${body} diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index f597bdc08..355aba788 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -279,19 +279,9 @@ ${exchangeProperty[X-ONAP-PartnerName]} - - - ${exchangeProperty[policy].isLegacy()} == true - - 1 - - - - - 1.0.0 - - - + + 1.0.0 +