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
# conditional blocks not indented because of the heredoc
136
138
if [[ $VERSION == *.0 ]]; then
137
139
cat > /tmp/release-notes.txt << EOF
138
-
This release targets the OpenTelemetry SDK $VERSION.
140
+
This release targets the OpenTelemetry Java Instrumentation [$instrumentation_version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v$instrumentation_version).
\*`alpha`, `beta` and `stable` are currently used to denote library status per [otep 0232](https://github.com/open-telemetry/oteps/blob/main/text/0232-maturity-of-otel.md).
39
+
To reach stable status, the library needs to have stable APIs, stable semantic conventions, and be production ready.
40
+
On reaching stable status, the `otel.stable` value in `gradle.properties` should be set to `true`.
41
+
Note that currently all the libraries are released together with the version of this repo, so breaking changes (after stable
42
+
status is reached) would bump the major version of all libraries together. This could get complicated so `stable` has a high bar.
Copy file name to clipboardExpand all lines: aws-xray-propagator/src/main/java/io/opentelemetry/contrib/awsxray/propagator/AwsXrayLambdaPropagator.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,11 @@ public <C> Context extract(Context context, @Nullable C carrier, TextMapGetter<C
Copy file name to clipboardExpand all lines: aws-xray-propagator/src/main/java/io/opentelemetry/contrib/awsxray/propagator/internal/AwsConfigurablePropagator.java
0 commit comments