Skip to content

Releases: bpm-crafters/process-engine-worker

0.8.0

04 Mar 22:39

Choose a tag to compare

⚡ Breaking Changes

  • Update to process-engine-api version 1.5 #205

🚀 Enhancements & Features

  • Enable specification of lock duration per worker using annotation #207
  • As a user I want to set custom lock durations for workers #200

🛠️ Chore

  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.15 to 2.8.16 #219
  • build(deps): bump dev.bpm-crafters.maven.parent:maven-parent from 2025.08.1 to 2026.02.1 #218
  • build(deps): bump process-engine-adapters-c7.version from 2025.11.1 to 2026.02.1 #217
  • build(deps): bump dev.bpm-crafters.process-engine-adapters:process-engine-adapter-camunda-platform-c8-bom from 2025.11.1 to 2026.02.1 #216
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 2.8.15 #215
  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.12.2 to 2026.02.1 #211
  • build(deps-dev): bump org.mockito.kotlin:mockito-kotlin from 6.2.1 to 6.2.3 #202
  • build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #201
  • build(deps-dev): bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.1 #199
  • build(deps-dev): bump org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter-feign from 7.24.0 to 7.24.1 #198

❤️ Contributors

Thank you to all the contributors who worked on this release:

@emaarco and @zambrovski

0.7.1

08 Jan 08:59

Choose a tag to compare

🐛 Bug Fixes

  • fix: correct retry counter decrementation #195
  • Restore correct retry count decrement #194

🛠️ Chore

  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.10.1 to 2025.12.2 #192
  • build(deps): bump actions/checkout from 5 to 6 #186

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.7.0

13 Nov 09:46

Choose a tag to compare

🛠️ Chore

  • Support Process Engine API 1.4
  • Use C7 Adapter 2025.11.1
  • Use C8 Adapter 2025.11.1
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.13 to 2.8.14 #183
  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.07.1 to 2025.10.1 #180
  • build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.5.5 to 3.5.7 #179
  • build(deps-dev): bump org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter-feign from 7.23.4 to 7.24.0 #178
  • build(deps-dev): bump org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-external-task-client from 7.23.0 to 7.24.0 #177
  • build(deps): bump org.camunda.bpm:camunda-bom from 7.23.0 to 7.24.0 #176
  • build(deps-dev): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 #174
  • build(deps-dev): bump org.assertj:assertj-core from 3.27.4 to 3.27.6 #173
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.12 to 2.8.13 #171

0.6.1

08 Sep 12:08

Choose a tag to compare

🚀 Enhancements & Features

  • Provide actuator metrics #157

🐛 Bug Fixes

  • made deployment autoconfiguration conditional on Deployment API, fix … #170

🛠️ Chore

  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.9 to 2.8.12 #168
  • build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.5.4 to 3.5.5 #165
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.9 to 2.8.11 #164
  • build(deps): bump process-engine-adapters-c7.version from 2025.08.1 to 2025.08.3 #163
  • build(deps): bump actions/setup-java from 4 to 5 #162

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.6.0

15 Aug 15:36

Choose a tag to compare

⚡ Breaking Changes

  • Allow to specify a converter per variable as an annotation attribute #160

🚀 Enhancements & Features

  • Make name of the variable and topic name default string aliases for the annotation properties. #152
  • Allow to specify a variable converter #151

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.5.0

13 Aug 10:18

Choose a tag to compare

⚡ Breaking Changes

  • chore: set complete tasks before commit to false changing #155 #158

🚀 Enhancements & Features

  • implement task completion after transaction commit #156
  • Offer a flag to switch task auto completion of transactional workers between in and after transaction #155
  • Support process deployment on application startup #149

🛠️ Chore

  • build(deps-dev): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 #154
  • build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.5.3 to 3.5.4 #148
  • build(deps-dev): bump org.mockito.kotlin:mockito-kotlin from 5.4.0 to 6.0.0 #147

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.4.5

14 Jul 08:28

Choose a tag to compare

🚀 Enhancements & Features

  • Upgrade to SpringBoot 3.5.x and SpringCloud 2025 #146

🛠️ Chore

  • build(deps): bump dev.bpm-crafters.process-engine-api:process-engine-api from 1.2 to 1.3 #145
  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.06.1 to 2025.07.1 #144
  • build(deps): bump dev.bpm-crafters.maven.parent:maven-parent from 2025.07.2 to 2025.07.3 #143

0.4.4

02 Jul 09:42

Choose a tag to compare

🐛 Bug Fixes

  • Fix/make transational execution more robust #141
  • Fix: Support transactional worker - UnexpectedRollbackException #140

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.4.3

01 Jul 10:49

Choose a tag to compare

🚀 Enhancements & Features

Release publication of 0.4.2 failed, repeating the missed features

  • Switch to new sonatype publishing #139
  • Feature/improved exception resolver #138
  • Improve error reporting and exception unwrapping #137
  • add secondary constructor for parameterExtractor #136
  • Java compatibility: ParameterResolutionStrategy - use wrapper for functional parameters #134

🛠️ Chore

  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.05.1 to 2025.06.1 #133
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9 #132
  • build(deps): bump process-engine-adapters-c7.version from 2025.05.5 to 2025.06.1 #131
  • build(deps-dev): bump org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter-feign from 7.23.2 to 7.23.3 #130
  • build(deps): bump process-engine-adapters-c7.version from 2025.05.4 to 2025.05.5 #129

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.4.2

30 Jun 21:38

Choose a tag to compare

🚀 Enhancements & Features

  • Feature/improved exception resolver #138
  • Improve error reporting and exception unwrapping #137
  • add secondary constructor for parameterExtractor #136
  • Java compatibility: ParameterResolutionStrategy - use wrapper for functional parameters #134

🛠️ Chore

  • build(deps): bump io.holunda:camunda-platform-7-autologin from 2025.05.1 to 2025.06.1 #133
  • build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9 #132
  • build(deps): bump process-engine-adapters-c7.version from 2025.05.5 to 2025.06.1 #131
  • build(deps-dev): bump org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter-feign from 7.23.2 to 7.23.3 #130
  • build(deps): bump process-engine-adapters-c7.version from 2025.05.4 to 2025.05.5 #129

❤️ Contributors

We'd like to thank all the contributors who worked on this release!