-
-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Spring Boot dependency to 2.5.13 #2011
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ object Config { | |
val kotlinVersion = "1.5.31" | ||
val kotlinStdLib = "stdlib-jdk8" | ||
|
||
val springBootVersion = "2.4.4" | ||
// Spring is currently not compatible with Kotlin 1.4 | ||
val springKotlinCompatibleLanguageVersion = "1.3" | ||
val springBootVersion = "2.5.13" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this a breaking change to folks? As in they'll be stuck on an older version? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, similar to Logback and Log4j - we do not dictate the Spring Boot version used in user projects (as explained here #2010 (comment)). It only changes version used by us and as long as we don't use anything that got introduced in 2.5 we're good. Anyways, 2.4 reached end of life and all Spring Boot users are recommended to upgrade to >= 2.5 |
||
val kotlinCompatibleLanguageVersion = "1.4" | ||
|
||
object BuildPlugins { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maciejwalkowiak or @adinauer please also add it to https://docs.sentry.io/platforms/java/migration/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not require anything from users migrating to Sentry SDK 6.0