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

feat: #250 migrate from spring boot 2.7.3 to 3.3.1 and #269 update pipeline from java 17 to 21 #271

Merged
merged 24 commits into from
Sep 23, 2024

Conversation

SalathielGenese
Copy link
Collaborator

@SalathielGenese SalathielGenese commented Jul 6, 2024

Closes #250
Closes #269

  • Update documentation
  • Fix bugs

@FanJups FanJups changed the title feat: migrate to spring boot 3 3 1 feat: #250 migrate from spring boot 2.7.3 to 3.3.1 and #269 update pipeline from java 17 to 21 Jul 6, 2024
@FanJups
Copy link
Member

FanJups commented Jul 7, 2024

@SalathielGenese , please what do you think if we delete these in dependencyManagement ? Are they useful ? I commented these lines locallly and there is no impact.

            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-framework-bom</artifactId>
                <version>5.3.22</version>
            </dependency>

            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>2021.0.4</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

FanJups and others added 20 commits July 18, 2024 21:53
Copy link
Member

@FanJups FanJups left a comment

Choose a reason for hiding this comment

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

Nice work, we did it 💯

@FanJups FanJups merged commit 11857a0 into main Sep 23, 2024
1 check passed
@FanJups FanJups deleted the 250-migrate-to-spring-boot-3-3-1 branch September 23, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update pipeline from Java 17 to 21 Migrate to Spring Boot 3.X.X
2 participants