Skip to content

fix: correct Java provider telemetry version path#340

Merged
nicklasl merged 1 commit intomainfrom
nicklasl/fix-java-telemetry-version
Mar 16, 2026
Merged

fix: correct Java provider telemetry version path#340
nicklasl merged 1 commit intomainfrom
nicklasl/fix-java-telemetry-version

Conversation

@nicklasl
Copy link
Member

Summary

  • The release-please-config.json had the wrong path for Version.java — it pointed to .../confidence/Version.java instead of .../confidence/sdk/Version.java (missing the sdk package directory).
  • As a result, release-please never updated the version past 0.10.1, causing telemetry to report a stale version instead of the current 0.13.1.
  • Fixed the config path and updated Version.java to the correct version.

Test plan

  • Verify release-please dry-run picks up Version.java at the corrected path
  • Confirm telemetry reports 0.13.1 after next Java provider build

🤖 Generated with Claude Code

The release-please config pointed to the wrong path for Version.java
(missing the `sdk` package directory), so the version was never updated
past 0.10.1. Fix the path and update to current version 0.13.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nicklasl nicklasl marked this pull request as ready for review March 13, 2026 15:01
@nicklasl nicklasl merged commit 6c55bcc into main Mar 16, 2026
10 checks passed
@github-actions github-actions bot mentioned this pull request Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants