It seems that there is a problem with bytecode manipulation when more then one @Embedded objects object is in the entity Entity file which results to : _java.lang.ClassFormatError: Duplicate interface name in class file_
I'm attaching a simple Maven project which can be run to reproduce the issue. Just unarchive and run {{mvn clean package}} |
|