Commit f5df109
chore(deps): update Java SDK to v8.42.0 (#5208)
* chore: update scripts/update-java.ps1 to 8.42.0
* fix(android): drop deprecated SentryUserFeedbackDialog bindings
The Java SDK 8.41 release deprecated SentryUserFeedbackDialog in favor of
SentryUserFeedbackForm. The auto-generated C# bindings now produce CS0108
collisions because Dialog's nested IOptionsConfiguration /
IOptionsConfigurationInvoker share names with the ones on Form, and Form's
nested Builder collides with the inherited AlertDialog.Builder.
Remove the deprecated Dialog tree (we never exposed it) and rename Form's
nested Builder to SentryUserFeedbackFormBuilder so it no longer shadows
the inherited member.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: James Crosswell <james.crosswell@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 598fdba commit f5df109
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| |||
0 commit comments