itdv
itdv
Hi Is there a way to add adapters programmatically to transpiler instance? It would be vary convenient to have such an option, which would allow to treat the whole transpiler...
**Describe the bug** When attempting to save a recursive type entity or entity that includes a recursive type (i.e., a field of its own type) in Morphia 2.4.14, a StackOverflowError...
**Description** Suppose we have the following: ```java public class ThirdPartyEntity { public String field; public Long number; } ``` and ```java @ExternalEntity(target = ThirdPartyEntity.class) public class ThirdPartyEntityMixIn { public String...