#3551 Log warning for use of mapping column to Class by rbygrave · Pull Request #3698 · ebean-orm/ebean

@rbygrave

I think it was a mistake for Ebean to support Class<?> from a security perspective. Instead, Ebean should just use a String <-> Varchar and leave if up to the application to take that String and convert it to a class [and then that potential Class initialisation is owned by the application code and all security considerations around that are owned by the application code].

@rbygrave self-assigned this

Nov 10, 2025

@rbygrave rbygrave linked an issue

Nov 10, 2025

that may be closed by this pull request