Lightweight runtime primitives shared between components/engine/engine-java (the full
client-Java engine — synchronizer, compiler, ClassConsumer SPI, controller routing) and
components/engine/engine-bpm-flowable (only needs to resolve client-compiled classes from
delegate expressions). Extracted from engine-java's runtime package so engine-bpm-flowable
can depend on this small leaf module instead of the full engine — that in turn lets
...