b7002d380f
split OBS-URL: https://build.opensuse.org/request/show/1166542 OBS-URL: https://build.opensuse.org/package/show/Java:packages/junit5?expand=0&rev=20
70 lines
2.6 KiB
Plaintext
70 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 9 20:21:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Split into two _multibuild packages so that we can use the
|
|
junit-jupiter-api pretty early in the build without creating
|
|
build cycles.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 21 10:48:09 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 26 12:21:48 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patch:
|
|
* unreported-exception.patch fix unreported exception error that
|
|
is fatal with JDK 21
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 11 10:40:34 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 9 12:28:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to upstream version 5.8.2
|
|
* Fixes:
|
|
+ Text blocks in @CsvSource are treated like CSV files
|
|
+ CSV headers in display names for @CsvSource and
|
|
@CsvFileSource
|
|
+ Custom quote character support in @CsvSource and
|
|
@CsvFileSource
|
|
+ Support for text blocks in @CsvSource
|
|
+ Java 18 support in the JRE enum
|
|
+ Access to the ExecutionMode in the ExtensionContext
|
|
+ Declarative test suites via @Suite classes
|
|
+ LauncherSession and accompanying listener
|
|
+ New UniqueIdTrackingListener
|
|
+ More fine-grained Java Flight Recorder events
|
|
+ Java Flight Recorder support on Java 8 Update 262 or
|
|
higher
|
|
+ Test class ordering
|
|
+ @TempDir can be used to create multiple temporary
|
|
directories
|
|
+ Extension registration via @ExtendWith on fields and
|
|
parameters
|
|
+ Auto-close support for arguments in @ParameterizedTest
|
|
methods
|
|
- Fix the classpath of console application so that it actually
|
|
works
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 3 14:03:48 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Package also the bill-of-materials pom
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 08:55:55 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to junit5 5.5.2
|
|
- Distribute also the manifest-only junit-jupiter artifact
|
|
- Build the console by default, since picocli package exists now
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 15:14:17 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of junit5 5.4.0
|