sometime we need copy a shadow package for export remote service interface, service interface depend domain object which include domain enum type, it is necessary to support conversion between origin Enum type to shadow Enum.

Comment From: snicoll

Thanks. Have you signed the CLA?

Comment From: quaff

@snicoll , I didn't do that, What should I do ?

Comment From: snicoll

Do what's described in the contributing page. Thanks!

Comment From: quaff

I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.

Comment From: snicoll

:+1:

Comment From: quaff

I have updated this commit to avoid swallow IllegalArgumentException.

Comment From: philwebb

This seems like quite a specific use-case to add to the DefaultConversionService