diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2020-06-25 12:26:53 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-25 16:26:53 +0000 |
commit | f0540e4f944d3166f37623800621a21dfd6cb9f8 (patch) | |
tree | 0e34d5e96f556eeb1aa223d7c1346b4c8738229b | |
parent | c3f1939c5c5ee73747c12f0d24eccf434b6d11b8 (diff) |
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 86d310a51662379343579f6850710c376fd865fb
- Remove service annotation for ImperativeBluePrintWorkflowService
Even with the PROTOTYPE_SCOPE annotation the bean was in effect
a Singleton, as it was only injected in one other service. The
class has field variables which would be shared by every thread,
potentially causing severe errors under parallel execution.
Removed annotations to disable dependency injection, and instead
create a new instance with every execution call.
Issue-ID: CCSDK-2473
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I9e7148540781dcd869d55d932f4187c5f81cb3f5
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject aee530a92b14041b73d5c15bf4fa0709c92a82d +Subproject 86d310a51662379343579f6850710c376fd865f |