Generic type variables are not properly resolved due to PojoDescriptorBuilderImpl.mergePropertyDescriptorWithSuperClass.
As the super class is a Class with erasure the generic resolution fails.
I assume this was initially done due to caching optimization.
However, it is obvious now that this is a bug that has to be fixed.
Generic type variables are not properly resolved due to PojoDescriptorBuilderImpl.mergePropertyDescriptorWithSuperClass. As the super class is a Class with erasure the generic resolution fails. I assume this was initially done due to caching optimization. However, it is obvious now that this is a bug that has to be fixed.