Will spring-boot-starter-camunda-sdk be available on Maven Central?

Hi all,

the dependency io.camunda.spring:spring-boot-starter-camunda has been relocated to io.camunda:spring-boot-starter-camunda-sdk.

The documentation says I need to add https://artifacts.camunda.com/artifactory/camunda-identity as a repository (actually “camunda-identity” is strange - why “identity”? - but I didn’t check if it works).

Will the dependency io.camunda:spring-boot-starter-camunda-sdk be available in future on Maven Central? It not, it would be quite annoying in various situations - especially in corporate environments.

Tagging @jonathan.lukas because I know you’re involved :wink:

Best,
Tobias

Hello @tobiasschaefer ,

thank you for tagging me. I already forwarded the request to the sdk team for a review.

I think the identity repository is not required as the sdk does not make use of it. But as spring-zeebe used it and it was added to the documentation there, it could be that there was a misunderstanding when internalizing the project.

best,
Jonathan

3 Likes

I think the identity repository is not required as the sdk does not make use of it. But as spring-zeebe used it and it was added to the documentation there, it could be that there was a misunderstanding when internalizing the project.

Pretty much this. There is no dependency on the identity sdk anymore,
we can remove this from the docs.

Thanks for raising @tobiasschaefer and thanks for investigating already to @jonathan.lukas !

Edit: Issue raised Spring Zeebe SDK Getting Started guide mentions unnecessary repo setup · Issue #4495 · camunda/camunda-docs · GitHub

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.