From abba1c2f8fc792b63392302fec99ee27147362aa Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 10 Jun 2020 15:44:29 -0400 Subject: Default ActorImpl should have an "operations" property Added "operations" level to actor properties. Also renamed CommonActorParams to ActorParams, in the process. Note: This impacts the properties specified in drools-apps. Issue-ID: POLICY-2629 Change-Id: I155bcb6ced73cb54e656d34e0b184fb2ed6250d1 Signed-off-by: Jim Hahn --- .../model-actors/actor.vfc/src/test/resources/service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'models-interactions/model-actors/actor.vfc') diff --git a/models-interactions/model-actors/actor.vfc/src/test/resources/service.yaml b/models-interactions/model-actors/actor.vfc/src/test/resources/service.yaml index 26192e013..f6988517b 100644 --- a/models-interactions/model-actors/actor.vfc/src/test/resources/service.yaml +++ b/models-interactions/model-actors/actor.vfc/src/test/resources/service.yaml @@ -25,7 +25,8 @@ httpClients: managed: true actors: VFC: - Restart: + operations: + Restart: clientName: my-client pathGet: jobs maxGets: 20 -- cgit 1.2.3-korg