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

sjaranowski pushed a change to branch MNG-7758-next-try
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 26695ff491 [MNG-7758] Report dependency problems for all repository
     add 808884a85d Fix typo in validation message
     add 9ce85ef4f4 [MNG-8066] Default exception handler does not handle 
recursion (#1558)
     add 9db546ddb9 [MNG-8142] Hidden bug: JDK profile activator throw 
NumberFormatEx (#1557)
     add ea7309bca6 [MNG-7758] Report dependency problems for all repository

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   (26695ff491)
            \
             N -- N -- N   refs/heads/MNG-7758-next-try (ea7309bca6)

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:
 .../model/DefaultDependencyManagementImporter.java |  2 +-
 .../impl/model/DefaultProfileSelector.java         |  2 +-
 .../model/profile/JdkVersionProfileActivator.java  | 12 +++-
 .../maven/exception/DefaultExceptionHandler.java   | 24 ++++++--
 .../exception/DefaultExceptionHandlerTest.java     | 16 +++++
 .../DefaultDependencyManagementImporter.java       |  2 +-
 .../model/profile/DefaultProfileSelector.java      |  3 +-
 .../activation/JdkVersionProfileActivator.java     | 10 ++-
 .../model/profile/DefaultProfileSelectorTest.java  | 72 ++++++++++++++++++++++
 .../activation/JdkVersionProfileActivatorTest.java | 25 ++++++++
 10 files changed, 156 insertions(+), 12 deletions(-)
 create mode 100644 
maven-model-builder/src/test/java/org/apache/maven/model/profile/DefaultProfileSelectorTest.java

Reply via email to