You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new modules for Spring 7 and Spring Boot 4 (#4601)
* Add new modules for Spring 7 and Spring Boot 4
* Fix Spring 7 and Spring Boot 4 modules (#4602)
* 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 <[email protected]>
* 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 <[email protected]>
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Co-authored-by: markushi <[email protected]>
* changelog
* fix ci
* add ignored span origins for Spring 7 and Spring Boot 4
* move changelog
* Example how to fix version mismatch (#4642)
* Fix ignored span origin
* move changelog
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Co-authored-by: markushi <[email protected]>
Co-authored-by: Alex Alderman Webb <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
### Features
6
+
7
+
- Add support for Spring Boot 4 and Spring 7 ([#4601](https://github.com/getsentry/sentry-java/pull/4601))
8
+
- NOTE: Our `sentry-opentelemetry-agentless-spring` is not working yet for Spring Boot 4. Please use `sentry-opentelemetry-agent` until OpenTelemetry has support for Spring Boot 4.
0 commit comments