Releases: viadee/external-task-retry-aspect
Releases · viadee/external-task-retry-aspect
v1.2.3
⭐ 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
🛠️ 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
🛠️ 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
⭐ Features
- add
retry-config
to properties-prefix to better group all properties (5dc89da)
v1.1.6
🛠️ Dependency Updates
- Update Spring-boot-starter to 2.4.4 (4bd2eb5)
- Update Mockito to 3.8.0 (4bd2eb5)
v1.1.5
🐛 Bug Fixes
- use interface-type (ExternalTaskService) in aspect instead of impl (d28461f)
v1.1.3
⭐ Features
- first published version of external-task-retry-aspect