Commit b8a9c0b
fix(spring): Avoid deprecated Reactor scheduler in sample
Remove the explicit elastic scheduler from the Spring Boot WebFlux sample. Mono.delay already schedules the delayed work, and using Schedulers.elastic triggers deprecation warnings that fail CI under -Werror.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 52df6e9 commit b8a9c0b
1 file changed
Lines changed: 0 additions & 2 deletions
File tree
- sentry-samples/sentry-samples-spring-boot-webflux/src/main/java/io/sentry/samples/spring/boot
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments