How to Upgrade with latest SpringBoot version | SpringBoot Version up-gradation from 1.5.x to 2.x.x

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 27

  • @DrFlash-mh6st
    @DrFlash-mh6st 3 роки тому +1

    Good coverage dude. Thanks!! It will help.

  • @jananisenthilnathan5452
    @jananisenthilnathan5452 2 роки тому +4

    Very informative sir.. Thanks for the video. Currently I am trying to upgrade my spring boot version to 2.5.12 or 2.6.6 from 2.1.11 release due to the Springfor shell vulnerability, but facing issues in test classes and many other issues. Is there any guidance link on that sir how to make changes ?

    • @SantoshKumar-pd3db
      @SantoshKumar-pd3db 2 роки тому +2

      Hey janani I am doing the same thing now ....Can u pls help ke out with a reply...does this work?

    • @TechTalkDebu
      @TechTalkDebu  2 роки тому +3

      Are you using latest Jdk version ??? If not it will cause an issue

    • @varshneyharshit
      @varshneyharshit 2 роки тому

      Hii Did you find any solution,Were you able to upgrade the spring boot version?

    • @jananisenthilnathan5452
      @jananisenthilnathan5452 2 роки тому +1

      @@varshneyharshit yes, i was able to upgrade the parent version to 2.5.12 and the test classes dependency also i had to upgrade as per compatible one for 2.5.12. then it works fine

    • @jananisenthilnathan5452
      @jananisenthilnathan5452 2 роки тому

      @@SantoshKumar-pd3db it did work for me i upgraded the parent version to 2.5.12 and had to update my cucumber test dependency as well later it worked fine..

  • @dipalimahajan8581
    @dipalimahajan8581 2 роки тому +1

    Thank you so much for this information. I want to upgrade my spring boot version to 2.3.12 from 2.0.9 for spring beans vulnerability. I can build my project but failing while deploying. I have followed 2.3.12 spring boot release note and list of compatible dependencies with spring boot version. still facing issues . Can you please provide any link for upgradation?

  • @gokulprasanth8114
    @gokulprasanth8114 3 роки тому +1

    Thanks a lot for making this!

  • @_RiddhiKankaria
    @_RiddhiKankaria 3 роки тому +2

    Hi can you please provide the link where all the steps are given to upgrade spring boot version from 2.3.x to 2.5.x in which Gradle change is also involved ( from 5.6.x to 7.2) please it will be very helpful

  • @harishgopu3113
    @harishgopu3113 3 роки тому +1

    Kindly Provide any link for spring upgrade from 2.2.5 - 2.4.. while changing the spring version to 2.4 in pom.xml... javax validation is not upgrading even though added javax external dependency facing issue... Kindly suggest ur thought or share link..

    • @TechTalkDebu
      @TechTalkDebu  3 роки тому

      Could you check this tutorial : thepracticaldeveloper.com/book-update-2.4.0/

  • @jumbomatrimo9020
    @jumbomatrimo9020 2 роки тому

    Can you tell about the hallinkdisocoverer defined in class path error while migrating to 2.5.4. tried everything available on internet

  • @HarshaVardhan-uv1uh
    @HarshaVardhan-uv1uh 3 роки тому +1

    Can you provide any link for migration of spring boot from 1.5.13 to 2.1.10 , it could be helpful if there is any similar project.

    • @TechTalkDebu
      @TechTalkDebu  3 роки тому

      You can refer below two links : medium.com/rsq-technologies/migration-guide-from-spring-boot-1-5-to-2-2-x-3a87295630cc

    • @TechTalkDebu
      @TechTalkDebu  3 роки тому

      altkomsoftware.pl/en/blog/spring-boot-migration-java/

  • @Ramharigopal123
    @Ramharigopal123 Рік тому +1

    can you share the notepad file here.

    • @TechTalkDebu
      @TechTalkDebu  Рік тому

      Okay sure … plz check video description

  • @vinodhbabuseela2385
    @vinodhbabuseela2385 2 роки тому

    I'm facing class not found exception org.springframework.boot.bind.RelaxedPropertyResolver, can you please check me once.