Describe the bug
Trying to boot Flowable 7.2 with Jakarta 11 on Payara 7. ProcessEngine is configured properly but bit later on Weld boot finalization engine throws UnsupportedOperationException
Expected behavior
Boot without errors
Code
This code in FlowableExtension class throws an error:
FlowableServices services = (FlowableServices)ProgrammaticBeanLookup.lookup(FlowableServices.class, beanManager);
services.setProcessEngine(processEngine);
Additional context
Version 7.2.0 but applies to previous versions possibly