From 2914f27f932cee8741b8f6ea0b380267e927705167ad2dcbee167ffa1fd5d5e8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Oct 2024 15:30:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-surefire?expand=0&rev=44 --- maven-surefire-plugins.spec | 1 + maven-surefire-provider-junit5.spec | 1 + maven-surefire.changes | 72 +++++++++++++++++++++++++++++ maven-surefire.spec | 1 + 4 files changed, 75 insertions(+) diff --git a/maven-surefire-plugins.spec b/maven-surefire-plugins.spec index 0c57607..1cddf91 100644 --- a/maven-surefire-plugins.spec +++ b/maven-surefire-plugins.spec @@ -153,6 +153,7 @@ for i in \ maven-surefire-common \ surefire-api \ surefire-booter \ + surefire-extensions-api \ surefire-providers/surefire-junit-platform; do %pom_add_dep org.apache.commons:commons-lang3 ${i} %pom_change_dep org.apache.commons:commons-lang3 ::- ${i} diff --git a/maven-surefire-provider-junit5.spec b/maven-surefire-provider-junit5.spec index 3aa4543..eb1afa7 100644 --- a/maven-surefire-provider-junit5.spec +++ b/maven-surefire-provider-junit5.spec @@ -95,6 +95,7 @@ for i in \ maven-surefire-common \ surefire-api \ surefire-booter \ + surefire-extensions-api \ surefire-providers/surefire-junit-platform; do %pom_add_dep org.apache.commons:commons-lang3 ${i} %pom_change_dep org.apache.commons:commons-lang3 ::- ${i} diff --git a/maven-surefire.changes b/maven-surefire.changes index b8e9ada..dce8d42 100644 --- a/maven-surefire.changes +++ b/maven-surefire.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Thu Oct 3 14:33:33 UTC 2024 - Fridrich Strba + +- Upgrade to 3.5.1 + * Bug + + SUREFIRE-1737: Disabling the JUnit5Xml30StatelessReporter has + no effect + + SUREFIRE-2257: [REGRESSION] NPEx: Cannot invoke + "Object.toString()" because "value" is null + + SUREFIRE-2267: Packages for commons-codec should be relocated + in surefire-shared-utils + + SUREFIRE-2268: Tests run under classpath if JDK 23 is used + * Improvement + + SUREFIRE-2264: Limit usage of commons-io from + surefire-shared-utils + + SUREFIRE-2266: Execute ITs in parallel + + SUREFIRE-2270: Use JUnit5 in surefire-shadefire +- Upgrade to 3.5.0 + * Improvement + + SUREFIRE-2227: Dynamically calculate xrefTestLocation + * Task + + SUREFIRE-2161: Align Mojo class names and output names +- Upgrade to 3.4.0 + * Bug + + SUREFIRE-2251: [REGRESSION] java.lang.NoSuchMethodException: + org.apache.maven.plugin.surefire.StartupReportConfiguration + . + + SUREFIRE-2253: [REGRESSION] Bump + org.apache.commons:commons-compress from 1.26.0 to 1.26.1 + causes hang + * Improvement + + SUREFIRE-1385: System properties defined in the Surefire and + Failsafe plugin configuration should override user properties +- Upgrade to 3.3.1 + * Bug + + SUREFIRE-2105: Failsafe report size increased with version + upgrade from 2.17 to 2.22.2 + + SUREFIRE-2242: Plain test report does not include names of the + skipped tests + + SUREFIRE-2250: Surefire Test Report Schema properties element + is not consistent with the code + * Improvement + + SUREFIRE-1360: Ability to disable properties for successfully + passed tests + + SUREFIRE-1934: Ability to disable system-out/system-err for + successfully passed tests + + SUREFIRE-2124: Avoid creating unnecessary target files for pom + projects + + SUREFIRE-2249: Doc for 'properties' parameter does not mention + JUnit +- Upgrade to 3.3.0 + * Bug + + SUREFIRE-1939: Build fails if java.home has <=2 path + components + + SUREFIRE-2232: [REGRESSION] StatelessXmlReporter fails to + process failed result without a throwable + + SUREFIRE-2240: Using JUnit BOM prevents upgrading the engine + version via plugin dependency + * Improvement + + SUREFIRE-2248: Make "type" attribute on failures and errors in + (surefire|failsafe)-test-report schema optional + * Test + + SUREFIRE-2141: Surefire 3.0.0-M8 tests don't pass on Mac M1 + (Surefire1295AttributeJvmCrashesToTestsIT) + * Task + + SUREFIRE-2244: Make IT for SUREFIRE-1295 reliable + + SUREFIRE-2246: Clean up dependencies reported by + dependencies:analyze + + + + ------------------------------------------------------------------- Mon Jun 10 19:00:07 UTC 2024 - Fridrich Strba diff --git a/maven-surefire.spec b/maven-surefire.spec index 6dab081..352697b 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -182,6 +182,7 @@ for i in \ maven-surefire-common \ surefire-api \ surefire-booter \ + surefire-extensions-api \ surefire-providers/surefire-junit-platform; do %pom_add_dep org.apache.commons:commons-lang3 ${i} %pom_change_dep org.apache.commons:commons-lang3 ::- ${i}