-
Notifications
You must be signed in to change notification settings - Fork 4
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
SDIT-2488 Upgrade to Spring Boot 3.4.2 #350
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2579711
SDIT-2488 Upgrade to Spring Boot 3.4.2
mikehalmamoj 00aadae
SDIT-2488 Don't upgrade dependency check
mikehalmamoj 0578d25
SDIT-2488 Improve docs
mikehalmamoj 7b367da
SDIT-2488 Use latest ktlint
mikehalmamoj dd2f06a
SDIT-2488 Use same opentelemetry version as App Insights
mikehalmamoj e13ddba
SDIT-2488 Fix ktlintCheck
mikehalmamoj 0eed91a
SDIT-2488 Fix documentation
mikehalmamoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 7.0.0 | ||
|
||
## Breaking changes | ||
|
||
### ktlint | ||
|
||
This upgrade to Kotlin 2.1.0 breaks the ktlint Spring Boot Plugin as detailed in this issue: https://github.com/JLLeitschuh/ktlint-gradle/issues/809 | ||
|
||
To fix this we've upgraded the version of ktlint to the latest version. Unfortunately this causes `ktlintCheck` formatting issues on most projects. | ||
|
||
Action required: run command `./gradlew ktlintFormat` | ||
|
||
## Version upgrades | ||
|
||
Gradle [8.11.1 -> 8.12]] | ||
|
||
### Plugins | ||
- Kotlin jvm [2.0.21 -> 2.1.0] | ||
- com.github.ben-manes.versions [0.51.0 -> 0.52.0] | ||
|
||
### Dependencies applied by plugins | ||
- ktlint [1.0.1 -> 1.5.0]] | ||
|
||
### Dependencies | ||
- org.springframework.boot:spring-boot-gradle-plugin [3.4.1 -> 3.4.2] | ||
- com.github.ben-manes:gradle-versions-plugin [0.51.0 -> 0.52.0] | ||
|
||
### Test Dependencies | ||
- org.mockito:mockito-junit-jupiter [5.14.2 -> 5.15.2] | ||
- org.assertj:assertj-core [3.27.0 -> 3.27.3] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
As this is a breaking change I've decided to go for a beta version. I'm not sure this is totally necessary but the breaking change made me twitchy,.