zutnop / telekom-workflow-engine

An embeddable Java framework for running long-lived business processes
MIT License
27 stars 14 forks source link

Spring 5 support #14

Closed KPeedosk closed 4 years ago

KPeedosk commented 6 years 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].

zutnop commented 6 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 :)

zutnop commented 4 years ago

Was completed a while ago.