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.