Commit 59cb440
Attempt to fix kotlin 2.2 issue (#4603)
* Fix Spring 7 and Spring Boot 4 modules
* Attempt to fix kotlin 2.2 issue
* Second attempt to fix Kotlin 2.2 (#4610)
* Second attempt to fix Kotlin 2.2
* Format code
* Third attempt at fixing Kotlin 2.2 compat (#4613)
---------
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
* Address compose-related issues
* Fix tests for Spring 7 and Spring Boot 4 (#4614)
* Second attempt to fix Kotlin 2.2
* Format code
* Third attempt at fixing Kotlin 2.2 compat
* Fix tests for Spring 7 and Spring Boot 4
* Move Spring 7 and Spring Boot 4 packages (#4615)
* Move Spring 7 and Spring Boot 4 packages
* Fix class not found due to OTel not supporting spring boot 4 yet (#4616)
* Format code
* some fixes
* change kotlin 1.8 to 1.9 and some cleanup
* ignore warnings about api level that is not relevant
* fix optional dependencies in SentryAutoConfiguration
* Update trace origin
* Remove duplicate e2e test config
* Update Strings for Spring 7 and Spring Boot 4
* Disable Spring Boot 4 agentless e2e tests for now
---------
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
---------
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Co-authored-by: markushi <markus.hintersteiner@sentry.io>1 parent 1b6c6e0 commit 59cb440
File tree
243 files changed
+878
-744
lines changed- .github/workflows
- buildSrc
- src/main/java
- gradle
- sentry-android-core
- sentry-android-fragment
- sentry-android-integration-tests
- sentry-uitest-android-benchmark
- sentry-uitest-android-critical
- sentry-uitest-android
- sentry-android-ndk
- sentry-android-replay
- src/main/java/io/sentry/android/replay
- capture
- sentry-android-sqlite
- sentry-android-timber
- sentry-android
- sentry-apache-http-client-5
- sentry-apollo-3
- sentry-apollo-4
- api
- sentry-apollo
- sentry-compose
- sentry-graphql-22
- sentry-graphql-core
- sentry-graphql
- sentry-jdbc
- sentry-jul
- sentry-kotlin-extensions
- sentry-ktor-client
- sentry-log4j2
- sentry-logback
- sentry-okhttp
- sentry-openfeign
- sentry-opentelemetry
- sentry-opentelemetry-agentcustomization
- sentry-opentelemetry-bootstrap
- sentry-opentelemetry-core
- sentry-quartz
- sentry-reactor
- sentry-samples
- sentry-samples-android
- sentry-samples-console-opentelemetry-noagent
- sentry-samples-console
- sentry-samples-ktor-client
- sentry-samples-netflix-dgs
- sentry-samples-spring-7
- src/main/java/io/sentry/samples/spring7
- web
- sentry-samples-spring-boot-4-opentelemetry-noagent
- src/main/java/io/sentry/samples/spring/boot4
- graphql
- quartz
- sentry-samples-spring-boot-4-opentelemetry
- src/main/java/io/sentry/samples/spring/boot4
- graphql
- quartz
- sentry-samples-spring-boot-4-webflux
- src/main/java/io/sentry/samples/spring/boot4
- graphql
- sentry-samples-spring-boot-4
- src/main/java/io/sentry/samples/spring
- boot4
- graphql
- quartz
- boot/jakarta
- sentry-samples-spring-boot-jakarta-opentelemetry-noagent
- sentry-samples-spring-boot-jakarta-opentelemetry
- sentry-samples-spring-boot-jakarta
- sentry-samples-spring-boot-opentelemetry-noagent
- sentry-samples-spring-boot-opentelemetry
- sentry-samples-spring-boot-webflux-jakarta
- sentry-samples-spring-boot-webflux
- sentry-samples-spring-boot
- sentry-samples-spring-jakarta
- sentry-samples-spring
- sentry-servlet-jakarta
- src/test/kotlin/io/sentry/servlet/jakarta
- sentry-servlet
- sentry-spring-7
- api
- src
- main
- java/io/sentry/spring7
- checkin
- exception
- graphql
- opentelemetry
- tracing
- webflux
- reactor
- resources/META-INF/services
- test/kotlin/io/sentry/spring7
- exception
- graphql
- mvc
- tracing
- webflux
- sentry-spring-boot-4-starter
- sentry-spring-boot-4
- api
- src
- main
- java/io/sentry/spring/boot4
- graphql
- resources/META-INF
- spring
- test/kotlin/io/sentry/spring/boot4
- it
- sentry-spring-boot-jakarta
- sentry-spring-boot-starter-jakarta
- sentry-spring-boot-starter
- sentry-spring-boot
- sentry-spring-jakarta
- sentry-spring
- sentry-system-test-support
- sentry-test-support
- sentry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
243 files changed
+878
-744
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments