AxonIQ / console-framework-client

Client for Axon Framework to connect to AxonIQ Console
https://console.axoniq.io/
Apache License 2.0
0 stars 0 forks source link

Fix bean depending on entire Configuration causing disappearing of me… #78

Closed CodeDrivenMitch closed 3 months ago

CodeDrivenMitch commented 3 months ago

…trics

We had a bean that injects the entire Axon Configuration class, causing eager initialization. And thus, intialization of the metrics while the configuration was still empty. This PR removes that dependency, exactly like was done in https://github.com/AxonIQ/inspector-axon/pull/38

Fixes #77

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud