You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)