Hi - I get an error from ModelMapper after uprevving from 3.1.0 to 3.1.1.
The error details are below, but (a) is this expected that 3.1.1 should fail configurations accepted by 3.1.0, and (b) I must confess to not understanding the error or advice offered, so would be grateful for some further explanation if possible.
Many thanks
Alan
Caused by: org.modelmapper.ConfigurationException: ModelMapper configuration errors:
1) Not able to skip <field>., because there are already nested properties are mapped:
[field.p1.
field.p2. ...
field.pN.].
Do you skip the property after the implicit mappings mapped? We recommended you to create an empty type map, and followed by addMappings and implicitMappings calls
1 error
at org.modelmapper.internal.Errors.throwConfigurationExceptionIfErrorsExist(Errors.java:240)
at org.modelmapper.internal.ReferenceMapExpressionImpl.skipMapping(ReferenceMapExpressionImpl.java:90)
at org.modelmapper.internal.ReferenceMapExpressionImpl.map(ReferenceMapExpressionImpl.java:68)
at org.modelmapper.internal.ConfigurableConditionExpressionImpl.map(ConfigurableConditionExpressionImpl.java:67)