Fix NPE with native-image with @MappedSuperclass by rbygrave · Pull Request #3611 · ebean-orm/ebean
@MappedSuperclass was excluded from the generated reflect-config.json, this PR fixes that. The missing reflect-config entry for MappedSuperclass means that with native-image the @id property isn't found when its on a MappedSuperclass, and that ended up as a NPE in BeanPropertyAssocOne.
rbygrave
deleted the
feature/fix-native-image-mappedSuper
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters