From 5f46449a3a73a101fb6e7926dd48e1672ad3ed7b Mon Sep 17 00:00:00 2001 From: lapentafd Date: Tue, 7 Dec 2021 15:59:49 +0000 Subject: Moving @NotNull annotation to field level KeyStorePassword and KeyStorePath values can be expressed as simply null instead of "null" Issue-ID: POLICY-3604 Change-Id: I839bce33df4829fcc8d604f8ed1e52e6f50ef988 Signed-off-by: lapentafd --- .../resources/handling-sdc-null-parameters.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json (limited to 'plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json') diff --git a/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json new file mode 100644 index 00000000..6c9301a5 --- /dev/null +++ b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json @@ -0,0 +1,27 @@ +{ + "name" : "parameterConfig1", + "asdcAddress": "localhost", + "messageBusAddress": [ + "a.com", + "b.com", + "c.com" + ], + "user": "policy", + "password": "policy", + "pollingInterval":20, + "pollingTimeout":30, + "retryDelay":30, + "consumerId": "policy-id", + "artifactTypes": [ + "TOSCA_CSAR", + "HEAT" + ], + "consumerGroup": "policy-group", + "environmentName": "TEST", + "keyStorePath": null, + "keyStorePassword": null, + "activeServerTlsAuth": null, + "isFilterInEmptyResources": null, + "isUseHttpsWithDmaap": null +} + -- cgit 1.2.3-korg