@javatechie sir this video is really helpful, nowadays we all are migrating our old system versions to newer versions and while doing that we face lot of challenges. I have a request if you can create a video on JMS ActiveMQ and JBOSS upgrade also.🙏🏻
As always ..it's good to know about this spring boot plugin. However I have a request basant. Can you make a video on how to move an existing running spring boot application from on premise to Google kubernative engine with gcloud anthos? I m sure most people would be waiting for this ..
Hi @javatechie I have one doubt, How to handle the case for multi module maven project. ??? Do we need to add the open rewrite plugin for all parent and child poms or only parent pom??? How to build after adding the plugin, I mean the order??
Is there any plugin to migrate spring (mvc) project to spring Boot? If you could suggest any it would be very helpful. Please let me know is there any. Thank you 😊
@@Javatechie what I meant is it only does code changes for spring related stuff , we have other dependencies like Aws SDK and codes related to that are not updated.
We are planning to migrate from java 8 to java 17 .I used this openrewrite.Now we also have a mapping library which is Orika and is not supported in java 17.So we decided to use Mapstruct library.For that how to do it using openrewrite.May I know the process of creating own recepie
Hello Java Techie, I have a query. in spring boot version 2.7.12 if i try to redirect from one url mapping to second url mapping in controller java file. in this case attribute sets on model object are not available to second mapping. how we can get those model attributes. spring mvc it is working fine with the help of request.getParameter() but in spring boot not. Please help
Just for the clarification, if we are upgrading spring boot version 2.x to 3.x then it is also changing the java version of pom.xml . Hence, we don't have to upgrade the java version separately, correct?
we see currently it not able to upgrade the spring boot version no patch file create it giving this message Applying recipes would make no changes. No patch file generated.
Too late. We already migrated all of our services. But it was really hard. I think they made this upgrade so complicated in order to get provide commercial to many users which failed this process.
I upgraded the spring boot to 3.3.2 and spring kafka to 3.2.2 to resolve compatibility and kafka client to 3.7.0 but i am getting NoSuchMethodError: java.util.Map org.apache.kafka.common.utils.Utils.castToStringObjectMap
We are currently migrating our project to spring boot 3.2, This content is very use full for me. Thank you!
Is it helpful in updating the code of other dependencies like Aws SDK etc?
It looks like it modifies the code only for spring related stuff
Wonderful Video on Open Rewrite to migrate from Spring Boot 2.x to 3.x. Appreciate Basant your efforts! God Bless You! 🙂🙏👍
Really need this type of videos , thanks for sharing 🙌
Appreciate the ideas you bring in to your videos. My favorite channel for a reason. Awesome
Love seeing OpenRewrite in action!
Sir, your open rewrite only modifies spring related code, doesn't help with other dependencies like Aws SDK s codes
This video is very useful for me. We have plan to migrate from 2.x to 3.x
Thanks Basant. This was really helpful!
Thank you. Please keep making videos on latest stuff.
Awesome Video, very useful!! Appreciate your efforts! Thank you!
This will help as I am doing spring boot upgradation ❤
Thanks for your efforts, it was very helpful.
@javatechie sir this video is really helpful, nowadays we all are migrating our old system versions to newer versions and while doing that we face lot of challenges. I have a request if you can create a video on JMS ActiveMQ and JBOSS upgrade also.🙏🏻
Nice and crisp video. Can you please upload few more on helm
We already did using open rewrite months ago
Good information….Thank you
please do a video to migrate spring rest frame work with multimodule to spring boot 3 x
very helpful thank you, please I am waiting for the plugins for more productivity
Please do a vedio on spring boot microservices with spring latest version
Please upload a video on
How to test a spring boot Microservice in localhost, dev & non prod environments using Postman.
Thanks for your information
Thank you! Helpful!
@javatechie kindly make a vedio on propagation ... Used in @transcational
As always ..it's good to know about this spring boot plugin.
However I have a request basant. Can you make a video on how to move an existing running spring boot application from on premise to Google kubernative engine with gcloud anthos? I m sure most people would be waiting for this ..
I have already migrated my project to java 17 😅. Anyway will apply in another microservice
Need assistance when I upgrade criteria hibernate 5 to 6 select query goes infinite how handle this my dto's are hbm.xml files
Hi @javatechie I have one doubt, How to handle the case for multi module maven project. ??? Do we need to add the open rewrite plugin for all parent and child poms or only parent pom??? How to build after adding the plugin, I mean the order??
Hello bivas , No add only in parents module then run the mvn goal it should work I tried it
Is there any plugin to migrate spring (mvc) project to spring Boot? If you could suggest any it would be very helpful. Please let me know is there any. Thank you 😊
Sir , this is not supported for gradle project , is there any way to use this for gradle project ?
It should support gradle not sure what issue are you facing could you please add some more inputs about your error
@@Javatechie what I meant is it only does code changes for spring related stuff , we have other dependencies like Aws SDK and codes related to that are not updated.
@@sanketh768 yes that's correct this tool only design for migrating few programming language not all buddy
We are planning to migrate from java 8 to java 17 .I used this openrewrite.Now we also have a mapping library which is Orika and is not supported in java 17.So we decided to use Mapstruct library.For that how to do it using openrewrite.May I know the process of creating own recepie
Hello Java Techie, I have a query. in spring boot version 2.7.12 if i try to redirect from one url mapping to second url mapping in controller java file. in this case attribute sets on model object are not available to second mapping. how we can get those model attributes. spring mvc it is working fine with the help of request.getParameter() but in spring boot not. Please help
Just for the clarification, if we are upgrading spring boot version 2.x to 3.x then it is also changing the java version of pom.xml . Hence, we don't have to upgrade the java version separately, correct?
Yes
we see currently it not able to upgrade the spring boot version no patch file create it giving this message Applying recipes would make no changes. No patch file generated.
Thank you.
Can I use open rewrite in Eclipse IDE ?
Excellent
Will this tool work for spring 5.x to 6.x as my project is not spring boot, or any other tool as such for spring (core/mvc) project
Yes it will
Too late. We already migrated all of our services. But it was really hard. I think they made this upgrade so complicated in order to get provide commercial to many users which failed this process.
hi sir can you please create a video on employee biometric login using Spring boot
how to do this using sts tool
On dryrun it's giving compilation failure 😢😢
No it shouldn't give any error because in dry run it will just create a patch file with changes
Great
spr bro
Modern tool
🙂🙏
I upgraded the spring boot to 3.3.2 and spring kafka to 3.2.2 to resolve compatibility and kafka client to 3.7.0 but i am getting NoSuchMethodError: java.util.Map org.apache.kafka.common.utils.Utils.castToStringObjectMap
Can we migrate spring XML and hibernate XML to annotations config using this tool?
Not sure I need to check this
hi sir can you please create a video on employee biometric login using Spring boot