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: codehaus-plexus/plexus-build-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plexus-build-api-1.1.0
Choose a base ref
...
head repository: codehaus-plexus/plexus-build-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plexus-build-api-1.2.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    3c13cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ead773 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Let the DefaultBuildContext delegate to the legacy build-api

    Currently there is a problem that if a maven-plugin wants to upgrade to
    the newer API artifact it looses backward-compatibility to older
    implementors of the API instantly.
    
    This changes the DefaultBuildContext in a way that allows it to behave
    backward-compatible in this case:
    
    1) it gets injected the old implementation
    2) it delegates all relevant calls to the legacy
    3) it contains a feature-switch that is able to detect if the
    default-legacy-api is used and therefore we can exchange behavior with a
    new default or need to still to delegate to a custom implementation.
    Christoph Läubrich authored and gnodet committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9a9fb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903ed6c View commit details
    Browse the repository at this point in the history
Loading