camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.11k stars 1.55k forks source link

Camunda version 7.21.0-alpha1 failed to start in Springboot 3.2.0 #3976

Closed PolarisDraco closed 10 months ago

PolarisDraco commented 11 months ago

class:ProcessEngineHealthIndicator.class public ProcessEngineHealthIndicator(ProcessEngine processEngine) { Assert.notNull(processEngine); this.processEngine = processEngine; }

Among them: Assert. notnull (processEngine); error

The official source code has been updated. Please release it as soon as possible

danielkelemen commented 11 months ago

Hi @PolarisDraco, Thanks for opening a bug ticket!

In order to find out what's the cause for the bug, we will need more informations. What does your setup looks like? Can you provide or describe a minimum example that easily reproduces the problem? Additionally, please use our bug report template when you create the ticket and fill out the first 5 sections.

-Daniel

hausi78 commented 10 months ago

You might have to wait for https://github.com/camunda/camunda-bpm-platform/issues/3722 before upgrading to Spring Boot 3.2.

danielkelemen commented 10 months ago

@hausi78 Good point, I didn't notice the version first, thank you!

@PolarisDraco, our 7.21.0-alpha1 only supports Spring Boot 3.1.x. It's not tested with any higher versions.

With that I'll close this ticket for now. Feel free to reopen it if it also happens with the supported version.