Vijaya Krishna Chavakula
Vijaya Krishna Chavakula
hi @timtebeek, I tried in declarative approach for Preconditions. ```yaml type: specs.openrewrite.org/v1beta/recipe name: net.example.recipe.yaml.AddingCassandraEnv displayName: sample file description: "sample file" preconditions: - org.openrewrite.FindSourceFiles: filePattern: "**/application.yml" recipeList: - org.openrewrite.yaml.MergeYaml: key: $...
@timtebeek can you kindly reopen this one please.
We used only declarative approach for this as shown above so there is no unit test for the same, but yes it is reproducible, @timtebeek, can i contribute for this...
@timtebeek i have opened a PR for the fix of this issue https://github.com/openrewrite/rewrite/pull/3866 kindly help to review and merge.
I cannot contribute to this issue, can someone please pick this issue. @knutwannheden above testcase i copied in my local and it failed.
Is it possible to try with below code block @timtebeek on which it is failing exactly, even i tried to upgrade to latest bom but same parsing issue for this...
Thanks for comments @timtebeek , can i know which folder under /target will have data tables and any specific name of the file to attach here?
with the command given above i couldn't generate and rewrite folder under tagert/ trying to paste the stacktrace one again. ``` Caused by: java.lang.RuntimeException: Error while visiting RequestManager-App\src\test\java\com\example\controller\DocCategoriesAndTypesControllerTest.java: java.lang.IllegalArgumentException: Could...
@timtebeek can you kindly provide us update on this open issue.
hi @timtebeek sorry i took some time to get back on this issue, can you try with below testcase please and see it is reproducing parsing issue because of ObjectMapper...