Commit 37d04c6
fix(spring): Support older Spring GraphQL options API
Use the erased Consumer signature in the batch loader registry wrapper so the code compiles with both Spring GraphQL 1.2/1.3 and 1.4.
Let the Spring Boot 3 Gradle plugin follow the tested matrix version instead of pinning it separately.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 81e6e98 commit 37d04c6
2 files changed
Lines changed: 3 additions & 4 deletions
File tree
- gradle
- sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/graphql
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments