I'm working on embedded jbpm setup, have recently migrated jbpm version from 7.31 to 7.73. I used springboot version 2.4.8 with latest jbpm version it worked fine. When I upgraded spingboot version to 2.7.2 it's giving below issues. How can I resolve the issue? And what is the compatibility matrix for open source jbpm 7.73.
ERROR o.s.boot.SpringApplication.reportFailure. Appliction run failed. org.springframework.beans.factory.BeanCreationException: error creating bean with name 'queryservice' defined classpath- resource [org/jbpm/springboot/autoconfigure/JBPMAutoConfiguration.class]: Bean instantiatoin via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jbpm.services.api.query.QueryService] : Factory method 'queryservice' threw exception; nested exception is java.lang.RuntimeException: java.lang.IlleagualArgumentException: No query defined for that name [getQuerydefinitions]