Closed KPeedosk closed 4 years ago
Thank you for reporting the issue. We are planning to migrate to Spring 5 maybe during the next three months. If you need the solution sooner, then pull requests are highly appreciated :)
Was completed a while ago.
Currently workflow engine does not support spring version 5. The class org.springframework.jmx.export.MBeanExporter used to inherit a method setRegistrationBehaviorName. But in Spring version 5 that method has been removed. The following exception is received when starting the application: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exporter' defined in class path resource [workflow-engine-jmx.xml].