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 spot-complete package includes opentelemetry-exporter-otlp, which in turn relies on OkHttp and, through that, on Kotlin. The OkHttp and Okio libraries are shaded, because I found NoSuchMethodError during execution, indicating multiple versions on the classpath. That problem did not afflict the kotlin libraries, and they're packaged as-is.
It may be wise to shade them for the sake of it, ensuring that the spot-complete package is fully standalone.
The spot-complete package includes
opentelemetry-exporter-otlp
, which in turn relies on OkHttp and, through that, on Kotlin. The OkHttp and Okio libraries are shaded, because I foundNoSuchMethodError
during execution, indicating multiple versions on the classpath. That problem did not afflict the kotlin libraries, and they're packaged as-is.It may be wise to shade them for the sake of it, ensuring that the spot-complete package is fully standalone.
The text was updated successfully, but these errors were encountered: