-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
spring-boot 3.2.0
-
None
Any project using dependency:
<dependency>
<groupId>org.camunda.bpm.extension.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-rest</artifactId>
</dependency>
fails to be correctly deployed as a war Tomcat.
This issue is basically the same as: CAM-8414
Problem is that the suggested workaround seems not to be working anymore for version:
3.2.0
Hello Raffaele,
Thanks for raising this ticket. As of now, we only support the scenario that uses an embedded Tomcat with our Spring Boot starter (https://docs.camunda.org/manual/7.11/user-guide/spring-boot-integration/#supported-deployment-scenarios). That means that we do not develop for and test the scenario in which the starter is used in a WAR. Accordingly, we do not consider the observed behavior a bug and I will close this ticket.
That said, if you have an idea how we can make the WAR deployment scenario work, we would certainly be interested in receiving a contribution.
Best regards,
Thorben