From ef5188f158657a81857b34173c6220caec246e56e19b01a31eedb5d3dfa5d9c5 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 25 May 2022 14:03:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/opentest4j?expand=0&rev=9 --- opentest4j.changes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/opentest4j.changes b/opentest4j.changes index 300143a..b8f97b1 100644 --- a/opentest4j.changes +++ b/opentest4j.changes @@ -7,6 +7,29 @@ Mon Mar 21 12:40:23 UTC 2022 - Fridrich Strba Thu Apr 2 07:06:55 UTC 2020 - Fridrich Štrba - Update to upstream version 1.2.0 + * Changes: + + Add version to module descriptor + + Include Java module descriptor + + Include Class of Throwable in MultipleFailuresError message + + Set EOL to LF so Spotless does not fight with Git on Windows + + Change ValueWrapper.create() to not wrap another ValueWrapper + + Capture non-serializable ephemeral value in ValueWrapper + + Add the option to provide a custom stringRepresentation to + ValueWrapper + + Improve Javadoc for AssertionFailedError and ValueWrapper + + Remove unused dependency on commons-codec + + Rename serialized output file for clarity + + Restore 1.0.0 behavior to fix serialization + + Make ValueWrapper robust for broken toString() implementations + + Test toString() behavior for AssertionFailedError + + Do not set null message to "null" in AssertionFailedError + constructors + + Do not set message to empty String in AssertionFailedError + constructors + + Do not set message in default constructor for + AssertionFailedError + + Create an OSGi compatible MANIFEST.MF (#41) + + Change "Draft" into "Initial Implementation" ------------------------------------------------------------------- Tue Mar 5 17:29:29 UTC 2019 - Fridrich Strba