-
Notifications
You must be signed in to change notification settings - Fork 2k
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 version to 2.6.1 #25626
Merged
+1,787
−1,770
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3813dd0
update 'ROOT_POMS' version manually
Netyyyy 4e71262
Run command "python .\eng\versioning\update_versions.py --ut external…
Netyyyy caf307f
Run command "python .\eng\versioning\update_versions.py --ut external…
Netyyyy fb5d36e
add ``jakarta.xml.bind-api`` for test(SpringCloudLiveOnlyTest)
Netyyyy c5dfdb2
add tag for version control
Netyyyy e7f630a
change tag for version control
Netyyyy 6add17f
1.Update 'ROOT_POMS' for springboot 2.6.1
Netyyyy 6b5ec22
2. Run command "python .\sdk\spring\scripts\update_spring_managed_ext…
Netyyyy 8c71db7
3. Run command "python .\eng\versioning\update_versions.py --ut exter…
Netyyyy dfbfb57
fix java-template-ci error
Netyyyy 27e1a06
Fixed mockito failures related to verifyZeroInteractions
kushagraThapar f12a029
Merge branch 'main' of github.com:Azure/azure-sdk-for-java into upgra…
Netyyyy e727680
fix 'Requested bean is currently in creation' error
Netyyyy a705a1e
fix 'Requested bean is currently in creation' error2
Netyyyy 3381bf9
1.fix 'Failed to load ApplicationContext' error 2. update some version
Netyyyy b41c81c
Added netty unreleased beta version changes
kushagraThapar 2bffe8f
comment out mockito in azure-identity in favor of powermock's mockito…
Netyyyy 6b29092
Merge branch 'upgrade-to-2.6.0' of github.com:Netyyyy/azure-sdk-for-j…
Netyyyy f28ce94
Fixed logging tests, disabled root level tests, WIP
kushagraThapar 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
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
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.
@Netyyyy jackson-dataformat-xml is changed to 2.13.0 here, isn't it?
This apply to every SDK in TestFromSource via azure-core 1.22.0-beta.1
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.
yes ,in external_dependencies.txt , it write 2.13.0. But in actually use ,such as module
azure-resourcemanager-appplatform
,it's dependencyazure-resourcemanager-resources
in this latest version , it controls
azure-core
which version is 1.22.0and in this version ,
so that's the truely version , i think.
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.
I've done my lecture. Told you TestFromSource uses the latest beta as dependencies.