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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-3.8.5
Choose a base ref
...
head repository: apache/maven
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-3.8.6
Choose a head ref
  • 17 commits
  • 37 files changed
  • 8 contributors

Commits on Mar 5, 2022

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

Commits on Mar 6, 2022

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

Commits on Mar 13, 2022

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

Commits on Apr 1, 2022

  1. [MNG-7445] - Refactoring, remove the useless line

      Contribution by JakcyHu Gakiii
    
    Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
    Gakiii authored and khmarbaise committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    69bde0b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. [MNG-7441] Update version of loback (#708)

    This issue is fluke, as logback is actually optional
    dependency, but still, to cut reports like these from
    root, let's do this update.
    cstamas authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    6189b48 View commit details
    Browse the repository at this point in the history
  2. [MNG-7432] Resolver session contains non-MavenWorkspaceReader (#695)

    As Resolver session contains non-MavenWorkspaceReader, the reactor models (already resolved w/ profiles applied) are re-built when using Resolver within Mojo, instead to get them via ReactorReader as expected. The rebuilt models will lack explicit (-P on CLI) profiles applied, as resolver itself is not maven aware, hence there is no way to "tell" resolver to apply them. Building reactor models w/ profiles applied is NOT done using resolver, but by Maven when loading up reactor, as profiles are NOT applied for downstream transitive dependencies (see discussion on MNG-1388 why).
    
    Signed-off-by: Christoph Läubrich <christoph@laeubi-soft.de>
    Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de>
    Co-authored-by: Tamas Cservenak <tamas@cservenak.net>
    3 people authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    957b5e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. [MNG-7466] Align assembly XSD version with plugin used (#728)

    As title says, XSD is ancient old 2.0.0, while all
    latest assembly plugins uses 2.1.0.
    
    Not that this matters or changes anything at all,
    this is more about correctness.
    cstamas committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5e2e0d8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Revert "[MNG-7347] SessionScoped beans should be singletons for a giv…

    …en session (#653)" (#715)
    
    This reverts commit b4518b5.
    gnodet authored May 9, 2022
    Configuration menu
    Copy the full SHA
    7ae663f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module ca…

    …nnot be readded
    
    This closes #742
    khmarbaise authored and michael-o committed May 27, 2022
    Configuration menu
    Copy the full SHA
    23cc863 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

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

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    0b79a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0d6b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc0155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b157e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a8c4a4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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

Commits on Jun 6, 2022

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