Skip to content
Permalink

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: v5.46.1
Choose a base ref
...
head repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.46.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 28, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a51c2a4 View commit details
  2. Copy the full SHA
    bbbf6b2 View commit details

Commits on Nov 29, 2024

  1. refactor: Git config user [email protected]

    Use this link to re-run the recipe: https://app.moderne.io/builder/FqLGRNgYj?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <[email protected]>
    timtebeek and TeamModerne committed Nov 29, 2024
    Copy the full SHA
    da7b851 View commit details

Commits on Dec 2, 2024

  1. chore(ci): bump org.apache.maven:maven-api-meta (#902)

    Bumps org.apache.maven:maven-api-meta from 4.0.0-beta-5 to 4.0.0-rc-1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-api-meta
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Copy the full SHA
    f98c38b View commit details
  2. chore(ci): bump org.apache.maven:maven-api-xml (#903)

    Bumps org.apache.maven:maven-api-xml from 4.0.0-beta-5 to 4.0.0-rc-1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-api-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Copy the full SHA
    7b43e0f View commit details

Commits on Dec 3, 2024

  1. Update ConfigurableRewriteMojo.java to parse .lock files as plaintext

    timtebeek authored Dec 3, 2024
    Copy the full SHA
    3a2a803 View commit details

Commits on Dec 6, 2024

  1. Update pom.xml to target 5.46.2 next

    timtebeek authored Dec 6, 2024
    Copy the full SHA
    cc72702 View commit details
  2. Copy the full SHA
    ceefa39 View commit details
  3. Copy the full SHA
    15681db View commit details
Showing with 10 additions and 9 deletions.
  1. +2 −2 .github/workflows/bump-snapshots.yml
  2. +2 −2 .github/workflows/publish.yml
  3. +5 −5 pom.xml
  4. +1 −0 src/main/java/org/openrewrite/maven/ConfigurableRewriteMojo.java
4 changes: 2 additions & 2 deletions .github/workflows/bump-snapshots.yml
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ jobs:
settings-path: ${{ github.workspace }}
- name: configure-git-user
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "team@moderne.io"
git config user.name "team-moderne[bot]"
- name: bump-rewrite-properties-to-snapshots
run: |
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -25,8 +25,8 @@ jobs:
gpg-passphrase: SONATYPE_SIGNING_PASSWORD
- name: configure-git-user
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "team@moderne.io"
git config user.name "team-moderne[bot]"
- name: bump-rewrite-properties-to-releases
run: |
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.46.1</version>
<version>5.46.2</version>
<packaging>maven-plugin</packaging>

<name>rewrite-maven-plugin</name>
@@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/openrewrite/rewrite-maven-plugin.git</connection>
<developerConnection>${developerConnectionUrl}</developerConnection>
<url>https://github.com/openrewrite/rewrite-maven-plugin/tree/main</url>
<tag>v5.46.1</tag>
<tag>v5.46.2</tag>
</scm>

<issueManagement>
@@ -62,7 +62,7 @@

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.41.1</rewrite.version>
<rewrite.version>8.41.2</rewrite.version>
<rewrite.kotlin.version>1.23.1</rewrite.kotlin.version>

<!-- using 'ssh' url scheme by default, which assumes a human is performing git operations leveraging an ssh key -->
@@ -142,13 +142,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-meta</artifactId>
<version>4.0.0-beta-5</version>
<version>4.0.0-rc-1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-beta-5</version>
<version>4.0.0-rc-1</version>
<scope>provided</scope>
</dependency>
<dependency>
Original file line number Diff line number Diff line change
@@ -142,6 +142,7 @@ protected Set<String> getPlainTextMasks() {
"**/*.jelly",
"**/*.jsp",
"**/*.ksh",
"**/*.lock",
"**/lombok.config",
"**/*.md",
"**/*.mf",