[#3919] Bad caching of JPA-annotated getters leads to wrong mapping into POJOs that have @ConstructorProperties
This commit is contained in:
parent
f063276efc
commit
69ef447cc6
@ -2244,7 +2244,7 @@ final class Utils {
|
||||
return null;
|
||||
}
|
||||
|
||||
}, DATA_REFLECTION_CACHE_GET_ANNOTATED_GETTER, name);
|
||||
}, DATA_REFLECTION_CACHE_GET_ANNOTATED_GETTER, type, name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user