Open
Description
Hello,
up until version 3.3.9 the RepositoryResourceMappings
class was using the Repositories
object to populate the cache needed for the ResourceMetadataHandlerMethodArgumentResolver
as you can see here:
Then this method was changed to use the PersistentEntities
as youc an see here:
The PersistentEntities
object is constructed by trying to locate all the javax.persistence.metamodel.Metamodel
and thus completely ignores the alternativeDomainTypes
a RepositoryMetadata
may hold.