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

github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-6.0.3
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 96b2c84e32 Bump org.junit:junit-bom from 6.0.2 to 6.0.3
     add 8cbf02e3d1 docs: document deprecation rationale for 
getPomFile/setPomFile (#11680)
     add 2686f9c163 docs: clarify replacement for deprecated 
scriptSourceDirectory (#11651)
     add 5bea6a964f Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 
(#11726)
     add 1847bb4035 Bump net.bytebuddy:byte-buddy from 1.18.4 to 1.18.5 (#11718)
     add 71bd10f28c Fail on legacy config in modular projects (#11702)
     add 6c29dc38c9 Maven Resolver 2.0.16 (#11731)
     add c94b33c84d Bump domtripVersion from 0.4.0 to 0.4.1 (#11737)
     add 78ed4a251a Consumer POM of multi-module project should exclude <build> 
and <dependencies> elements (#11639)
     add 43c5e2639a Bump net.sourceforge.pmd:pmd-core from 7.21.0 to 7.22.0 
(#11753)
     add abc22b1c9e Bump mockitoVersion from 5.21.0 to 5.22.0 (#11751)
     add e57588682e Bump actions/download-artifact from 7.0.0 to 8.0.0 (#11745)
     add ed7635755e Bump org.junit:junit-bom from 6.0.2 to 6.0.3

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   (96b2c84e32)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.junit-junit-bom-6.0.3 (ed7635755e)

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 +-
 .mvn/maven.config                                  |   1 -
 api/maven-api-model/src/main/mdo/maven.mdo         |  13 +-
 .../impl/ConsumerPomArtifactTransformer.java       |   2 +-
 .../impl/DefaultConsumerPomBuilder.java            |  26 +-
 .../maven/project/DefaultProjectBuilder.java       | 220 +++++++-----
 .../maven/project/SourceHandlingContext.java       | 166 +++++----
 .../org/apache/maven/project/SourceQueries.java    |  84 +++++
 .../impl/ConsumerPomBuilderTest.java               |  86 +++--
 .../apache/maven/project/ProjectBuilderTest.java   | 381 +++++++++++++++++----
 .../pom.xml                                        |  26 +-
 .../projects/project-builder/mixed-sources/pom.xml |  41 ---
 .../modular-java-with-explicit-source-dir/pom.xml  |  33 ++
 .../pom.xml                                        |  34 ++
 .../pom.xml                                        |  42 +++
 .../src/main/java}/.gitkeep                        |   0
 .../src/test/java}/.gitkeep                        |   0
 .../modular-with-physical-legacy/pom.xml           |  41 +++
 .../src/main/java}/.gitkeep                        |   0
 .../src/test/java}/.gitkeep                        |   0
 .../pom.xml                                        |  42 +++
 .../non-modular-resources-only/pom.xml             |  38 ++
 .../consumer/{trivial => multi-module}/pom.xml     |  38 +-
 pom.xml                                            |  12 +-
 24 files changed, 996 insertions(+), 336 deletions(-)
 create mode 100644 
impl/maven-core/src/main/java/org/apache/maven/project/SourceQueries.java
 copy impl/maven-core/src/test/projects/project-builder/{modular-sources => 
classic-sources-with-explicit-legacy}/pom.xml (52%)
 delete mode 100644 
impl/maven-core/src/test/projects/project-builder/mixed-sources/pom.xml
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-java-with-explicit-source-dir/pom.xml
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-no-test-java-with-explicit-test-source-dir/pom.xml
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-resources-only-with-physical-legacy/pom.xml
 copy impl/maven-core/src/test/projects/project-builder/{MNG-6723/.mvn => 
modular-resources-only-with-physical-legacy/src/main/java}/.gitkeep (100%)
 copy impl/maven-core/src/test/projects/project-builder/{MNG-6723/.mvn => 
modular-resources-only-with-physical-legacy/src/test/java}/.gitkeep (100%)
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-with-physical-legacy/pom.xml
 copy impl/maven-core/src/test/projects/project-builder/{MNG-6723/.mvn => 
modular-with-physical-legacy/src/main/java}/.gitkeep (100%)
 copy impl/maven-core/src/test/projects/project-builder/{MNG-6723/.mvn => 
modular-with-physical-legacy/src/test/java}/.gitkeep (100%)
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/non-modular-resources-only-explicit-legacy/pom.xml
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/non-modular-resources-only/pom.xml
 copy impl/maven-core/src/test/resources/consumer/{trivial => 
multi-module}/pom.xml (57%)

Reply via email to