Skip to content

Commit

Permalink
Fix Java migration from 5.x to 6.0 (#4982)
Browse files Browse the repository at this point in the history
* Fix Java migration from 5.x to 6.0

* Mention upgrade of spring boot
  • Loading branch information
adinauer authored Apr 29, 2022
1 parent 6e1ac75 commit d31f719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platforms/java/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
* Kotlin `languageVersion` is upgraded to `1.4`.
* `Gson` is removed as a transitive dependency and vendored in the SDK.
* Protocol classes now implement the `JsonSerializable` and `JsonDeserializer` interfaces.
* Spring Boot has been upgraded to `2.5.13`
* `SentryOptions#shutdownTimeout` is renamed to `shutdownTimeoutMillis`.
* Removed `@Deprecated` and `@ApiStatus.ScheduledForRemoval` methods
* `ITransaction#setRequest`
Expand All @@ -22,7 +23,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
* `SentryOptions#setEnableSessionTracking`
* `sentry.enable-tracing` property
* `SentrySpringRequestListener`, `SentrySpringFilter` is used instead.
* `SentryUserProviderEventProcessor` and `SentryUserProvider`, `SentryUserFilter` is used instead.
* `SentryUserProviderEventProcessor`, please use `SentryUserProvider` instead.
* `SentryOptions#enableScopeSync` is now enabled by default.
* `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds.
* `TransactionNameProvider` is now an interface and `SpringMvcTransactionNameProvider` is the default implementation.
Expand Down

1 comment on commit d31f719

@vercel
Copy link

@vercel vercel bot commented on d31f719 Apr 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.