Remove NotNull on revision for YangResourceEntity 38/131338/3
authorlukegleeson <luke.gleeson@est.tech>
Thu, 29 Sep 2022 14:58:06 +0000 (15:58 +0100)
committerlukegleeson <luke.gleeson@est.tech>
Mon, 3 Oct 2022 13:16:44 +0000 (14:16 +0100)
Issue-ID: CPS-1265
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: Icfe4d9881a3aa7d92d5bd17eaaed91bdbce0a203

cps-ri/src/main/java/org/onap/cps/spi/entities/YangResourceEntity.java
docs/release-notes.rst

index 7a864a9..53ae820 100644 (file)
@@ -66,7 +66,6 @@ public class YangResourceEntity implements Serializable {
     @Column
     private String moduleName;
 
-    @NotNull
     @Column
     private String revision;
 
index 43ee654..1a3bcbc 100755 (executable)
@@ -38,6 +38,7 @@ Release Data
 
 Bug Fixes
 ---------
+   - `CPS-1265 <https://jira.onap.org/browse/CPS-1265>`_  Revision field should not be required (NotNull) on cps-ri YangResourceEntity
    - `CPS-1294 <https://jira.onap.org/browse/CPS-1294>`_  Kafka communication fault caused cmHandle registration error
 
 Version: 3.1.3