When using a recent version of reflections (https://github.com/ronmamo/reflections, 0.10 or newer) it crash with the error " java.lang.IllegalAccessError: Update to static final field org.reflections.Reflections.log attempted from a different class (io.nuun.kernel.core.internal.KernelCore) than the field's declaring class" because now the "log" field is final.