Skip to content

v1.2.3

Compare
Choose a tag to compare
@rnschk rnschk released this 24 May 17:47
· 182 commits to main since this release

⭐ 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)