Hi,
I'm using Quarkus OGM 3.11.0 (neo4j-ogm-core 4.0.13) and I have an issue with some entities. In org.neo4j.ogm.metadata.DescriptorMappings#computeType(String) (line 128) a ClassNotFoundException is raised because the Class.forName don't find my entity class so it returns null (line 130).
During Quarkus startup, the same method is called with the same class (Company) and it's working, but when I'm loading a class (User) with a relationship with Company, it fails.
Regards,
David