Hi All, This is NOT about changing the Java requirement from 8 to 11.
What I am starting to think about now that Java 11 is gaining traction is whether to split Bean Utils into modules so that it might be possible (or not) to run BU again java.base only and have an new module that would contain converters for java.sql for example. We would need to use ServiceLoader most likely. Gary