-
Bug
-
Resolution: Done
-
Major
-
36.0.1.Final
-
None
For some reason, there are few JAR files that are located in more than one module:
[wildfly-37.0.0.Beta1-SNAPSHOT]$ find | grep opentelemetry-exporter-otlp-common ./modules/system/layers/base/io/opentelemetry/otlp/main/opentelemetry-exporter-otlp-common-1.42.1.jar ./modules/system/layers/base/io/opentelemetry/exporter/main/opentelemetry-exporter-otlp-common-1.42.1.jar [wildfly-37.0.0.Beta1-SNAPSHOT]$ find | grep opentelemetry-api-incubator ./modules/system/layers/base/io/opentelemetry/api/events/main/opentelemetry-api-incubator-1.42.1-alpha.jar ./modules/system/layers/base/io/opentelemetry/api/main/opentelemetry-api-incubator-1.42.1-alpha.jar
While it isn't causing any functional classloading problem at the moment (because those duplicated jars are the same version of dependency, the exact copy), at very least it is causing the server to waste some space and also it shows somewhat suboptimal modules structure
- clones
-
JBEAP-30153 Opentelemetry jars duplicated in more modules
-
- Verified
-