This commit is contained in:
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 30 16:25:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Update to upstream version 5.10.2
|
||||||
|
* Changes:
|
||||||
|
+ XML reports in new Open Test Reporting format
|
||||||
|
+ Configurable cleanup mode for @TempDir
|
||||||
|
+ Configurable thread mode for @Timeout
|
||||||
|
+ Conditional execution based on OS architectures
|
||||||
|
+ New TestInstancePreConstructCallback extension API
|
||||||
|
+ Reusable parameter resolution for custom extension methods
|
||||||
|
via ExecutableInvoker
|
||||||
|
+ Parameter injection for @MethodSource methods
|
||||||
|
+ New IterationSelector
|
||||||
|
+ Various improvements to ConsoleLauncher
|
||||||
|
+ Promotion of various experimental APIs to stable
|
||||||
|
+ New LauncherInterceptor SPI
|
||||||
|
+ New testfeed details mode for ConsoleLauncher
|
||||||
|
+ New ConsoleLauncher subcommand for test discovery without
|
||||||
|
execution
|
||||||
|
+ Dry-run mode for test execution
|
||||||
|
+ New NamespacedHierarchicalStore for use in third-party test
|
||||||
|
engines
|
||||||
|
+ Stacktrace pruning to hide internal JUnit calls
|
||||||
|
+ New @SelectMethod support in test @Suite classes.
|
||||||
|
+ New TempDirFactory SPI for customizing how temporary
|
||||||
|
directories are created
|
||||||
|
+ Failure threshold for @RepeatedTest
|
||||||
|
+ New convenience base classes for implementing
|
||||||
|
ArgumentsProvider and ArgumentConverter
|
||||||
|
+ Custom class loader support for class/method selectors,
|
||||||
|
@MethodSource, @EnabledIf, and @DisabledIf
|
||||||
|
+ Improved configurability of parallel execution
|
||||||
|
+ Numerous bug fixes and minor improvements
|
||||||
|
- Added patches:
|
||||||
|
* 0001-Drop-transitive-requirement-on-apiguardian.patch
|
||||||
|
* 0002-Add-missing-module-static-requires.patch
|
||||||
|
+ fix dependencies in module-info.java files
|
||||||
|
* 0003-Bump-open-test-reporting-to-0.1.0-M2.patch
|
||||||
|
+ fix build with the latest open-test-reporting milestone
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 29 12:16:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Mon Apr 29 12:16:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -80,6 +80,8 @@ Summary: Java regression testing framework
|
|||||||
BuildRequires: %{base_name}-minimal
|
BuildRequires: %{base_name}-minimal
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
# There is an incompatibility between milestone 1 and 2
|
||||||
|
BuildRequires: open-test-reporting-events >= 0.1.0~M2
|
||||||
BuildRequires: mvn(com.univocity:univocity-parsers)
|
BuildRequires: mvn(com.univocity:univocity-parsers)
|
||||||
BuildRequires: mvn(info.picocli:picocli)
|
BuildRequires: mvn(info.picocli:picocli)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
Reference in New Issue
Block a user