Hey Guys *,
I’m currently working on a project using Camunda 8 in combination with Spring Boot, and we are looking into fetching tasks for our application. During our search for suitable libraries, we came across a particular Maven dependency that is not provided by Camunda’s official repository:
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
</dependency>
This library promises to facilitate tasks fetching, but since it’s not an official Camunda library, we’re uncertain about its reliability and trustworthiness.
Has anyone here used this library before? Can you share your experiences regarding its stability, performance, and security aspects? Moreover, does it integrate well with Spring Boot, and does it maintain compatibility with new Camunda versions as they’re released?
Thx in advance