Hello Stephane Le 09/05/2019 à 22:00, Stephane Fellah a écrit :
> Recent changes on the geoapi-3.1 branch has broken our ISO 19139 importer. > > We have the following error when parsing an ISO document: > > junit.framework.AssertionFailedError: Exception in constructor: > testMarshalling (java.lang.TypeNotPresentException: Type > org.opengis.metadata.content.PolarizationOrientation not present Sorry for this breaking change… It is related to the following issue: https://github.com/opengeospatial/geoapi/issues/23 In short, the name in ISO specification has changed (the "z" has been changed to a "s"). However if this change appears in GeoAPI 3.1, then it is a mistake since that version shall be fully compatible with GeoAPI 3.0. I will revert that name change on that branch tomorrow morning. Thanks for reporting Martin
