Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7617] Small optimisations and cleanup in the project/model building #816

Merged
merged 5 commits into from
Dec 2, 2022

Commits on Dec 2, 2022

  1. Clean a bit DefaultProfileActivationContext

    # Conflicts:
    #	maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileActivationContext.java
    gnodet committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d248325 View commit details
    Browse the repository at this point in the history
  2. Cleanup DefaultProjectBuildingResult

    # Conflicts:
    #	maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingResult.java
    gnodet committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    aa94bdc View commit details
    Browse the repository at this point in the history
  3. Cache the injected list to avoid repetitive lookups

    # Conflicts:
    #	maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileSelector.java
    gnodet committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    423fd39 View commit details
    Browse the repository at this point in the history
  4. Lazily compute the MavenBuildTimestamp

    # Conflicts:
    #	maven-model-builder/src/main/java/org/apache/maven/model/interpolation/BuildTimestampValueSource.java
    gnodet committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    eefa080 View commit details
    Browse the repository at this point in the history
  5. Use a single loop to select active profiles

    # Conflicts:
    #	maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileSelector.java
    gnodet committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    301ee84 View commit details
    Browse the repository at this point in the history