Hey guys, I'm getting a MappingException using `sp...
# spring
s
Hey guys, I'm getting a MappingException using
spring-data-mongodb
and Kotlin data classes. But it happens at random. I've tried adding
@PersistenceConstructor
and annotating each property with a
@Field
annotation, but it still happens.