modelmapper / modelmapper

Intelligent object mapping
http://modelmapper.org
Apache License 2.0
2.29k stars 349 forks source link

Mapping of Arrays stopped working in Groovy #131

Open plbarrios opened 9 years ago

plbarrios commented 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

chhsiao90 commented 6 years ago

I think it should be fixed by #131, I'm not sure. Can you post your stacktrace? Thanks.