You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot be converted since v1.5.1. It seems that this change introduced this bug. I've attached a little demo project to demonstrate this. In 1.5.0 this type of enum was not acceptable which resulted in the supertype lookup to resolve to the correct class (DefaultSuperTypeResolverStrategy).
I think we have to check in the Types#isEnum() methode the supertype as well. I've tried to do with an extended EnumCustomConverter but there are other places which cannot be fixed with this CustomConverter eg. if the destination type is of type MyEnum.SOME_VALUE.class.
Hey,
enums which implement methods eg.
cannot be converted since v1.5.1. It seems that this change introduced this bug. I've attached a little demo project to demonstrate this. In 1.5.0 this type of enum was not acceptable which resulted in the supertype lookup to resolve to the correct class (DefaultSuperTypeResolverStrategy).
I think we have to check in the Types#isEnum() methode the supertype as well. I've tried to do with an extended EnumCustomConverter but there are other places which cannot be fixed with this CustomConverter eg. if the destination type is of type MyEnum.SOME_VALUE.class.
Demo project: OrikaBug.zip
Greetings,
Chris
The text was updated successfully, but these errors were encountered: