Startup fails after updating to spring boot 2.3.1 and camunda-ee 7.13.3

Hi,

I updated the dependencies and startup fails with:

 Caused by:
                    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration': 
Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createRestConfig' defined in class path resource [org/camunda/bpm/spring/boot/starter/rest/CamundaBpmRestJerseyAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.spring.boot.starter.rest.CamundaJerseyResourceConfig]: Factory method 
'createRestConfig' threw exception; nested exception is java.lang.NoSuchFieldError: INCLUDE_ALL

Any hints?
Thanks
Jan

Hi Jan,

What’s the full stacktrace and can you please post the output of mvn dependency:tree of the project? From a first glance, it looks like mismatching versions of jersey dependencies (jersey-common and jersey-server).

Cheers,
Thorben

Hi Thorben, we meanwhile opened SUPPORT-8335 for this.

According to the compatibility matrix, camunda 7.13.x requires Spring Boot 2.2.x. Using Spring 2.3.x is at your own risk :slight_smile:

Partially right. The enterprise release 7.13.3-ee supports spring boot 2.3.1 officially. Hence the support ticket … which got solved … and was in fact our fault (dependency hell).