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: mojohaus/exec-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.0
Choose a base ref
...
head repository: mojohaus/exec-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.1
Choose a head ref
  • 15 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    3dbeba7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    a83bcdd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Configuration menu
    Copy the full SHA
    3e5d107 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.mojo:mojo-parent from 86 to 87

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 86 to 87.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    0ea70e4 View commit details
    Browse the repository at this point in the history
  3. Bump commons-io:commons-io in /src/test/projects/project3

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    9d862ab View commit details
    Browse the repository at this point in the history
  4. Bump commons-io:commons-io in /src/test/projects/project14

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    d0fffa5 View commit details
    Browse the repository at this point in the history
  5. Bump commons-io:commons-io in /src/test/projects/project2

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    f544485 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Bump asm.version from 9.7.1 to 9.8

    Bumps `asm.version` from 9.7.1 to 9.8.
    
    Updates `org.ow2.asm:asm` from 9.7.1 to 9.8
    
    Updates `org.ow2.asm:asm-commons` from 9.7.1 to 9.8
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-commons
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    fc7ccf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Bump commons-io:commons-io in /src/test/projects/project1

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-version: 2.14.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slawekjaranowski committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    303978c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Bump commons-io:commons-io in /src/test/projects/project6/project5lib

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-version: 2.14.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f4e8634 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Add ClassLoader support for ASM ClassWriter

    For bigger and more complicated classes org.objectweb.asm.ClassWriter
    requires access to classloader where can found classes used in transformed class.
    
    Also add a warning when a class cannot be transformed.
    slawekjaranowski committed May 15, 2025
    Configuration menu
    Copy the full SHA
    42bc369 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0

    Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-exec
      dependency-version: 1.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slawekjaranowski committed May 24, 2025
    Configuration menu
    Copy the full SHA
    d221e23 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474)

    * Bump org.codehaus.mojo:mojo-parent from 87 to 88
    
    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 87 to 88.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '88'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * exclude Maven 3.6.3 from build
    
    * fix for spotless ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
    dependabot[bot] and slawekjaranowski authored May 27, 2025
    Configuration menu
    Copy the full SHA
    1ed0f42 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.mojo:mojo-parent from 88 to 89

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 88 to 89.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '89'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slawekjaranowski committed May 27, 2025
    Configuration menu
    Copy the full SHA
    ac27173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1f6f7 View commit details
    Browse the repository at this point in the history
Loading