camunda-community-hub / camunda-platform-7-rest-client-spring-boot

Camunda REST client for Java Spring Boot Projects, implemented using Feign
https://camunda-community-hub.github.io/camunda-platform-7-rest-client-spring-boot/
Apache License 2.0
73 stars 22 forks source link

SpringBoot 3.0 support #385

Closed szabon007 closed 1 year ago

szabon007 commented 1 year ago

Scenario

Is your client working with SpringBoot 3.0, or should I downgrade my project to SpringBoot 2.7.x?

Additional info: I use only the starter dependency (see below), but as I see, it contains org.camunda.bpm:camunda-engine dependency. I haven't got any of org.camunda.bpm dependency in my pom

org.camunda.community.rest camunda-platform-7-rest-client-spring-boot-starter 7.19.0

Current Behaviour

Wanted Behaviour

Possible Workarounds

zambrovski commented 1 year ago

Hi @szabon007,

officially, Camunda 7.19 doesn't work with Spring Boot 3 and only 7.20 is planned to support it. For this reason, we decided to mirror the decision of Camunda Core team and are currently only support Spring Boot 2.7.x.

Sorry for that,

Cheers,

Simon

zambrovski commented 1 year ago

I created the issue for Spring Boot 3 support: #386