geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

OGC API / DCAT converter / Avoid NPE when no topic #53

Closed fxprunayre closed 2 years ago

fxprunayre commented 2 years ago

Even if topic category is mandatory from an ISO point of view, some records may not defined it.

Make the mapping more robust on this point and avoid



java.lang.NullPointerException: null
    at org.fao.geonet.index.converter.DcatConverter.convert(DcatConverter.java:156) ~[classes/:na]
    at org.fao.geonet.ogcapi.records.controller.ItemApiController.collectionsCollectionIdItemsRecordIdGetAsJsonLd(ItemApiController.java:291) ~[classes/:na]