Nicola Puppa
Nicola Puppa
## Description Due to https://github.com/camunda/zeebe/issues/14329 a new migration was introduced to restore the backoff column family with the correct data. Perhaps, we missed to cover some cases (see https://github.com/camunda/zeebe/issues/15954). With...
## Description When a process instance enters a compensation intermediate throw or end event, it triggers the compensation and invokes the compensation handlers of completed activities. If an activity is...
## Description This PR add a foreign key between process instances and the process definition they belong to ## Related issues closes #13495 ## Definition of Done _Not all items...
## Description Added a new workflow for Spring Zeebe SDK ## Related issues closes #17767
Review and address all the TODOs into the project, refactor the code where needed and improve maintainability Blocked by #17340
## Introduction Complete the migration of Spring Zeebe SDK (for more information about the migration see https://github.com/camunda/zeebe/issues/16816), refactor the codebase and extend test coverage. Project channel: [#prj-spring-zeebe-sdk](https://camunda.slack.com/archives/C06MPP9DQ21) ## Concept -...
**Describe the bug** The Zeebe token is not refreshed after 5 minutes ``` 2024-04-24T17:43:46.401+03:00 WARN 85729 --- [ault-executor-2] io.camunda.zeebe.client.job.poller : Failed to activate jobs for worker demoService#foo and job type...
## **History:** Initially authentication implementation (which is legacy config now, see `legacyCredentialsProvider()` from `ZeebeClientConfigurationImpl`) was as follows: - `CredentialsProvider` - comes from Java Client, base interface to provide header with...
## Description Added missing Spring SDK properties closes: #3709 ## When should this change go live? - [x] This is a bug fix, security concern, or something that needs **urgent...
## Description - Updated configuration properties - Added `@ZeebeSpringTest` references - Improved docs, removed reference to old configuration (with .properties file) in favor of yaml file - Removed links to...