-
Notifications
You must be signed in to change notification settings - Fork 587
Upgrade to Spring Boot 4 #1307
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
Open
minhtridn2001
wants to merge
15
commits into
main
Choose a base branch
from
feature/upgrade-springboot-4.0.2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upgrade to Spring Boot 4 #1307
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
967b4a4
Upgrade Spring Boot to 3.5.10 as migration baseline (#1300)
165348d
Upgrade parent BOM and common-library to Spring Boot 4 (#1300)
c573587
Upgrade to Spring Boot 4: BFF services (#1300)
c61bd06
Upgrade to Spring Boot 4: cart service (#1300)
2a64b8b
Upgrade to Spring Boot 4: customer service (#1300)
895c156
Upgrade to Spring Boot 4: inventory service (#1300)
de12091
Upgrade to Spring Boot 4: recommendation service (#1300)
73d68cf
Upgrade to Spring Boot 4: location service (#1300)
3f7250a
Upgrade to Spring Boot 4: order, media services (#1300)
65e639c
Upgrade to Spring Boot 4: payment service (#1300)
f0edabc
Upgrade to Spring Boot 4: product service (#1300)
7bd932c
Upgrade to Spring Boot 4: promotion and rating services (#1300)
49d6b2b
Upgrade to Spring Boot 4: webhook, sample services, minor fixes (#1300)
fbc4dff
Upgrade to Spring Boot 4: make ordering deterministic and apply minor…
fe26da3
refactor: fix Sonar issue
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 hidden or 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 hidden or 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 hidden or 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,27 @@ | ||
| spring: | ||
| cloud: | ||
| gateway: | ||
| server: | ||
| webflux: | ||
| default-filters: | ||
| - SaveSession | ||
| routes: | ||
| # Changes for your local development should not be committed | ||
| - id: api_servicename_local | ||
| uri: http://localhost:8085 | ||
| predicates: | ||
| - Path=/api/servicename/** | ||
| filters: | ||
| - RewritePath=/api/(?<segment>.*), /$\{segment} | ||
| - TokenRelay= | ||
| - id: api | ||
| uri: http://api.yas.local | ||
| predicates: | ||
| - Path=/api/** | ||
| filters: | ||
| - RewritePath=/api/(?<segment>.*), /$\{segment} | ||
| - TokenRelay= | ||
| - id: nextjs | ||
| uri: http://localhost:3000 | ||
| predicates: | ||
| - Path=/** |
This file contains hidden or 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,20 @@ | ||
| spring: | ||
| cloud: | ||
| gateway: | ||
| server: | ||
| webflux: | ||
| default-filters: | ||
| - SaveSession | ||
| routes: | ||
| - id: api | ||
| uri: http://nginx | ||
| predicates: | ||
| - Path=/api/** | ||
| filters: | ||
| - DedupeResponseHeader=Origin Access-Control-Request-Method Access-Control-Request-Headers | ||
| - TokenRelay= | ||
| - StripPrefix=1 | ||
| - id: nextjs | ||
| uri: http://backoffice-nextjs:3000 | ||
| predicates: | ||
| - Path=/** |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
tools.jackson.databind.ObjectMapperis imported here, but the repo doesn't define atools.jacksonpackage. This will not compile and also won't match Spring'scom.fasterxml.jackson.databind.ObjectMapperbean; switch the import back to the real Jackson package.