public final class AxonVersionDetector extends Object
pom.properties
files
in the classpath and extracts the Axon Framework module versions. If an error occurs during detection, it logs the
error and returns an empty list.
Will only detect Axon Framework modules that are part of the Axon Framework or AxonIQ ecosystem, as defined by the group IDs:
This class is not intended to be instantiated, and all methods are static.
Modifier and Type | Method and Description |
---|---|
static List<Artifact> |
safeDetectAxonModules()
Detects Axon Framework modules in the classpath and returns their versions.
|
public static List<Artifact> safeDetectAxonModules()
Copyright © 2010–2025. All rights reserved.