Fabian Krüger

Results 85 comments of Fabian Krüger

I understand that's a tricky part. I would think the problem will be solved with 9ffe2b3. If you want we could see if we can use something from [here](https://github.com/spring-projects-experimental/spring-boot-migrator/tree/spike/rewrite-maven-parser/sbm-support-rewrite/src/test/java/org/springframework/sbm/parsers). There...

I think for the Finder/Test looking for the existence of the dependencies is sufficient, this would make openrewrite/rewrite/issues/1315 non blocking for this issue. In the next iteration I could imagine...

Property migrations are defined in `spring-boot-configuration-migration-manual.yml`. Changed mapping for `spring.datasource.initialization-mode` from `spring.sql.init.enabled` to `spring.sql.init.mode`

@pway99 @jkschneider `schema.sql` and `data.sql` in the root of classpath will be applied by default. If these files are found or `spring.datasource.schema` and `spring.datasource.data` are set or any combination of...

> Some files are missing license header. There's a lot of space instead of tabs we should use. Cries for Spring Java Format & some license-check plugin?

HI @shresthaujjwal Yes, you can. I haven't looked into this myself yet besides scanning [the docs](https://docs.openrewrite.org/concepts-explanations/styles). I will enhance the issue description.

@bsmahi remember to branch from `version/revamp`.

Hi @nt-gt Happy New Year! Thank you for reporting and providing such a detailed description. 🚀 I will need to set up an example project which will take some time....

Thanks for reporting @KhalefAhmed 🚀 I will look into it after #859 is done.

Hi, I don't have time to look into this right now. As a workaround, could you try to pass `--sbm.gitSupportEnabled=false` on application startup to disable these checks.