Any patch release made for an Axon project aims to resolve bugs. This page provides an overview of patch releases for the Axon Tracing Extension.
- Bumped Axon Framework version used from 4.5. to 4.5.5 here commit.
- An edge case was fixed where the
QueryGateway
could throws aNullPointerException
. The fix for it was done here.
- With the release of Spring-Boot 2.6.0, the problem with circular dependencies came to light. To make it possible to use tracing-extension together with spring-boot 2.6.0, a circular dependency on our code was fixed as can be seen here.
-
The tag for the query payload was wrong. We give credits to contributor
Sam-Kruglov
for noting the issue, which we resolved in this commit. -
In some Tracing UI's, camel-cased tag names showed up without the separation. This discrepancy is marked in issue #45 and resolved by using a dash notation instead of camel casing.