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

gnodet pushed a change to branch move-testing-package-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


    omit 3432476004 Deprecate testing classes in org.apache.maven.api, add new 
ones in org.apache.maven.testing
     add df1c4925e5 Bump actions/setup-java from 5.2.0 to 5.3.0 (#12280)
     add 32f9497cce Fix NPE in DefaultModelBuilder when POM resolved from 
repository (#12285)
     add 1d1be97f85 Bump jlineVersion from 4.1.3 to 4.2.1 (#12282)
     add 89429a310e Fix BUILD_CONSUMER profile activation for locally-resolved 
parent POMs (#12286)
     add f5f03bc4fb Fix MojoExtension.beforeEach to use merged model instead of 
raw parsed model (#12242) (#12287)
     add 3744153a37 Fix thread-safety in DefaultModelValidator (#11734) (#12284)
     add ce8f03ca7d Deprecate testing classes in org.apache.maven.api, add new 
ones in org.apache.maven.testing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3432476004)
            \
             N -- N -- N   refs/heads/move-testing-package-4.0.x (ce8f03ca7d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |  6 +-
 .../model/validation/DefaultModelValidator.java    |  7 +-
 .../validation/DefaultModelValidatorTest.java      | 64 +++++++++++++++++
 .../maven/impl/model/DefaultModelBuilder.java      | 11 ++-
 .../maven/impl/model/DefaultModelBuilderTest.java  | 72 +++++++++++++++++++
 ...ent.xml => consumer-profile-property-child.xml} | 13 ++--
 ...nt.xml => consumer-profile-property-parent.xml} | 28 ++++++--
 ...mple-standalone.xml => resolved-dependency.xml} | 11 +--
 .../api/plugin/testing/MojoExtensionModelTest.java | 84 ++++++++++++++++++++++
 ...ITgh11798ConsumerPomProfileActivationTest.java} | 24 +++----
 .../child}/pom.xml                                 | 28 ++++----
 .../pom.xml                                        | 20 +++++-
 .../its/gh11798/test-bom/1.0/test-bom-1.0.pom      |  7 ++
 pom.xml                                            |  2 +-
 14 files changed, 320 insertions(+), 57 deletions(-)
 copy 
impl/maven-impl/src/test/resources/poms/factory/{props-and-profiles-parent.xml 
=> consumer-profile-property-child.xml} (76%)
 copy 
impl/maven-impl/src/test/resources/poms/factory/{props-and-profiles-grand-parent.xml
 => consumer-profile-property-parent.xml} (58%)
 copy impl/maven-impl/src/test/resources/poms/factory/{simple-standalone.xml => 
resolved-dependency.xml} (80%)
 create mode 100644 
impl/maven-testing/src/test/java/org/apache/maven/api/plugin/testing/MojoExtensionModelTest.java
 copy 
its/core-it-suite/src/test/java/org/apache/maven/it/{MavenITgh11715EffectivePomNamespaceTest.java
 => MavenITgh11798ConsumerPomProfileActivationTest.java} (56%)
 copy 
its/core-it-suite/src/test/resources/{mng-7982-transitive-dependency-management/c
 => gh-11798-consumer-pom-profile-activation/child}/pom.xml (69%)
 copy its/core-it-suite/src/test/resources/{gh-11162-consumer-pom-scopes => 
gh-11798-consumer-pom-profile-activation}/pom.xml (76%)
 create mode 100644 
its/core-it-suite/src/test/resources/gh-11798-consumer-pom-profile-activation/repo/org/apache/maven/its/gh11798/test-bom/1.0/test-bom-1.0.pom

Reply via email to