From 054f1d1e13b4a7f0dc3a84d4c282019a3c528043 Mon Sep 17 00:00:00 2001 From: xg353y Date: Mon, 23 Jul 2018 16:02:28 +0200 Subject: Upgrade spring/camel versions Upgrade the spring/camel dependency versions in order to solve the security issue Issue-ID: CLAMP-188 Change-Id: I80c28a4d9c142b89463ad3a6a00761e5495adda8 Signed-off-by: xg353y --- src/main/resources/clds/camel/flexible-flow.xml | 50 ------------ .../resources/clds/camel/rest/clds-services.xml | 95 ++++++++++++++++++++++ .../resources/clds/camel/routes/flexible-flow.xml | 50 ++++++++++++ 3 files changed, 145 insertions(+), 50 deletions(-) delete mode 100644 src/main/resources/clds/camel/flexible-flow.xml create mode 100644 src/main/resources/clds/camel/rest/clds-services.xml create mode 100644 src/main/resources/clds/camel/routes/flexible-flow.xml (limited to 'src/main/resources/clds/camel') diff --git a/src/main/resources/clds/camel/flexible-flow.xml b/src/main/resources/clds/camel/flexible-flow.xml deleted file mode 100644 index 8305c2e49..000000000 --- a/src/main/resources/clds/camel/flexible-flow.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - ${exchangeProperty.actionCd} == 'SUBMIT' || ${exchangeProperty.actionCd} == 'RESUBMIT' - - - - 30000 - - - - - - ${exchangeProperty.actionCd} == 'DELETE' - - - - - 30000 - - - - - ${exchangeProperty.actionCd} == 'UPDATE' - - - - 30000 - - - - - - ${exchangeProperty.actionCd} == 'STOP' - - - - - ${exchangeProperty.actionCd} == 'RESTART' - - - - - - - \ No newline at end of file diff --git a/src/main/resources/clds/camel/rest/clds-services.xml b/src/main/resources/clds/camel/rest/clds-services.xml new file mode 100644 index 000000000..1ea8213f5 --- /dev/null +++ b/src/main/resources/clds/camel/rest/clds-services.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml new file mode 100644 index 000000000..8305c2e49 --- /dev/null +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -0,0 +1,50 @@ + + + + + + ${exchangeProperty.actionCd} == 'SUBMIT' || ${exchangeProperty.actionCd} == 'RESUBMIT' + + + + 30000 + + + + + + ${exchangeProperty.actionCd} == 'DELETE' + + + + + 30000 + + + + + ${exchangeProperty.actionCd} == 'UPDATE' + + + + 30000 + + + + + + ${exchangeProperty.actionCd} == 'STOP' + + + + + ${exchangeProperty.actionCd} == 'RESTART' + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg