Why isn't my parent pom getting updated with openrewrite recipe?

410 Views Asked by At

I am using the recipe to upgrade spring boot version https://docs.openrewrite.org/recipes/java/spring/boot3/upgradespringboot_3_0

Nothing is getting in pom.xml but I see build success and changes applied in source code files.

I do see the following message:

[WARNING] There were problems parsing some source files, run with --errors to see full stack traces [WARNING] There were problems parsing src\test\resources\application.yml [INFO] Running recipe(s)... line 1:0 missing '@' at 'org' line 1:0 missing '@' at 'org'

1

There are 1 best solutions below

0
On

To help debug your issue it would be good to know what versions of the Maven plugin and rewrite-spring you used. We just did a new release of both, which might already resolve your issues. If not, please log an issue with more details.

As it stands there's not enough information in your question to help us debug any further.