Create a json schema for validation of the configuration of the A1 PMS - A1 Jakarta 02/124702/2
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 6 Oct 2021 13:56:18 +0000 (15:56 +0200)
committerKAPIL SINGAL <ks220y@att.com>
Thu, 7 Oct 2021 00:15:42 +0000 (00:15 +0000)
Bugfix, wrong behviour using old application.yaml files.

Issue-ID: CCSDK-3468
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I66013a62b550366f48665b0ecf30939dc8f4e0b5

a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/configuration/ApplicationConfig.java

index 40988e4..0f10a8c 100644 (file)
@@ -45,7 +45,7 @@ public class ApplicationConfig {
     private String localConfigurationFilePath;
 
     @Getter
-    @Value("${app.config-file-schema-path:\"\"}")
+    @Value("${app.config-file-schema-path:}")
     private String configurationFileSchemaPath;
 
     @Getter