Open plbarrios opened 9 years ago
Similar to issue https://github.com/jhalterman/modelmapper/issues/115, I have been having trouble using modelmapper 0.7.3 and groovy. Here is the test I ran against it, and it seems like skip is being ignored and mapping of arrays is happening.
https://github.com/plbarrios/modelmapper-tests/blob/master/ModelMapperTest.groovy
I think it should be fixed by #131, I'm not sure. Can you post your stacktrace? Thanks.
Similar to issue https://github.com/jhalterman/modelmapper/issues/115, I have been having trouble using modelmapper 0.7.3 and groovy. Here is the test I ran against it, and it seems like skip is being ignored and mapping of arrays is happening.
https://github.com/plbarrios/modelmapper-tests/blob/master/ModelMapperTest.groovy