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.6.2
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.6.3
Choose a head ref
  • 9 commits
  • 36 files changed
  • 7 contributors

Commits on Oct 19, 2025

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

Commits on Oct 20, 2025

  1. Move to JUnit 5

    - first step simple tests
    slawekjaranowski committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    a6d01ef View commit details
    Browse the repository at this point in the history
  2. Add support for JEP 512 for for package-private static main methods w…

    …ith and without arguments
    anurag.ag authored and slawekjaranowski committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    7a66c3e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Document thread group isolation limitation in java goal (#503)

    * Document thread group isolation limitation in java goal
    
    Add detailed documentation explaining that the java goal only tracks
    threads in its isolated thread group, which causes it to exit early
    when frameworks like RMI create non-daemon threads in other thread groups.
    
    This clarifies the behavior reported in the issue where RMI servers
    exit prematurely when using exec:java, and provides clear guidance
    to use exec:exec as a workaround.
    
    Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>
    Copilot and slachiewicz authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    03b87b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

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

Commits on Dec 7, 2025

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

    Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.
    - [Changelog](https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt)
    - [Commits](apache/commons-exec@rel/commons-exec-1.5.0...rel/commons-exec-1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-exec
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    efc7faa View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Bump asm.version from 9.9 to 9.9.1

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

Commits on Dec 21, 2025

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