Fix NPE with native-image with @MappedSuperclass by rbygrave · Pull Request #3611 · ebean-orm/ebean

@rbygrave

@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 self-assigned this

Apr 1, 2025

@rbygrave rbygrave deleted the feature/fix-native-image-mappedSuper branch

April 1, 2025 07:45