This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 7686deb3d3600949d28018a6305654b4f1179187 Merge: eb37547 03ac31f Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 10:18:38 2017 +0200 Updated version 2.18.1 from 'upstream/2.18.1' with Debian dir 30aa83918c1e6963404388216c4e1e576ae74265 README.TXT | 2 + maven-failsafe-plugin/pom.xml | 4 +- .../maven/plugin/failsafe/IntegrationTestMojo.java | 74 +++++++++++++++-- .../apache/maven/plugin/failsafe/VerifyMojo.java | 3 +- maven-surefire-common/pom.xml | 4 +- .../plugin/surefire/AbstractSurefireMojo.java | 78 ++++------------- .../surefire/StartupReportConfiguration.java | 13 ++- .../plugin/surefire/booterclient/ForkStarter.java | 22 ++--- .../surefire/booterclient/output/ForkClient.java | 7 +- .../surefire/report/DefaultReporterFactory.java | 92 ++++++++++---------- .../surefire/report/StatelessXmlReporter.java | 8 +- .../maven/plugin/surefire/report/TestSetStats.java | 9 +- .../report/DefaultReporterFactoryTest.java | 8 +- .../surefire/report/StatelessXmlReporterTest.java | 20 ++++- maven-surefire-plugin/pom.xml | 4 +- .../maven/plugin/surefire/SurefirePlugin.java | 71 +++++++++++++++- .../fork-options-and-parallel-execution.apt.vm | 18 ++-- .../src/site/apt/examples/junit.apt.vm | 4 + maven-surefire-report-plugin/pom.xml | 2 +- pom.xml | 74 ++++++++--------- surefire-api/pom.xml | 4 +- surefire-booter/pom.xml | 4 +- surefire-grouper/pom.xml | 4 +- surefire-integration-tests/pom.xml | 8 +- .../maven/surefire/its/CheckTestNgSuiteXmlIT.java | 2 + .../surefire/{ => its}/EnvironmentVariablesIT.java | 2 +- .../surefire/its/fixture/SurefireLauncher.java | 2 +- ...36NonFilterableJUnitRunnerWithCategoriesIT.java | 71 ++++++++++++++++ .../Surefire1122ParallelAndFlakyTestsIT.java} | 34 ++++---- .../jiras/Surefire995CategoryInheritanceIT.java | 90 ++++++++++++++++++++ .../src/test/resources/runOrder/pom.xml | 6 -- .../pom.xml | 59 ++++++++----- .../java/jiras/surefire1036/IntegrationTest.java | 24 ++++++ .../jiras/surefire1036/TestSomeIntegration.java} | 38 ++++----- .../java/jiras/surefire1036/TestSomeUnit.java} | 31 +++---- .../TestSomethingWithMockitoRunner.java} | 41 +++++---- .../surefire-1122-parallel-and-flakyTests}/pom.xml | 81 +++++++++--------- .../src/test/java/test/FlakyTest.java} | 28 +++---- .../surefire-995-categoryInheritance/pom.xml | 97 ++++++++++++++++++++++ .../java/jiras/surefire955/CategorizedTest.java} | 26 ++---- .../java/jiras/surefire955/NotIncludedTest.java} | 24 ++---- .../test/java/jiras/surefire955/SomeCategory.java | 24 ++++++ .../jiras/surefire955/SpecialCategorizedTest.java} | 25 ++---- .../jiras/surefire955/SpecialNonCategoryTest.java} | 24 ++---- .../resources/testng-group-thread-parallel/pom.xml | 7 ++ surefire-providers/common-java5/pom.xml | 2 +- surefire-providers/common-junit3/pom.xml | 2 +- surefire-providers/common-junit4/pom.xml | 2 +- surefire-providers/common-junit48/pom.xml | 2 +- .../surefire/common/junit48/FilterFactory.java | 87 ++++++++++--------- surefire-providers/pom.xml | 6 +- surefire-providers/surefire-junit3/pom.xml | 2 +- surefire-providers/surefire-junit4/pom.xml | 2 +- surefire-providers/surefire-junit47/pom.xml | 2 +- .../surefire/junitcore/JUnitCoreProvider.java | 4 +- .../maven/surefire/junitcore/JUnitCoreWrapper.java | 23 ++--- .../junitcore/pc/AbstractThreadPoolStrategy.java | 9 +- .../surefire/junitcore/pc/InvokerStrategy.java | 7 ++ .../junitcore/pc/NonSharedThreadPoolStrategy.java | 6 +- .../junitcore/pc/ParallelComputerBuilder.java | 36 +++++--- .../maven/surefire/junitcore/pc/Scheduler.java | 63 +++++++++----- .../junitcore/pc/SchedulingStrategies.java | 22 +++-- .../surefire/junitcore/pc/SchedulingStrategy.java | 23 ++++- .../junitcore/pc/SharedThreadPoolStrategy.java | 6 +- .../junitcore/pc/SingleThreadScheduler.java | 15 +++- .../apache/maven/surefire/junitcore/Logger.java | 27 ++---- .../maven/surefire/junitcore/Surefire746Test.java | 2 +- .../junitcore/pc/ParallelComputerBuilderTest.java | 48 ++++++----- .../junitcore/pc/ParallelComputerUtilTest.java | 11 +-- .../junitcore/pc/SchedulingStrategiesTest.java | 13 +-- surefire-providers/surefire-testng-utils/pom.xml | 2 +- surefire-providers/surefire-testng/pom.xml | 2 +- surefire-report-parser/pom.xml | 4 +- surefire-setup-integration-tests/pom.xml | 5 +- surefire-shadefire/pom.xml | 10 +-- 75 files changed, 1079 insertions(+), 639 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

