-
Notifications
You must be signed in to change notification settings - Fork 90
#159 Added action for Johnzon upgrade for Spring boot migration 2.7 t… #265
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
Conversation
… Spring boot migration 2.7 to 3.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ravig-kant
thanks a lot for you contribution, very much appreciated!
I had a few small comments, could you have a look?
Looking forward to merge your PR.
...amework/sbm/boot/upgrade_27_30/actions/Boot_27_30_UpgradeReplaceJohnzonDependenciesTest.java
Outdated
Show resolved
Hide resolved
...ngframework/sbm/boot/upgrade_27_30/actions/Boot_27_30_UpgradeReplaceJohnzonDependencies.java
Outdated
Show resolved
Hide resolved
...n/java/org/springframework/sbm/boot/upgrade_27_30/conditions/JohnzonDependencyCondition.java
Outdated
Show resolved
Hide resolved
...amework/sbm/boot/upgrade_27_30/actions/Boot_27_30_UpgradeReplaceJohnzonDependenciesTest.java
Outdated
Show resolved
Hide resolved
...amework/sbm/boot/upgrade_27_30/actions/Boot_27_30_UpgradeReplaceJohnzonDependenciesTest.java
Outdated
Show resolved
Hide resolved
Shouldn't the recipe go in spring-boot-upgrade-30 project under the root? Or at lease some Rewrite dependent portion of the SBM recipe? |
Hi @fabapp2 I have a question about handling Johnzon dependencies for multi-module projects. In such cases should we not be updating the parent projects dependency management section? Also for spring-managed cases, we will have to add a dependency to the child module.
Thanks |
I'd say it's the right module for now. @sanagaraj-pivotal killed the |
Hi @ravig-kant I am currently working on multi-module support. Making this multi-module aware could be achieved like so:
|
Hi @ravig-kant,
|
...n/java/org/springframework/sbm/boot/upgrade_27_30/conditions/JohnzonDependencyCondition.java
Outdated
Show resolved
Hide resolved
...amework/sbm/boot/upgrade_27_30/actions/Boot_27_30_UpgradeReplaceJohnzonDependenciesTest.java
Outdated
Show resolved
Hide resolved
Thanks, @ravig-kant for your contribution 🎉 |
…n 2.7 t… (#265) Co-authored-by: Ravi Gupta <[email protected]>
…o 3.x