Tim te Beek
Tim te Beek
One deprecated constructor was already marked private as part of - https://github.com/openrewrite/rewrite/pull/5324 That still leaves three public, and one private constructor for now: https://github.com/openrewrite/rewrite/blob/ae69105d4df3ef3d981fdab270008621baf27db9/rewrite-maven/src/main/java/org/openrewrite/maven/internal/MavenPomDownloader.java#L90-L145
> Inspired by [apache/maven-install-plugin#47](https://github.com/apache/maven-install-plugin/pull/47), found through #1159. Fun to see that link here; Leitschuh has been using Moderne to roll that out broadly indeed. I did notice that [we support...
Thanks a lot @ishish07 ! I like how you've sketched the context of having had to do this by hand, and now wish to automate this for others going forward....
as discussed we'd need to cover multi module projects before we can merge; let us know if you'd need any help on that front.
Hi @ajturnerora ; welcome back! Would you mind describing the use case you're looking to use `CreateFileVisitor` in more detail? I'm mostly wondering if `new FindSourceFiles(".github/workflows/*.yml").getVisitor()` might be a better...
Thanks for the detailed write up of your thought process @ajturnerora ! In this case indeed `CreateFileVisitor` is a shared implementation detail of the various create file recipes, and needs...
Here's Claude instead of Junie: - https://github.com/openrewrite/rewrite/pull/6194
Hi all; figured I'd chime in here with a bit of context, and a potential way forward. I'd spotted this PR linked on [the PR at langchain4j](https://github.com/langchain4j/langchain4j/pull/673), after we've already...
Sure! Here's a screenshot of what those automated suggestions look like in practice:  They're taken from pull request https://github.com/openrewrite/rewrite-migrate-java/pull/421, where good, detailed work was done, that merely had some...
hi @cowtowncoder ; the way we've used is to find a core set of recipes whose results we like; then apply them once across the code base, and enforce them...