-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps) : Upgrade to spring 4 #2079
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
base: main
Are you sure you want to change the base?
Changes from 2 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 |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ | |
|
|
||
| import com.example.plugin.strategyplugin.common.AbstractIntegrationTest; | ||
| import com.example.plugin.strategyplugin.domain.GenericDTO; | ||
| import com.fasterxml.jackson.databind.JsonNode; | ||
| import java.util.concurrent.TimeUnit; | ||
| import org.junit.jupiter.api.Test; | ||
| import org.slf4j.Logger; | ||
|
|
@@ -14,6 +13,7 @@ | |
| import org.springframework.http.MediaType; | ||
| import org.springframework.http.ProblemDetail; | ||
| import org.springframework.web.client.RestClient; | ||
| import tools.jackson.databind.JsonNode; | ||
|
Contributor
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. 🛠️ Refactor suggestion | 🟠 Major 🧩 Analysis chainLGTM! Jackson 3.x package migration. The import has been correctly updated from Verify that all other Jackson imports across the codebase have been migrated to the new 🏁 Script executed: #!/bin/bash
# Description: Find any remaining imports from the old com.fasterxml.jackson package.
# Search for old Jackson imports that should be migrated
rg -n "import com\.fasterxml\.jackson\." --type=javaLength of output: 16871 Migrate all remaining Jackson imports to 🤖 Prompt for AI Agents |
||
|
|
||
| class StrategyPluginApplicationTests extends AbstractIntegrationTest { | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.