-
Notifications
You must be signed in to change notification settings - Fork 92
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.28.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.29.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 6 contributors
Commits on Jan 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a36a35d - Browse repository at this point
Copy the full SHA a36a35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27684e2 - Browse repository at this point
Copy the full SHA 27684e2View commit details
Commits on Jan 30, 2026
-
Skip unresolved property placeholders when determining charset (#1105)
* Add failing tests for property placeholder in encoding configuration When the maven-compiler-plugin encoding is configured with a property placeholder like ${java.encoding}, getCharset() throws IllegalCharsetNameException because Charset.forName() receives the unresolved placeholder string. * Skip unresolved property placeholders when determining charset When the maven-compiler-plugin encoding is configured with a property placeholder like ${java.encoding}, getCharset() would throw IllegalCharsetNameException because Charset.forName() received the unresolved placeholder string. This follows the same pattern used elsewhere in this class for handling unresolved properties (e.g., release, source, target settings) - skip values containing "${" and let the method return Optional.empty() instead. Also fixed a potential NPE when getPluginManagement() returns null. Fixes #1104 * Resolve property placeholders from Maven properties Instead of just skipping unresolved property placeholders, attempt to resolve them from MavenProject.getProperties(). This allows configurations like ${java.encoding} to work when the property is defined in the project. --------- Co-authored-by: Tim te Beek <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 9792e32 - Browse repository at this point
Copy the full SHA 9792e32View commit details
Commits on Feb 2, 2026
-
chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin (#1106)
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5abd366 - Browse repository at this point
Copy the full SHA 5abd366View commit details
Commits on Feb 9, 2026
-
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.DeleteSourceFiles?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl#defaults=W3sibmFtZSI6ImZpbGVQYXR0ZXJuIiwidmFsdWUiOiIuZ2l0aHViL3dvcmtmbG93cy8qLXByLnltbCJ9XQ== Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2ec8a7 - Browse repository at this point
Copy the full SHA d2ec8a7View commit details -
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 2c01af1 - Browse repository at this point
Copy the full SHA 2c01af1View commit details
Commits on Feb 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 184e927 - Browse repository at this point
Copy the full SHA 184e927View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c30ba - Browse repository at this point
Copy the full SHA b4c30baView commit details
Loading
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.28.1...v6.29.0