Questions: why do submodules of v4.1.32
have SBOM of metrics-parent
?
#4703
Replies: 3 comments 2 replies
-
Dropwizard Metrics 4.1.x is unmaintained and there won't be any changes or new releases of that branch. See https://github.com/dropwizard/metrics/tree/release/4.2.x#versions for the currently maintained branches. If you can reproduce the issue on the Dropwizard Metrics 4.2.x branch, we can take a look at it. |
Beta Was this translation helpful? Give feedback.
-
Hi! Sorry for overlooking and opening an issue instead of a discussion.
I understand that, but I was trying to understand the reason for non-reproducibility behind that release. I don't intend to introduce any changes to it. The recent releases in |
Beta Was this translation helpful? Give feedback.
-
I started investigating I observe that
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to investigate why
v4.1.32
is non-reproducible by me. On Reproducible Central, the reason is that there is a change inMANIFEST
. However, locally, I also see that there is a difference in the CycloneDX SBOM generated.If you see the reference SBOM pushed to Maven Central here, you observe that it is has many more components than what
metrics-core
has. The only non-test scoped component inmetrics-core
v4.1.32
is:But it includes all the submodules of
metrics-parent
and their dependencies.I am running the following
mvn
command along withZulu JDK 1.8.0_442
andmvn 3.9.6
Beta Was this translation helpful? Give feedback.
All reactions