Skip to content

deps: bump the maven-minor-patch group across 1 directory with 2 updates - #707

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/maven-minor-patch-809ea43e24
Open

deps: bump the maven-minor-patch group across 1 directory with 2 updates#707
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/maven-minor-patch-809ea43e24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-minor-patch group with 2 updates in the / directory: io.opentelemetry:opentelemetry-bom and io.opentelemetry:opentelemetry-bom-alpha.

Updates io.opentelemetry:opentelemetry-bom from 1.62.0 to 1.65.0

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.65.0

NOTE: The opentelemetry-exporter-zipkin artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.

API

  • Ignore empty baggage keys in ImmutableBaggage.put (#8658)
  • Use NumberFormatException in baggage decoder (#8593)
  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)

Incubating

  • Add bound instrument APIs (BoundLongCounter, BoundDoubleCounter, BoundLongHistogram, BoundDoubleHistogram, BoundLongUpDownCounter, BoundDoubleUpDownCounter, BoundLongGauge, BoundDoubleGauge) to the incubator metrics API (#8527)

Extensions

  • Trace propagators: Fix JaegerPropagator baggage header key case sensitivity (#8496)
  • Trace propagators: Do not overwrite existing baggage with empty baggage in JaegerPropagator (#8632)
  • Trace propagators: Skip empty baggage keys in OtTracePropagator extract (#8631)
  • Trace propagators: Stop parsing a jaeger-baggage header after 64 tokens, including malformed tokens (#8702)

SDK

  • Update SDK attributes implementation (AttributesMap) to enforce last-value-win semantics based on string value of AttributeKey.getKey() (#8548)

Traces

  • Add Sampler shutdown lifecycle: Sampler now extends Closeable and exposes a default shutdown() invoked when the SdkTracerProvider is shut down; JaegerRemoteSampler implements it to stop its polling executor (#8574)

Metrics

  • Gate PeriodicMetricReader self-observability metrics by internal telemetry version (#8597)
  • Record error.type on failed collections in PeriodicMetricReader (#8650)
  • Testing: Fix LongExemplarAssert.hasFilteredAttributesSatisfyingExactly to enforce exact attribute matching (#8518)

Logs

  • Fix ReadWriteLogRecord default getObservedTimestampEpochNanos returning the record timestamp (#8504)

Profiles

  • Fix profiles data model attribute count parameter name and timestamp doc unit (#8514)

Exporters

  • WARNING Zipkin: Delete opentelemetry-exporter-zipkin; the artifact is no longer published (#8677)
  • OTLP: Use HTTP error response bodies in HttpExporter warning logs (#8428)
  • OTLP: Fix OkHttpHttpSender mTLS when using the platform default trust store (#8565)
  • OTLP: Fix sign extension on LogRecord flags in the low-allocation log marshaler (#8493)
  • OTLP: Standardize OkHttpHttpSender, JdkHttpSender, and UpstreamGrpcSender shutdown to await executor/channel termination (#8495, #8627, #8624)
  • OTLP: Log the underlying except/ion when a gRPC response frame is invalid (#8626)

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.65.0 (2026-08-07)

NOTE: The opentelemetry-exporter-zipkin artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.

API

  • Ignore empty baggage keys in ImmutableBaggage.put (#8658)
  • Use NumberFormatException in baggage decoder (#8593)
  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)

Incubating

  • Add bound instrument APIs (BoundLongCounter, BoundDoubleCounter, BoundLongHistogram, BoundDoubleHistogram, BoundLongUpDownCounter, BoundDoubleUpDownCounter, BoundLongGauge, BoundDoubleGauge) to the incubator metrics API (#8527)

Extensions

  • Trace propagators: Fix JaegerPropagator baggage header key case sensitivity (#8496)
  • Trace propagators: Do not overwrite existing baggage with empty baggage in JaegerPropagator (#8632)
  • Trace propagators: Skip empty baggage keys in OtTracePropagator extract (#8631)
  • Trace propagators: Stop parsing a jaeger-baggage header after 64 tokens, including malformed tokens (#8702)

SDK

  • Update SDK attributes implementation (AttributesMap) to enforce last-value-win semantics based on string value of AttributeKey.getKey() (#8548)

Traces

  • Add Sampler shutdown lifecycle: Sampler now extends Closeable and exposes a default shutdown() invoked when the SdkTracerProvider is shut down; JaegerRemoteSampler implements it to stop its polling executor (#8574)

Metrics

  • Gate PeriodicMetricReader self-observability metrics by internal telemetry version (#8597)

... (truncated)

Commits
  • 7bc11ed [release/v1.65.x] Prepare release 1.65.0 (#8705)
  • 60d7ecf Prepare 1.65.0 (#8700)
  • 6d41aa4 Bound jaeger-baggage parsing work by tokens rather than accepted entries (#8702)
  • db1d6be Enforce last-value-wins semantics in AttributesMap without performance regres...
  • 995cb3c Avoid unsafe string encoder on Android (#8637)
  • 48b0185 Do not overwrite existing baggage with empty baggage in JaegerPropagator (#8632)
  • 2009d58 Avoid exposing configuration values in errors (#8669)
  • 3cafbbb Deprecate OpenCensus shim public API (#8674)
  • 0e033e2 Remove stray token from addLogRecordProcessorCustomizer Javadoc (#8641)
  • 3d1cce8 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (#8639)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-bom-alpha from 1.62.0-alpha to 1.65.0-alpha

Release notes

Sourced from io.opentelemetry:opentelemetry-bom-alpha's releases.

Version 1.64.0

API

  • Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
  • Fix baggage parsing for invalid percent-encoded members (#8480)

Incubating

  • BREAKING Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
  • Fix EnvironmentGetter/EnvironmentSetter to not enumerate or normalize carrier entries, and normalize empty names consistently (#8474, #8481)

SDK

Traces

  • Add BatchSpanProcessor.create(SpanExporter) convenience factory to mirror SimpleSpanProcessor.create(SpanExporter) (#8564)
  • Fix BatchSpanProcessor benchmark aux counters (exportedSpans/droppedSpans) always reporting zero (#8539)

Metrics

  • Fix PooledHashMap dropping live entries when an entry is removed during forEach (#8499)
  • Safely initialize exemplar reservoir storage in FixedSizeExemplarReservoir (#8524)
  • Use failExceptionally in PeriodicMetricReader when the exporter is busy (#8525)
  • Only set valuesRecorded in AggregatorHandle when false (#8559)
  • Use volatile instead of atomics in Double/LongLastValueAggregator (#8560)
  • Randomize per-thread recording order in metric benchmarks to avoid concurrency hotspots (#8550)

Logs

  • Fix BatchLogRecordProcessor worker thread being killed by non-runtime exceptions (#8529)

Exporters

  • BREAKING Prometheus: Drop deprecated PrometheusMetricReader constructors (#8541)
  • OTLP: Reject host-less endpoints in EndpointUtil.validateEndpoint (#8489)
  • OTLP: Replace Jackson OTLP JSON serialization with a hand-rolled implementation (#8545)
  • OTLP Profiles: Fix OtlpGrpcProfileExporter toString class name (#8492)
  • Prometheus: Add translation strategy support (#8346)
  • Prometheus: Fix serialization of array-valued scope and resource attributes to JSON strings (#8497)

Extensions

  • BREAKING Declarative config: Move experimental types to internal package (#8530)
  • Declarative config: Commit generated schema POJOs to git (#8408)
  • Declarative config: Update to opentelemetry-configuration v1.1.0 (#8451)
  • Declarative config: Adjust POJO toString/hashCode/equals to match AutoValue semantics (#8526)
  • Declarative config: Add ref descriptions to generated model classes (#8540)
  • Declarative config: Emit consistent @JsonProperty annotations on generated models (#8563)
  • Declarative config: Remove duplicate resolver in DeclarativeConfigPropertyUtil (#8579)

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom-alpha's changelog.

Changelog

Unreleased

Version 1.65.0 (2026-08-07)

NOTE: The opentelemetry-exporter-zipkin artifact has stopped being published. It was deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector exporter.

API

  • Ignore empty baggage keys in ImmutableBaggage.put (#8658)
  • Use NumberFormatException in baggage decoder (#8593)
  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)

Incubating

  • Add bound instrument APIs (BoundLongCounter, BoundDoubleCounter, BoundLongHistogram, BoundDoubleHistogram, BoundLongUpDownCounter, BoundDoubleUpDownCounter, BoundLongGauge, BoundDoubleGauge) to the incubator metrics API (#8527)

Extensions

  • Trace propagators: Fix JaegerPropagator baggage header key case sensitivity (#8496)
  • Trace propagators: Do not overwrite existing baggage with empty baggage in JaegerPropagator (#8632)
  • Trace propagators: Skip empty baggage keys in OtTracePropagator extract (#8631)
  • Trace propagators: Stop parsing a jaeger-baggage header after 64 tokens, including malformed tokens (#8702)

SDK

  • Update SDK attributes implementation (AttributesMap) to enforce last-value-win semantics based on string value of AttributeKey.getKey() (#8548)

Traces

  • Add Sampler shutdown lifecycle: Sampler now extends Closeable and exposes a default shutdown() invoked when the SdkTracerProvider is shut down; JaegerRemoteSampler implements it to stop its polling executor (#8574)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
maven/io.opentelemetry:opentelemetry-bom 1.65.0 UnknownUnknown
maven/io.opentelemetry:opentelemetry-bom-alpha 1.65.0-alpha UnknownUnknown

Scanned Files

  • pom.xml

@dependabot dependabot Bot changed the title deps: bump the maven-minor-patch group with 2 updates deps: bump the maven-minor-patch group across 1 directory with 2 updates Aug 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/maven-minor-patch-809ea43e24 branch from 7c4f7fd to 525a595 Compare August 14, 2026 21:31
devops-thiago added a commit that referenced this pull request Aug 14, 2026
The Quarkus platform moved from 3.38.0 to 3.38.1 (#706) and
actions/attest-build-provenance from 4.1.1 to 4.2.2 (#708) after this branch was
cut. Both are merged in, so 0.6.2 releases on the same versions main carries.

#707 is still open and is not included.
devops-thiago added a commit that referenced this pull request Aug 14, 2026
The Quarkus platform moved from 3.38.0 to 3.38.1 (#706) and
actions/attest-build-provenance from 4.1.1 to 4.2.2 (#708) after this branch was
cut. Both are merged in, so 0.6.2 releases on the same versions main carries.

#707 is still open and is not included.
devops-thiago added a commit that referenced this pull request Aug 14, 2026
…715)

## What type of PR is this?

- [x] 📝 Documentation
- [x] 🏗️ CI/CD

## Description

Prepares the 0.6.2 release and clears the docs-versioning backlog that
has now slipped four releases
running.

**Version and changelog.** `pom.xml` moves from `0.6.2-SNAPSHOT` to
`0.6.2`, and `[Unreleased]`
becomes `[0.6.2] — 2026-08-14`. The section covers what a 0.6.1 user
gains: the refused-review
handling (#704), delimiter-aware span stripping in the decline re-check
(#697), mention triggers
built from the configured bot login (#698), four further injection-sink
floor defeaters (#696), and
the release workflow failing loudly when the bump PR cannot be opened
(#11). The SonarCloud pass on
main is behaviour-neutral and carries no entry.

A `Dependencies` section records the two bumps merged to main after this
branch was cut: the Quarkus
platform 3.38.0 → 3.38.1 (#706) and `actions/attest-build-provenance`
4.1.1 → 4.2.2 (#708). Both are
merged in here, so the release builds on the same versions main is on.
#707 (maven-minor-patch) is
still open and is **not** included; if you want it in 0.6.2, merge it
and say so and I will add the
entry and re-merge.

**Docs freeze, twice.** `versions.json` read `current: v0.6.0` with
archives stopping at 0.5.0, while
v0.6.1 was already released. Both 0.6.0 and 0.6.1 shipped without a
freeze, so both are taken here.
This is the third and fourth slip, after 0.4.0 was missed at the 0.5.0
cut and 0.5.0 at the 0.6.0 cut.

Because `archive-docs-version.mjs` expands the include markers at
archive time, each snapshot comes
from its own tag rather than the working tree: README, `docs/`,
`CONTRIBUTING.md` and the docs pages
restored to `v0.6.0`, archived, restored to `v0.6.1`, archived, then
returned to the live tree.

One thing worth knowing: the doc sources are **byte-identical between
v0.6.0 and v0.6.1**, so the two
archives hold the same nine pages. That is correct rather than
duplicated work — both are released
versions and both belong in the picker — and it is why the 0.6.1
snapshot carries no
`docs/RELEASING.md`, which arrived with #208 after the tag. Neither
restore resurrected a deleted
file, unlike the 0.4.0 archive.

`current.label` moves to v0.6.2.

**Release-triggered docs deploys now work.** The `github-pages`
environment permitted only `main`, so
the Docs workflow's `release: published` trigger — which runs against
the tag ref — failed on every
release. v0.6.0's deploy failed twice with:

> Tag "v0.6.0" is not allowed to deploy to github-pages due to
environment protection rules.

and was worked around by dispatching from `main`, which publishes main's
docs rather than the
release's and contradicts the workflow's stated design ("Live site
tracks GitHub Releases only"). A
`v*` tag policy has been added alongside the existing `main` branch
rule, so the next release deploys
itself:

```
branch: main
tag: v*
```

Both of these were undocumented, which is a large part of why the freeze
slipped four times running.
`docs/RELEASING.md` now carries them: the freeze as a named step in the
release checklist, with the
commands and the reason the snapshot has to come from the outgoing tag,
and the `github-pages` tag
policy with the error it produces and the command to inspect it.

## Related Issues

Part 1 of #11 (the bump PR failing loudly) shipped in #208; this carries
its changelog entry.

## How Has This Been Tested?

- [x] Unit tests
- [x] Manual testing

- `./mvnw -B clean test` → `Tests run: 3248, Failures: 0, Errors: 0,
Skipped: 0`, building
  `thrillhousebot 0.6.2`
- `./mvnw -B clean compile spotbugs:check spotless:check` → `BugInstance
size is 0`
- `npm ci && npm run build` in `website/` → **93 pages** (up from 75;
the two archives add 18), all
  internal links valid
- Archive content verified in both directions: `docs/RELEASING.md` is
absent from the 0.6.1 snapshot
and present in the live tree; nine pages in each archive with matching
assets and version metadata
- `git status` after the tag restores showed nothing outside the new
archive directories and
  `versions.json`

No production code changes.

## Checklist

- [x] My code follows the project's coding standards
- [x] I have performed a self-review of my own code
Bumps the maven-minor-patch group with 2 updates in the / directory: [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) and [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java).


Updates `io.opentelemetry:opentelemetry-bom` from 1.62.0 to 1.65.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.62.0...v1.65.0)

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.62.0-alpha to 1.65.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-version: 1.65.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/maven-minor-patch-809ea43e24 branch from 525a595 to 3f9af0c Compare August 14, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants