Just a quick question. Does Camunda 7.24 support Spring Boot 4. I have just updated my dependencies to use Spring Boot 4.0.2 and I get the following error on startup:
Failed to generate bean name for imported class ‘org.camunda.bpm.spring.boot.starter.CamundaBpmAutoConfiguration’
during the creation of the bean for org.camunda.bpm.spring.boot.starter.CamundaBpmAutoConfiguration
The class HibernateJpaAutoConfiguration was moved to org.springframework.boot.hibernate.autoconfigure.HibernateJpaAutoConfiguration in Springboot 4 so something is not right.
The error you are encountering with Camunda 7.24 and Spring Boot 4.0.2 is primarily due to the significant architectural shifts in the Spring ecosystem that Camunda 7’s older auto-configuration classes do not yet recognize. Specifically, the CamundaBpmAutoConfiguration fails to load because it relies on internal Spring framework hooks that have likely been renamed or deprecated in the major leap to Spring Boot 4.