tasso94
1
Hi all,
Camunda Platform Runtime 7.17.0-alpha2 has been released!
Read more about the following highlights on our blog post:
Best,
Tassilo
2 Likes
Hi @tasso94 ,
After upgrading camunda 7.17.0 in my spring boot application , gradle build is failing…
Test case is failng with below error.
StartProcessAbstractTest > testStartProcess() FAILED
java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
Caused by: org.springframework.boot.context.config.ConfigDataLocationNotFoundException at StandardConfigDataLocationResolver.java:286
WorkflowEngineTest > initializeTest() FAILED
java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
Caused by: org.springframework.boot.context.config.ConfigDataLocationNotFoundException at StandardConfigDataLocationResolver.java:286
Could you please suggest why it is so ?
i have update th below dependency:
api(‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter:7.17.0’)
api('org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-test:7.17.0'){
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}