Skip to content

Releases: viadee/external-task-retry-aspect

v1.2.3

24 May 17:47
Compare
Choose a tag to compare

⭐ Features

  • Improve display of an InstantIncidentException in Camunda Cockpit: The instant-exception's own message is also included now, besides the message of the root-cause, if any. Unfortunately, it was lost before, e.g. throw new InstantIncidentException("ohoh, some error occurred", new RuntimeException("boom")); will lead to: RuntimeException: boom (InstantIncident: ohoh, some error occurred)

🛠️ Dependency Updates

  • Bump spring-boot.version from 2.4.5 to 2.5.0 (03a4f70)
  • Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (d10c8ab)

v1.2.2

11 May 12:44
Compare
Choose a tag to compare

🛠️ Dependency Updates

  • Bump license-maven-plugin from 4.0 to 4.1 (f3352bf)
  • Bump maven-gpg-plugin from 1.6 to 3.0.1 (6cf1f0c)
  • Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4 (e3d9e82)
  • Bump spring-boot from 2.4.4 to 2.4.5 (74b48a7)

v1.2.1

12 Apr 19:33
Compare
Choose a tag to compare

🛠️ Dependency Updates

  • Bump license-maven-plugin from 3.0 to 4.0 (97fe43f)
  • Bump mockito-core from 3.8.0 to 3.9.0 (2942194)
  • Bump camunda-external-task-client from 1.4.1 to 7.15.0 (d8f3d38)

v1.2.0

22 Mar 16:37
Compare
Choose a tag to compare

⭐ Features

  • add retry-config to properties-prefix to better group all properties (5dc89da)

v1.1.6

22 Mar 16:42
Compare
Choose a tag to compare

🛠️ Dependency Updates

  • Update Spring-boot-starter to 2.4.4 (4bd2eb5)
  • Update Mockito to 3.8.0 (4bd2eb5)

v1.1.5

01 Apr 16:50
Compare
Choose a tag to compare

🐛 Bug Fixes

  • use interface-type (ExternalTaskService) in aspect instead of impl (d28461f)

v1.1.3

01 Apr 16:54
Compare
Choose a tag to compare

⭐ Features

  • first published version of external-task-retry-aspect