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: apache/maven-shade-plugin Loading
base: maven-shade-plugin-3.5.3
Choose a base ref
...
head repository: apache/maven-shade-plugin Loading
compare: maven-shade-plugin-3.6.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 20, 2024

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

Commits on May 14, 2024

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

Commits on May 27, 2024

  1. Drop the cruft (#225)

    * Drop commons-collections
    
    Single class mildly used it. Simple replacement added.
    
    * Drop other deprecated dependency
    
    * Null safe
    
    * Maven Artifact should be deprecated, is a mixed bad of mixed concepts
    
    * Remove inherited fluff
    cstamas committed May 27, 2024
    Configuration menu
    Copy the full SHA
    199ffae View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [MSHADE-478] Extra JARs feature (#228)

    Ability to add "extra JARs and Artifacts" and still enjoy the full benefits of relocation, resource transformation, etc.
    
    ---
    
    https://issues.apache.org/jira/browse/MSHADE-478
    cstamas committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b573b8c View commit details
    Browse the repository at this point in the history
  2. [MSHADE-428] Prevent null value in array of transformers (#229)

    As Plexus will silently add it as explain it in issue.
    This fix merely improves user experience, but not throwing cryptic or totally misleading errors.
    
    ---
    
    https://issues.apache.org/jira/browse/MSHADE-428
    cstamas committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ade2e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a572e2 View commit details
    Browse the repository at this point in the history
Loading