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
The dependency actuator contains both a component list and a dependency list.
The component list is already implemented in Spring Boot Admin.
The dependency list could be used to display a dependency graph in Spring Boot Admin.
Example from the actuator:
{
"ref" : "pkg:maven/io.micrometer/micrometer-core@1.13.0?type=jar",
"dependsOn" : [
"pkg:maven/io.micrometer/micrometer-commons@1.13.0?type=jar",
"pkg:maven/io.micrometer/micrometer-observation@1.13.0?type=jar",
"pkg:maven/org.hdrhistogram/HdrHistogram@2.2.1?type=jar",
"pkg:maven/org.latencyutils/LatencyUtils@2.0.3?type=jar"
]
},
The dependency actuator contains both a component list and a dependency list.
The component list is already implemented in Spring Boot Admin.
The dependency list could be used to display a dependency graph in Spring Boot Admin.
Example from the actuator:
{
"ref" : "pkg:maven/io.micrometer/micrometer-core@1.13.0?type=jar",
"dependsOn" : [
"pkg:maven/io.micrometer/micrometer-commons@1.13.0?type=jar",
"pkg:maven/io.micrometer/micrometer-observation@1.13.0?type=jar",
"pkg:maven/org.hdrhistogram/HdrHistogram@2.2.1?type=jar",
"pkg:maven/org.latencyutils/LatencyUtils@2.0.3?type=jar"
]
},
https://docs.spring.io/spring-boot/api/rest/actuator/sbom.html
The text was updated successfully, but these errors were encountered: