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

tibordigana pushed a change to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


 discard 4ce1433c4 [SUREFIRE-2060] JDK 18 support
     new f5aeff8e2 [SUREFIRE-1964] Support for method filtering on excludesFile 
and includesFile committers: Ildefonso Montero, Tibor Digaňa Add the 
implementation and integration tests Add some unit tests Add some javadoc to 
includesFile and excludesFile
     new 2e81a3d77 [SUREFIRE-2060] JDK 18 support

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   (4ce1433c4)
            \
             N -- N -- N   refs/heads/release/2.22.3 (2e81a3d77)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../maven/plugin/failsafe/IntegrationTestMojo.java |  14 +++
 .../plugin/surefire/AbstractSurefireMojo.java      | 127 +++++++++++++--------
 .../maven/plugin/surefire/MojoMocklessTest.java    |   6 +
 .../maven/plugin/surefire/SurefirePlugin.java      |  16 ++-
 .../its/AbstractTestMultipleMethodPatterns.java    |   3 +-
 ...ouldNotBeIgnoredIT.java => Surefire1964IT.java} |  30 +++--
 .../test/resources/surefire-1964/exclusions.txt    |   1 +
 .../test/resources/surefire-1964/inclusions.txt    |   1 +
 .../resources/{junit4 => surefire-1964}/pom.xml    |  17 +--
 .../src/test/java/pkg/ExcludedTest.java            |  12 ++
 .../src/test/java/pkg/FilterTest.java              |  24 ++++
 11 files changed, 184 insertions(+), 67 deletions(-)
 copy 
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/{Surefire1426JvmCrashShouldNotBeIgnoredIT.java
 => Surefire1964IT.java} (55%)
 create mode 100644 surefire-its/src/test/resources/surefire-1964/exclusions.txt
 create mode 100644 surefire-its/src/test/resources/surefire-1964/inclusions.txt
 copy surefire-its/src/test/resources/{junit4 => surefire-1964}/pom.xml (77%)
 create mode 100644 
surefire-its/src/test/resources/surefire-1964/src/test/java/pkg/ExcludedTest.java
 create mode 100644 
surefire-its/src/test/resources/surefire-1964/src/test/java/pkg/FilterTest.java

Reply via email to