Rodrigo Carvalho Silva

Results 45 comments of Rodrigo Carvalho Silva

Hi @timtebeek ! Thank you very much for your help. The recipe is almost done: it's working but I still need to handle new parent's properties and dependency management. However,...

> I still need to handle new parent's properties and dependency management. Actually, do you think is there anything to do on this regard? I though I needed to remove...

> In ChangeParentPom we seem to [skip with no changes](https://github.com/openrewrite/rewrite/blob/7e1130c1120ec5289300d5efc4c8db2629ab00b3/rewrite-maven/src/main/java/org/openrewrite/maven/ChangeParentPom.java#L170-L177) when no acceptable version is found. Probably best to be consistent then, even if it could make for a frustrating...

@timtebeek I need your help on a new problem. After changing the change to make no changes when no suitable version is found, I still got an empty `` in...

Hi @timtebeek ! I'll take a look on you feedback and make the code changes needed. But I committed the failing tests I told before so you can understand the...

@timtebeek, and I thank **you** for the guidance and patience! Now I know why OpenRewrite is improving so fast and have such a vibrant community :) Regards!

Agreed. It would be better to have a warning like it does for private methods.

To avoid these kind of problems, I think it would be better if the bundled JDK wasn't so cutting edge like this.

Hi, @timtebeek ! I tracked this problem and it isn't related to HibernateJpaConfiguration but to Jackson. We use some Jackson annotations on some `@Entity` classes, so the error occurred on...

Actually, these dependencies are being pulled by external packages we depend on and they aren't update yet, unfortunately... I think, for my use case, it is better to make a...