You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/25 22:38:05 UTC

[maven] branch master updated (ce35eff -> ddb454a)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from ce35eff  [MNG-6853] - Don't box primitives where it's not needed
     add ff9bc4f  [MNG-6852] Upgrade maven-source-plugin from 3.2.0 to 3.2.1
     add ddb454a  [MNG-6831] Replace Anonymous classes by lambdas

No new revisions were added by this update.

Summary of changes:
 .../artifact/resolver/DefaultArtifactResolver.java | 12 ++----
 .../maven/profiles/DefaultProfileManager.java      | 19 +++------
 .../metadata/DefaultClasspathTransformation.java   | 30 +++++---------
 .../resolver/filter/AndArtifactFilterTest.java     | 10 +----
 .../resolver/filter/OrArtifactFilterTest.java      | 10 +----
 .../maven/artifact/testutils/TestFileManager.java  | 10 +----
 .../scope/internal/MojoExecutionScope.java         | 47 +++++++++-------------
 .../internal/DefaultLifecyclePluginAnalyzer.java   | 11 +----
 .../multithreaded/MultiThreadedBuilder.java        | 15 +++----
 .../maven/session/scope/internal/SessionScope.java | 47 +++++++++-------------
 .../building/DefaultToolchainsBuilder.java         | 17 +++-----
 .../configuration/DefaultBeanConfiguratorTest.java | 20 +++------
 .../scope/internal/MojoExecutionScopeTest.java     | 20 +--------
 .../internal/LifecycleDependencyResolverTest.java  | 10 +----
 .../model/building/ModelBuildingEventCatapult.java |  9 +----
 .../StringSearchModelInterpolator.java             | 32 +++++++--------
 .../StringVisitorModelInterpolator.java            | 32 +++++++--------
 .../StringSearchModelInterpolatorTest.java         | 20 ++++-----
 .../settings/building/DefaultSettingsBuilder.java  | 17 +++-----
 pom.xml                                            |  2 +-
 20 files changed, 127 insertions(+), 263 deletions(-)