Skip to content

Commit d31f719

Browse files
authored
Fix Java migration from 5.x to 6.0 (#4982)
* Fix Java migration from 5.x to 6.0 * Mention upgrade of spring boot
1 parent 6e1ac75 commit d31f719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platforms/java/migration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
1010
* Kotlin `languageVersion` is upgraded to `1.4`.
1111
* `Gson` is removed as a transitive dependency and vendored in the SDK.
1212
* Protocol classes now implement the `JsonSerializable` and `JsonDeserializer` interfaces.
13+
* Spring Boot has been upgraded to `2.5.13`
1314
* `SentryOptions#shutdownTimeout` is renamed to `shutdownTimeoutMillis`.
1415
* Removed `@Deprecated` and `@ApiStatus.ScheduledForRemoval` methods
1516
* `ITransaction#setRequest`
@@ -22,7 +23,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
2223
* `SentryOptions#setEnableSessionTracking`
2324
* `sentry.enable-tracing` property
2425
* `SentrySpringRequestListener`, `SentrySpringFilter` is used instead.
25-
* `SentryUserProviderEventProcessor` and `SentryUserProvider`, `SentryUserFilter` is used instead.
26+
* `SentryUserProviderEventProcessor`, please use `SentryUserProvider` instead.
2627
* `SentryOptions#enableScopeSync` is now enabled by default.
2728
* `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds.
2829
* `TransactionNameProvider` is now an interface and `SpringMvcTransactionNameProvider` is the default implementation.

0 commit comments

Comments
 (0)