Michael Keppler
Michael Keppler
This now uses Java 11 and 17 for testing, and Tycho 2.7.5 for building. That's almost recent.
Just one additional warning: After this gets merged, you cannot easily build other Tycho projects with versions < 2.7 anymore without manually cleaning some cache in between: https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md#caution-when-switching-between-tycho-versions. However, as...
Sorry for not coming back to this earlier. I had tried to debug into the patch filter to understand what's going on, but I failed miserably with that. Next time...
@rnveach done. took a while :)
Contained in #353.
Rebased and tested. Unless the patch-filter has findings, the change is good to be merged.
Just as a note for future repetitions: Don't be confused by the browser giving a 404 when browsing p2 update sites. The browser will try to show an index.html, which...
Thanks for the PR.
Closing due to missing feedback.
Can someone check how much of the new recipes overlaps with https://github.com/openrewrite/rewrite/blob/main/rewrite-maven/src/main/java/org/openrewrite/maven/NormalizeMavenVariables.java? To my understanding that was already half of the work at least.