Skip to content
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 springboot to 2.5.4 #62

Merged

Conversation

backwind1233
Copy link
Contributor

@backwind1233 backwind1233 commented Oct 15, 2021

The dependency version in azure-spring-boot-samples is a little older,

  <parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.5.0</version> 
  </parent>

the version(2.5.0) is not compatible with azure-spring-boot-bom:3.9.0,
upgrade spring-boot-starter-parent to version 2.5.4, which is compatible with azure-spring-boot-bom:3.9.0,


refer to: #61, which introduced azure-spring-boot-bom:3.9.0.

@backwind1233 backwind1233 self-assigned this Oct 15, 2021
@backwind1233 backwind1233 added the azure-spring All azure-spring related issues label Oct 15, 2021
@backwind1233 backwind1233 added this to the [2021] November milestone Oct 15, 2021
@backwind1233 backwind1233 changed the title Upgrade springboot to 2.5.5 upgrade springboot to 2.5.5 Oct 15, 2021
chenrujun
chenrujun previously approved these changes Oct 15, 2021
Copy link

@chenrujun chenrujun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@backwind1233 backwind1233 changed the title upgrade springboot to 2.5.5 upgrade springboot to 2.5.4 Oct 18, 2021
Copy link

@chenrujun chenrujun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@backwind1233 backwind1233 merged commit 86dd632 into Azure-Samples:main Oct 18, 2021
@backwind1233 backwind1233 deleted the 211015_upgradespringboot2.5.5_gzh branch October 18, 2021 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants