My organization would like to use Flowable Engine but we need bump Spring Boot → 3.2, Spring Framework → 6.1.2, Spring Security → 6.2, Spring Framework 6.13.
I am now getting errors running unit tests in the flowable-rest module:
Tests run: 90, Failures: 0, Errors: 90, Skipped: 0, Time elapsed: 1.109 s <<< FAILURE! – in org.flowable.rest.service.api.history.HistoricTaskInstanceResourceTest
org.flowable.rest.service.api.history.HistoricTaskInstanceResourceTest.testGetProcessTask – Time elapsed: 0.755 s <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘processEngine’ defined in class path resource [org/flowable/rest/conf/jpa/JPAFlowableEngineConfiguration.class]: Unexpected exception during bean creation
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:534)
…
Caused by: java.lang.IllegalArgumentException: Invalid value type for attribute ‘factoryBeanObjectType’: java.lang.String
Anyone else trying to bump Flowable Engine to Spring Boot 3.2?