java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Upgrade to Spring Boot 3.x

Open iluwatar opened this issue 1 year ago • 24 comments

Spring Boot has recently released 3.x. In this task we are going to upgrade the dependency. There is a helpful migration guide available here: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide

Acceptance criteria

  • Spring Boot upgraded to 3.x

iluwatar avatar Dec 29 '22 12:12 iluwatar

Hello, I can try to help out in this case, which projects need to be upgraded to latest version ? Any changes need to be made

MihSawant avatar Dec 31 '22 02:12 MihSawant

@MihSawant thanks for your help! You can find out the projects by looking at the pom.xml files. I think there are about 10 or so submodules that use Spring Boot. Hopefully the migration guide highlights the issues we need to tackle.

iluwatar avatar Dec 31 '22 08:12 iluwatar

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 01 '23 10:03 stale[bot]

Hello @iluwatar , I am new to open source and would like to contribute to this issue, please let me know if its okay. I went ahead and looked into the pom files of few of the projects (price-mcirservice, had some doubts :

  1. In parent tag, springboot is not mentioned. image

  2. Coming to the dependencies, I am not seeing the version given, do I add them explicitly ? image

tyagi-data-wizard avatar Mar 17 '23 17:03 tyagi-data-wizard

@iluwatar I want to contribute to this issue, can I??

Harsh4902 avatar Mar 20 '23 05:03 Harsh4902

Hello @Harsh4902 , I was looking on working on it but if you want to collaborate I am open to and excited about it!

tyagi-data-wizard avatar Mar 20 '23 06:03 tyagi-data-wizard

Sure, I am ready to collaborate 👍

Harsh4902 avatar Mar 20 '23 06:03 Harsh4902

@iluwatar @Harsh4902 @tyagi-data-wizard is this issue resolved or still open, I would like to help!

vishalsingh2972 avatar Apr 16 '23 13:04 vishalsingh2972

Hey @vishalsingh2972 , me and @tyagi-data-wizard working on it. We are happy if you join us.

Harsh4902 avatar Apr 16 '23 13:04 Harsh4902

I made changes earlier, but i think it didn't got accepted, would like to work with you guys on this one again

MihSawant avatar Apr 16 '23 13:04 MihSawant

I made changes earlier, but i think it didn't got accepted, would like to work with you guys on this one again

What was the issue, I think we need to change the version number in the dependencies....am I right? @MihSawant

vishalsingh2972 avatar Apr 16 '23 13:04 vishalsingh2972

Actually we need to change from spring 2 to spring 3, 3.0.5 version (stable) and all the projects which should then follow spring boot 3.0 features where needed.

MihSawant avatar Apr 16 '23 13:04 MihSawant

hey, I'm new to open source and wanted to work on this. Is anybody working on it,? If yes can I collaborate.

Ayush-Thakur-geek avatar May 12 '23 14:05 Ayush-Thakur-geek

Hi @iluwatar @Harsh4902 Can I also join you guys in this project?

Pratik-kp avatar Jul 09 '23 15:07 Pratik-kp

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 09 '23 11:09 stale[bot]

Hi @iluwatar @Harsh4902 Can I also join you guys in this project?

ved-asole avatar Sep 14 '23 04:09 ved-asole

Hi @iluwatar @Harsh4902 Can I also join you guys in this project?

Currently, I am not working on this issue. You can individually work on this issue.

Harsh4902 avatar Sep 14 '23 06:09 Harsh4902

@Pratik-kp are you working on it?

iluwatar avatar Sep 17 '23 16:09 iluwatar

@iluwatar Can I work on this issue if it is not resolved?

Deeptarko avatar Sep 30 '23 13:09 Deeptarko

Please note that it's possible to split the issue and upgrade the patterns one by one

iluwatar avatar Oct 01 '23 07:10 iluwatar

@iluwatar How can I first only change the version in a single project ? Is there a way that I can modify the version in a single project first?

Deeptarko avatar Oct 03 '23 07:10 Deeptarko

@Deeptarko for do change in only one project you have to override dependency from parent pom.xml

Harsh4902 avatar Oct 03 '23 15:10 Harsh4902

@Deeptarko are you working on this issue?

nilandev avatar Oct 13 '23 18:10 nilandev

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 12 '23 20:12 stale[bot]

I've split the issue by pattern and will close this one. See

  • #2821
  • #2822
  • #2823
  • #2824
  • #2825
  • #2826
  • #2827

iluwatar avatar Mar 10 '24 11:03 iluwatar