-
Notifications
You must be signed in to change notification settings - Fork 92
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-maven-plugin
base: v6.35.0
head repository: openrewrite/rewrite-maven-plugin
compare: v6.35.1
- 19 commits
- 36 files changed
- 8 contributors
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b8a392c - Browse repository at this point
Copy the full SHA b8a392cView commit details
Commits on Mar 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 63dff4b - Browse repository at this point
Copy the full SHA 63dff4bView commit details
Commits on Mar 27, 2026
-
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9604e02 - Browse repository at this point
Copy the full SHA 9604e02View commit details
Commits on Mar 30, 2026
-
Add overridable createTypeCache() hook to MavenMojoProjectParser
Allow subclasses to provide a custom JavaTypeCache implementation by overriding createTypeCache() instead of hardcoding new JavaTypeCache().
Configuration menu - View commit details
-
Copy full SHA for 8a77601 - Browse repository at this point
Copy the full SHA 8a77601View commit details -
Fix datatable_export test for updated CSV column headers (#1132)
rewrite#7167 changed CsvDataTableStore to use column descriptor names instead of display names for CSV headers. Update the test assertion to expect "groupId"/"artifactId" instead of "Group"/"Artifact".
Configuration menu - View commit details
-
Copy full SHA for 382b027 - Browse repository at this point
Copy the full SHA 382b027View commit details -
chore(ci): bump actions/configure-pages from 5 to 6 (#1129)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0c4abe - Browse repository at this point
Copy the full SHA a0c4abeView commit details -
chore(ci): bump actions/deploy-pages from 4 to 5 (#1130)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88873aa - Browse repository at this point
Copy the full SHA 88873aaView commit details
Commits on Mar 31, 2026
-
Fix files falsely marked as changed by migration recipes (#1134)
When running Java migration recipes, all Java/Kotlin files were reported as having changes even when no actual code changes were made. This was caused by ResultsContainer using diff().isEmpty() for change detection, which produced false positives due to GitTreeEntry object ID mismatches in InMemoryDiffEntry. Replace with direct printAll() comparison using FencedMarkerPrinter. Enable the previously disabled java_upgrade_project integration test. Fixes moderneinc/customer-requests#2125
Configuration menu - View commit details
-
Copy full SHA for b4baa06 - Browse repository at this point
Copy the full SHA b4baa06View commit details -
Pass null properties when resolvePropertiesInYaml=false (#1133)
Fixes #1100. When resolvePropertiesInYaml=false, pass null instead of empty Properties so that upstream YamlResourceLoader skips placeholder resolution entirely. This prevents ${var:default} from resolving to the default value when property resolution is disabled.
Configuration menu - View commit details
-
Copy full SHA for 64d50f3 - Browse repository at this point
Copy the full SHA 64d50f3View commit details
Commits on Apr 1, 2026
-
Fix isExcluded gitignore handling using shared GitIgnore utility (#1135)
* Fix isExcluded to properly handle gitignored files and tracked status The isExcluded method had the same two bugs as the Gradle plugin: 1. Recursive call prepending '/' broke JGit path matching, making the gitignore check dead code 2. No DirCacheIterator check, so tracked files would have been incorrectly excluded if the path bug were fixed in isolation Replace the inline JGit implementation with the shared GitIgnore.isIgnoredAndUntracked() utility from rewrite-core. * Address review feedback: make isExcluded static, remove redundant slash strip - Make isExcluded package-private and static with explicit Repository parameter, eliminating the sun.misc.Unsafe/reflection hack in tests - Remove redundant leading "/" strip since GitIgnore.isIgnoredAndUntracked already handles it * Add exclusionMatchers tests covering leading-slash and no-slash paths * Bump rewrite.version to 8.78.1 for GitIgnore utility
Configuration menu - View commit details
-
Copy full SHA for 24f411d - Browse repository at this point
Copy the full SHA 24f411dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2bec3 - Browse repository at this point
Copy the full SHA 6b2bec3View commit details
Commits on Apr 2, 2026
-
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b5a246 - Browse repository at this point
Copy the full SHA 9b5a246View commit details -
Update Prethink context (no AI)
Use this link to re-run the recipe: https://app.moderne.io/recipes/io.moderne.prethink.UpdatePrethinkContextNoAiStarter?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b540555 - Browse repository at this point
Copy the full SHA b540555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c65b83 - Browse repository at this point
Copy the full SHA 9c65b83View commit details
Commits on Apr 3, 2026
-
Prepare for 6.35.1 release; Downgrade plexus-utils to 3.6.1 to mainta…
…in compatibility with Maven 3.x
Configuration menu - View commit details
-
Copy full SHA for c1537c1 - Browse repository at this point
Copy the full SHA c1537c1View commit details
Commits on Apr 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c61e083 - Browse repository at this point
Copy the full SHA c61e083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a484e9 - Browse repository at this point
Copy the full SHA 4a484e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff50095 - Browse repository at this point
Copy the full SHA ff50095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab8058 - Browse repository at this point
Copy the full SHA 8ab8058View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.35.0...v6.35.1