maven-failsafe-plugin-bootstrap-3.2.5-150200.3.9.17.4<>,0fp9|bD-]rSaݮt88gS :HDR>7wSxW߲:玊r"41Nd#J!@h1/,߁ H.b:2_ID=|do /]8یG,oS@bR0zh$%DԒ;a/s0)(LZmZE}'0e1W8K7bV̚pN"9>>&D?&4d"( 8 cTXdh  0 : D X  $8Qj<X(:8D9d:F!G"H"I"0X"8Y"D\"h]"|^"b#zc$#d$e$f$l$u$v$w%x%y%z%%%%&0Cmaven-failsafe-plugin-bootstrap3.2.5150200.3.9.17.4Maven plugin for running integration testsThe Failsafe Plugin is designed to run integration tests while the Surefire Plugins is designed to run unit. The name (failsafe) was chosen both because it is a synonym of surefire and because it implies that when it fails, it does so in a safe way. If you use the Surefire Plugin for running tests, then when you have a test failure, the build will stop at the integration-test phase and your integration test environment will not have been torn down correctly. The Failsafe Plugin is used during the integration-test and verify phases of the build lifecycle to execute the integration tests of an application. The Failsafe Plugin will not fail the build during the integration-test phase thus enabling the post-integration-test phase to execute.fh03-ch2bSUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND CPL-1.0https://www.suse.com/Development/Libraries/Javahttps://maven.apache.org/surefire/linuxnoarchf#A큤A큤fffffcfb5431a5102d931890409120dadc0c52c598bfd417ab112a8ac1cd3f69cdff559b1242b9d54608841d50f7aba9a9bc5d95012afdfe61086f3a5ab40ba4320f6007ace03c1c702eeec3dd8305031a1e0dfdda6a8c8de1617d3bdc499fec5b7b7rootrootrootrootrootrootrootrootrootrootmaven-surefire-3.2.5-150200.3.9.17.4.src.rpmmaven-failsafe-plugin-bootstrapmvn(org.apache.maven.plugins:maven-failsafe-plugin)mvn(org.apache.maven.plugins:maven-failsafe-plugin:pom:)@@@    java-headlessjavapackages-filesystemmvn(org.apache.maven.surefire:maven-surefire-common)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.2.53.0.4-14.6.0-14.0-15.2-14.14.1fff@e7@dTbi0@b9@`}p\Nfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.compmonreal@suse.comfstrba@suse.com- Use plexus-metadata-generator executable directly to simplify build classpath- Upgrade to 3.2.5 * Bug + SUREFIRE-2223: Surefire evaluates parameter jvm before skip + SUREFIRE-2224: StatelessXmlReporter#getTestProblems() does not properly reflect report schema structure + SUREFIRE-2225: Surefire ITs fail when project directory contains space + SUREFIRE-2229: + REGRESSION] SUREFIRE-2224 causes stack trace to be omitted for errors and failures + SUREFIRE-2231: JaCoCo 0.8.11 fails with old TestNG releases on Java 17+ * Improvement + SUREFIRE-1345: Support flakyFailure and flakyError in TestSuiteXmlParser + SUREFIRE-2221: Document minimum supported Java version for Toolchains - Upgrade to 3.2.3 * Bug + SUREFIRE-2210: Additional class path ordering broken since 3.2.0 + SUREFIRE-2211: additionalClasspathElement with UNC path not working with Maven Failsafe Plugin + SUREFIRE-2212: OutOfMemoryError raised when parsing files with huge stderr/stdout output in surefire-report-parser + SUREFIRE-2220: SurefireForkChannel#getForkNodeConnectionString() returns invalid URI string if localHost resolves to IPv6 address * Dependency upgrade + SUREFIRE-2214: Upgrade to HtmlUnit 3.8.0 + SUREFIRE-2215: Upgrade to Parent 41 + SUREFIRE-2216: Upgrade plugins and components (in ITs) - Upgrade to 3.2.2 * Bug Fixes + SUREFIRE-2205: Use maven-plugin-report-plugin only in plugins modules + SUREFIRE-2206: Downgrade plexus-xml to 3.0.0 * Dependency updates + SUREFIRE-2208: Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 - Upgrade to 3.2.1 * New features and improvements + SUREFIRE-1124: Support forkNumber in environment variables + SUREFIRE-2177: Use junit-bom instead of single JUnit 5 versions + SUREFIRE-2179: Support adding additional Maven dependencies to the test runtime classpath + SUREFIRE-2178: clarify classpathDependencyExcludes + SUREFIRE-2182: Log starter implementation on DEBUG level * Bug Fixes + SUREFIRE-2190: Fix module dependencies for compile only dependencies * Documentation updates + Fix TestNG web site URL (#671) @sabi0 - Upgrade to 3.1.2 * Changes + SUREFIRE-2166: Use ChoiceFormat to selective render percentage and elapsed time in SurefireReportRenderer + Simplify serialization/deserialization of elapsed time (SUREFIRE-2164 + SUREFIRE-2167) + SUREFIRE-2169: Potential NPE in WrappedReportEntry when [#]getElapsed() is called + MNG-6829: Replace StringUtils#isEmpty(String) and [#]isNotEmpty(String) - Upgrade to 3.1.0 * Sub-task + SUREFIRE-2162: Document upcoming mojo and file names change * Bug + SUREFIRE-2140: Cannot release Surefire on Windows * Improvement + SUREFIRE-2153: Replace SurefireReportGenerator with a new SurefireReportRenderer + SUREFIRE-2160: Replace LocalizedProperties with (Custom)I18N approach from MPIR * Task + SUREFIRE-2130: Rewrite several test classes in report plugin for upcoming Doxia 2.0.0 stack - Upgrade to 3.0.0 * New features and improvements + SUREFIRE-2154: Get rid of localRepository from surefire mojo parameter, use Resolver API * Bug Fixes + SUREFIRE-2119: Sanitize failIfNoSpecifiedTests prefix in failsafe + SUREFIRE-2143: Fix reporting of skipped parameterized test * Documentation updates + SUREFIRE-2156: Refresh download page - Modifed patch: * 0003-Port-to-TestNG-7.4.0.patch -> 0001-Port-to-TestNG-7.4.0.patch + regenerate * maven-surefire-bootstrap-resources.patch + regenerate from maven build - Removed patches: * 0001-Maven-3.patch * 0002-Port-to-current-doxia.patch * 0004-Port-to-current-maven-shared-utils.patch + not needed with this version- Upgrade to 2.22.2 * Bugs: + SUREFIRE-1614: JUnit Runner that writes to System.out corrupts Surefire’s STDOUT when using JUnit’s Vintage Engine - Upgrade to 2.22.1 * Bugs: + SUREFIRE-1532: MIME type for javascript is now officially application/javascript + SUREFIRE-1535: Surefire unable to run testng suites in parallel + SUREFIRE-1538: Git considers PNG files as changed although there is no change + SUREFIRE-1550: The surefire XSD published on maven site lacks of some rerun element + SUREFIRE-1559: XML Report elements rerunError, rerunFailure, flakyFailure, flakyError should contain element stackTrace and should not be simpleContent. + SUREFIRE-1561: Logs in Parallel Tests are mixed up when forkMode=never or forkCount=0 + SUREFIRE-1564: Can’t override platform version through project/plugin dependencies + SUREFIRE-1579: Forks mixed up characters in standard output * Improvements: + SUREFIRE-1552: Nil element “failureMessage” in failsafe-summary.xml should have self closed tag + SUREFIRE-1554: Fix old test resources TEST-*.xml in favor of continuing with SUREFIRE-1550 + SUREFIRE-1555: Elapsed time in XML Report should satisfy pattern in XSD. + SUREFIRE-1562: Support Java 11 + SUREFIRE-1565: Surefire should support parameterized reportsDirectory * Tasks: + SUREFIRE-1569: m-invoker-p:3.1.0 attempts to resolve maven-surefire-common:jar:2.22.1-SNAPSHOT from remote repo 'apache.snapshots' + SUREFIRE-1578: Remove obsolete module surefire-setup-integration-tests * Dependency upgrades: + SUREFIRE-1540: Upgrade maven-plugins parent to version 32 + SUREFIRE-1571: Upgrade maven-plugins parent to version 33 - Fetch sources using source service to avoid bundling binaries in sources - Fix broken links in the spec file - Modified patch: * 0004-Port-to-current-maven-shared-utils.patch + rediff to changed context- Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.- Modified patches: * 0004-Port-to-current-maven-shared-utils.patch + Add some try/catch blocks so that we catch new exceptions potentially thrown by maven-shared-utils-3.3.x * 0003-Port-to-TestNG-6.11.patch -> 0003-Port-to-TestNG-7.4.0.patch + Allow building with the new testng 7.4.0- Build with java source and target levels 8- Update generate-tarball.sh to use https URL [bsc#1182708]- Initial packaging of maven-surefire 2.22.0 - Generate and customize ant build files - Build the maven plugins as bootstrap packages - Added patch: * maven-surefire-bootstrap-resources.patch + Add to the build of the plugins generated files that we cannot generate when building outside mavenh03-ch2b 17210425763.2.5-150200.3.9.17.43.2.53.2.5maven-surefiremaven-failsafe-plugin.jarmaven-surefire-failsafe-plugin.xmlmaven-surefiremaven-failsafe-plugin.pom/usr/share/java//usr/share/java/maven-surefire//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/maven-surefire/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34548/SUSE_SLE-15-SP2_Update/100fe7fc0c4e212d9af49cd62e37d5ae-maven-surefire.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxdirectoryASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)XML 1.0 document, ASCII textXML 1.0 document textPPRRRu0#utf-83ab2bbc3d62510f9b99d77ec59f5f273a3ecf883b4dac13c1d7919ce0fe8d4ef? 7zXZ !t/M]"k%M C?'YA]ޝb_ #F gfKQ^~6#<ćJwLdSs1A* "תʇP_%`T=b5q"AkwO9<&\BUXYq(pa@ֳhxhv%\̰SSg5(=CRF l"Ea[C<2+ZuڰK霜ԣW ?4lety3!>"۽!R@o=4T Ffŭo&zPaYٴ{|Z4]A |`As7d/֙(0)hǟSax]H"97_D"ja'-ڜ7m5Hqe]yJuNKU.ȮJX ޘ[Uւ[ʏr?/i)& ͢δ +r]ue <2+VƬV]~^?r~1Iax*Yg8lAvÇJ'~>IGHsbJijnjPYVbdx_ʽG@&\9qwjaHl8D.9ʼd"o|  kj=}Q*XO$z >*͖Ycj;/bL?!RXR_nHaiс}>m_S:%V0z_>݇CZ=_HR4 ˙"GU=ݽ^pIN<46կ! Afϩj{:Xs]YәE7EC{ҢIOQW`T q7m"v3LQLG #G!ovc_2YAl*geT,7Cyg[-v굒6IhDpG4.T `H$%։]Hjo.Xc) ܛa,!7uBaO~DeͧcؾO\" q= 0U"Yt#>"X0ˮ,bNB`]MqC]1 |gƏԖ8dԩI0Ţ/$Z䮠;By߫m|'s@ -CP;`^Cb\ovדUV<>ƺ.Qqaa,hI$:/`#qJР0 T i5j⭤͡&|oAqS 5M YgG:,Kq   (70 YZ