When using Custom Converters there is no ability to retrieve if the object has already been processed this can cause a StackOverFlow error if the CustomConverters are Mapperaware and internally use the mapper to map an object after and before some processing.
Patch to expose mappedFields on Mapping Processor
Test for stack overflow error with bidirectional mapping.
This is a blocker for us, it would also resolve ID: 3017589 for us
See https://sourceforge.net/tracker/?func=detail&aid=3017589&group_id=133517&atid=727371#
please resubmit your test code without license headers in the source code. Otherwise I can not integrate it to Dozer source code.
ok, submitted the code anyway.
Sorry about that.