You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that's not possible to fully automatic migrate from spring boot - micronaut, but there is an "aid" with an openrewrite module to do that?
for instance, remove pom dependency of spring, replace them with some sort of mapping with micronaut one, change the annotation for service -> singleton,align the controller method (where possible)
the code will 100% break and won't compile, but it will give a good starting point to proceed to manual fixing
do you think it's a possibility?
The text was updated successfully, but these errors were encountered:
Feature description
I know that's not possible to fully automatic migrate from spring boot - micronaut, but there is an "aid" with an openrewrite module to do that?
for instance, remove pom dependency of spring, replace them with some sort of mapping with micronaut one, change the annotation for service -> singleton,align the controller method (where possible)
the code will 100% break and won't compile, but it will give a good starting point to proceed to manual fixing
do you think it's a possibility?
The text was updated successfully, but these errors were encountered: