As discussed on yesterday's call we'll upgrade reference versions of OpenTelemetry java and Semantic Conventions spec to latest releases.
Situation is little bit more complicated than straight version change because:
instrumentation APIs went to version 2.0 past switch of semantic conventions
Java artifact for Semantic Concentions 1.26.0 is not yet released
Therefore we now explicitly depend on the BOM of OpenTelemetry Java SDK, and on annotations of current latest release which is 2.5.0. This version is also used for javadoc link.
Fixes #192
As discussed on yesterday's call we'll upgrade reference versions of OpenTelemetry java and Semantic Conventions spec to latest releases.
Situation is little bit more complicated than straight version change because:
Therefore we now explicitly depend on the BOM of OpenTelemetry Java SDK, and on annotations of current latest release which is 2.5.0. This version is also used for javadoc link.