Possibly. Though ServiceLoader that does auto-loading is pretty standard Java API.
> On Jan 12, 2023, at 9:11 PM, Michael Gentry <blackn...@gmail.com> wrote: > > Is that due to reflection? > > On Wed, Jan 11, 2023 at 8:09 AM Andrus Adamchik <aadamc...@gmail.com> wrote: > >> And per the latest comments in that task, Cayenne actually works with >> Graal, just not the module auto-loading part: >> >> ServerRuntime.builder() >> >> // no autoloading, each module will need to be explicitly added below >> .disableModulesAutoLoading() >> >> // add the main Cayenne module >> .addModule(new ServerModule()) >> >> // ... >> .build(); >> Andrus >> >>> On Jan 10, 2023, at 9:57 AM, Andrus Adamchik <aadamc...@gmail.com> >> wrote: >>> >>> FYI: https://github.com/oracle/graal/issues/5716 >>> >>> A discussion on how to package a Cayenne app to a native executable with >> Graal. If anyone tried doing that before and has some experience, feel free >> to chime in. >>> >>> Andrus >> >>