Fix NullPointerException when k8s resource labels is null 89/127889/1
authorMichal Chabiera <michal.chabiera@orange.com>
Fri, 18 Mar 2022 12:24:06 +0000 (13:24 +0100)
committerMichal Chabiera <michal.chabiera@orange.com>
Fri, 18 Mar 2022 12:24:06 +0000 (13:24 +0100)
commitea23e0c6526ae0fa649ad5657ac19d27a5aa46d0
treead4809053eabfd5ca2b0bfc200992e9c4de1203f
parent8f9596d529df852ec97eef15c22c62b4a3acae8e
Fix NullPointerException when k8s resource labels is null

Check if labels is not null to avoid NullPointerException. When the lebels is null empty list should be returned.

Issue-ID: SO-3908
Signed-off-by: Michal Chabiera <michal.chabiera@orange.com>
Change-Id: I5450d723f189e97aea2f81e739a4f3e3e6547c66
so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/service/aai/AaiResponseParser.java