chore(deps): update Java SDK to v8.53.0 - #5484
Open
github-actions[bot] wants to merge 2 commits into
Open
Conversation
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
August 13, 2026 03:42
242a4d9 to
7ffcc22
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5484 +/- ##
=======================================
Coverage 74.73% 74.74%
=======================================
Files 513 513
Lines 18744 18744
Branches 3666 3666
=======================================
+ Hits 14009 14010 +1
+ Misses 3863 3861 -2
- Partials 872 873 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Java SDK 8.53.0 moved startChild(String, String, SentryDate) off ITransaction
and onto ISpan as a default method. The binding generator surfaces inherited
default methods on derived interfaces as explicit interface implementations,
but emits the qualifier without a global:: prefix:
global::Sentry.JavaSdk.ISpan? Sentry.JavaSdk.ISpan.StartChild (...)
Inside the Sentry.JavaSdk namespace `Sentry` binds to the io.sentry.Sentry
class rather than the namespace, so ITransaction failed to compile with
CS0426/CS0538. We don't bind to any startChild overload, so remove the default
method from the generated API.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-java.ps1 from 8.52.0 to 8.53.0.
Auto-generated by a dependency updater.
Changelog
8.53.0
Features
ISpan(#5929)ISpan.startChildoverloads withSpanOptionspublic (#5927)Improvements
ApiStatus.Experimentalannotation fromSentrySQLiteDriver(#5938)Fixes
Scope.clear()(#5902)Throwableidentities when R8 optimizes Android apps (#5881)Performance
Process.getElapsedCpuTime()instead of parsing/proc/self/stat(33.6kB to 16 bytes per sample on a Pixel 3) (#5926)Dependencies