Runtime engine for client-supplied Java sources under the Dirigible registry.
Discovers *.java files via a dedicated synchronizer, compiles them in-process
with the JDK Java Compiler API, loads them under per-project isolated
URLClassLoaders, and exposes them as REST endpoints with hot reload.