signalfx / splunk-otel-android

Android RUM library and instrumentation
https://docs.splunk.com/Observability/gdi/get-data-in/rum/android/get-android-data-in.html
Apache License 2.0
38 stars 26 forks source link

Version 1.5.0 is using io.opentelemetry:opentelemetry-bom with an alpha version #836

Open mamupf opened 1 month ago

mamupf commented 1 month ago

The version 1.5.0 is using a wrong version 1.37.0-alpha for io.opentelemetry:opentelemetry-bom in the BOM file.

  > Could not resolve com.splunk:splunk-otel-android:1.5.0.
         > Could not parse POM com/splunk/splunk-otel-android/1.5.0/splunk-otel-android-1.5.0.pom
            > Could not find io.opentelemetry:opentelemetry-bom:1.37.0-alpha.

While using the alpha version the artifact id should be opentelemetry-bom-alpha instead of opentelemetry-bom.

mamupf commented 2 weeks ago

Does anyone have any issues with this?

ber4444 commented 5 hours ago

Gradle fails the build because of this

 > Could not parse POM https://repo.maven.apache.org/maven2/com/splunk/splunk-otel-android/1.5.0/splunk-otel-android-1.5.0.pom
               > Could not find io.opentelemetry:opentelemetry-bom:1.37.0-alpha.