Fabian Krüger
Fabian Krüger
HI @ravig-kant as discussed. Please feel free to discuss this here in comments.
This will be fixed with #771. The ProjectParser then parses all resources ending with `.java` in `target`. These will be available for tape resolution but not be part of the...
Hi @nt-gt Thank you for reporting and your detailed description. 🚀 As for #606 it will take some time to create an example with tests to reproduce. I will ping...
Hi @shresthaujjwal it should be working with the current parser used in isolation when using RewriteMavenProjectParser which replicates works as with the rewrite-maven-plugin. It needs to be incorporated into the...
Hi @Loloweb thanks for reporting. I can't look into this at the moment but will keep it open for another day.
Hi @moarychan Thank you for giving it a try and reporting issues! 🚀 We're in the process of changing the reporting/migration approach and I hope the new setup will be...
HI @moarychan You might want to checkout branch `webapp-demo` which I plan to merge back to `main` very soon 🤞 The new capability will use a web application to provide...
@moarychan it's merged into main. You can give it a try ````bash mvn clean install java -jar applications/spring-boot-upgrade/target/spring-boot-upgrade.jar ```` All feedback is appreciated.
Hi @marcgemis Thanks for reporting and a Happy New Year 🚀 Could you try using [spring-boot-upgrade.jar](https://github.com/spring-projects-experimental/spring-boot-migrator/releases/download/0.13.0/spring-boot-upgrade.jar) to see if the error persists? Looking at the stacktrace I am afraid it...
Thanks a lot for isolating the issue, that's very helpful. I hope it will give me an idea of why it goes kaboom. Also planning to upgrade to the latest...