dependabot[bot] opened a new pull request, #20017: URL: https://github.com/apache/druid/pull/20017
Bumps `opentelemetry.version` from 1.7.0 to 1.65.0. Updates `io.opentelemetry:opentelemetry-bom` from 1.7.0 to 1.65.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-bom's releases</a>.</em></p> <blockquote> <h2>Version 1.65.0</h2> <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p> <h3>API</h3> <ul> <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658">#8658</a>)</li> <li>Use <code>NumberFormatException</code> in baggage decoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593">#8593</a>)</li> <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when the same key is removed twice (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613">#8613</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Add bound instrument APIs (<code>BoundLongCounter</code>, <code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, <code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, <code>BoundDoubleGauge</code>) to the incubator metrics API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527">#8527</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key case sensitivity (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496">#8496</a>)</li> <li>Trace propagators: Do not overwrite existing baggage with empty baggage in <code>JaegerPropagator</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632">#8632</a>)</li> <li>Trace propagators: Skip empty baggage keys in <code>OtTracePropagator</code> extract (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631">#8631</a>)</li> <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header after 64 tokens, including malformed tokens (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702">#8702</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Update SDK attributes implementation (<code>AttributesMap</code>) to enforce last-value-win semantics based on string value of <code>AttributeKey.getKey()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548">#8548</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now extends <code>Closeable</code> and exposes a default <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is shut down; <code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574">#8574</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by internal telemetry version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597">#8597</a>)</li> <li>Record <code>error.type</code> on failed collections in <code>PeriodicMetricReader</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650">#8650</a>)</li> <li>Testing: Fix <code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to enforce exact attribute matching (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518">#8518</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix <code>ReadWriteLogRecord</code> default <code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504">#8504</a>)</li> </ul> <h4>Profiles</h4> <ul> <li>Fix profiles data model attribute count parameter name and timestamp doc unit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514">#8514</a>)</li> </ul> <h4>Exporters</h4> <ul> <li><strong>WARNING</strong> Zipkin: Delete <code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677">#8677</a>)</li> <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> warning logs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428">#8428</a>)</li> <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform default trust store (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565">#8565</a>)</li> <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the low-allocation log marshaler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493">#8493</a>)</li> <li>OTLP: Standardize <code>OkHttpHttpSender</code>, <code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to await executor/channel termination (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495">#8495</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627">#8627</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624">#8624</a>)</li> <li>OTLP: Log the underlying except/ion when a gRPC response frame is invalid (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626">#8626</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-bom's changelog</a>.</em></p> <blockquote> <h2>Version 1.65.0 (2026-08-07)</h2> <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p> <h3>API</h3> <ul> <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658">#8658</a>)</li> <li>Use <code>NumberFormatException</code> in baggage decoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593">#8593</a>)</li> <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when the same key is removed twice (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613">#8613</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Add bound instrument APIs (<code>BoundLongCounter</code>, <code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, <code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, <code>BoundDoubleGauge</code>) to the incubator metrics API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527">#8527</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key case sensitivity (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496">#8496</a>)</li> <li>Trace propagators: Do not overwrite existing baggage with empty baggage in <code>JaegerPropagator</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632">#8632</a>)</li> <li>Trace propagators: Skip empty baggage keys in <code>OtTracePropagator</code> extract (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631">#8631</a>)</li> <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header after 64 tokens, including malformed tokens (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702">#8702</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Update SDK attributes implementation (<code>AttributesMap</code>) to enforce last-value-win semantics based on string value of <code>AttributeKey.getKey()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548">#8548</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now extends <code>Closeable</code> and exposes a default <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is shut down; <code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574">#8574</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by internal telemetry version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597">#8597</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/7bc11edca518d4de168230c84a71484a66cbac40"><code>7bc11ed</code></a> [release/v1.65.x] Prepare release 1.65.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705">#8705</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e"><code>60d7ecf</code></a> Prepare 1.65.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700">#8700</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91"><code>6d41aa4</code></a> Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702">#8702</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177"><code>db1d6be</code></a> Enforce last-value-wins semantics in AttributesMap without performance regres...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca"><code>995cb3c</code></a> Avoid unsafe string encoder on Android (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637">#8637</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531"><code>48b0185</code></a> Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632">#8632</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b"><code>2009d58</code></a> Avoid exposing configuration values in errors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669">#8669</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148"><code>3cafbbb</code></a> Deprecate OpenCensus shim public API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674">#8674</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610"><code>0e033e2</code></a> Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641">#8641</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590"><code>3d1cce8</code></a> Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639">#8639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.7.0...v1.65.0">compare view</a></li> </ul> </details> <br /> Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.7.0-alpha to 1.65.0-alpha <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-bom-alpha's releases</a>.</em></p> <blockquote> <h2>Version 1.64.0</h2> <h3>API</h3> <ul> <li>Fix <code>W3CBaggagePropagator</code> to allow empty baggage values per W3C spec (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8468">#8468</a>)</li> <li>Fix baggage parsing for invalid percent-encoded members (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8480">#8480</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Remove deprecated <code>InstrumentationConfigUtil.peerServiceMapping</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8542">#8542</a>)</li> <li>Fix <code>EnvironmentGetter</code>/<code>EnvironmentSetter</code> to not enumerate or normalize carrier entries, and normalize empty names consistently (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8474">#8474</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8481">#8481</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Add <code>BatchSpanProcessor.create(SpanExporter)</code> convenience factory to mirror <code>SimpleSpanProcessor.create(SpanExporter)</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8564">#8564</a>)</li> <li>Fix <code>BatchSpanProcessor</code> benchmark aux counters (<code>exportedSpans</code>/<code>droppedSpans</code>) always reporting zero (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8539">#8539</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Fix <code>PooledHashMap</code> dropping live entries when an entry is removed during <code>forEach</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8499">#8499</a>)</li> <li>Safely initialize exemplar reservoir storage in <code>FixedSizeExemplarReservoir</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8524">#8524</a>)</li> <li>Use <code>failExceptionally</code> in <code>PeriodicMetricReader</code> when the exporter is busy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8525">#8525</a>)</li> <li>Only set <code>valuesRecorded</code> in <code>AggregatorHandle</code> when false (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8559">#8559</a>)</li> <li>Use <code>volatile</code> instead of atomics in <code>Double</code>/<code>LongLastValueAggregator</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8560">#8560</a>)</li> <li>Randomize per-thread recording order in metric benchmarks to avoid concurrency hotspots (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8550">#8550</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix <code>BatchLogRecordProcessor</code> worker thread being killed by non-runtime exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8529">#8529</a>)</li> </ul> <h4>Exporters</h4> <ul> <li><strong>BREAKING</strong> Prometheus: Drop deprecated <code>PrometheusMetricReader</code> constructors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8541">#8541</a>)</li> <li>OTLP: Reject host-less endpoints in <code>EndpointUtil.validateEndpoint</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8489">#8489</a>)</li> <li>OTLP: Replace Jackson OTLP JSON serialization with a hand-rolled implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8545">#8545</a>)</li> <li>OTLP Profiles: Fix <code>OtlpGrpcProfileExporter</code> <code>toString</code> class name (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8492">#8492</a>)</li> <li>Prometheus: Add translation strategy support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8346">#8346</a>)</li> <li>Prometheus: Fix serialization of array-valued scope and resource attributes to JSON strings (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8497">#8497</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Declarative config: Move experimental types to internal package (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8530">#8530</a>)</li> <li>Declarative config: Commit generated schema POJOs to git (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8408">#8408</a>)</li> <li>Declarative config: Update to <code>opentelemetry-configuration</code> v1.1.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8451">#8451</a>)</li> <li>Declarative config: Adjust POJO <code>toString</code>/<code>hashCode</code>/<code>equals</code> to match AutoValue semantics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8526">#8526</a>)</li> <li>Declarative config: Add ref descriptions to generated model classes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8540">#8540</a>)</li> <li>Declarative config: Emit consistent <code>@JsonProperty</code> annotations on generated models (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8563">#8563</a>)</li> <li>Declarative config: Remove duplicate resolver in <code>DeclarativeConfigPropertyUtil</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8579">#8579</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-bom-alpha's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 1.65.0 (2026-08-07)</h2> <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p> <h3>API</h3> <ul> <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658">#8658</a>)</li> <li>Use <code>NumberFormatException</code> in baggage decoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593">#8593</a>)</li> <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when the same key is removed twice (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613">#8613</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Add bound instrument APIs (<code>BoundLongCounter</code>, <code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, <code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, <code>BoundDoubleGauge</code>) to the incubator metrics API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527">#8527</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key case sensitivity (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496">#8496</a>)</li> <li>Trace propagators: Do not overwrite existing baggage with empty baggage in <code>JaegerPropagator</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632">#8632</a>)</li> <li>Trace propagators: Skip empty baggage keys in <code>OtTracePropagator</code> extract (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631">#8631</a>)</li> <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header after 64 tokens, including malformed tokens (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702">#8702</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Update SDK attributes implementation (<code>AttributesMap</code>) to enforce last-value-win semantics based on string value of <code>AttributeKey.getKey()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548">#8548</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now extends <code>Closeable</code> and exposes a default <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is shut down; <code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574">#8574</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-java/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
