Accepting request 979208 from Java:packages

Sync changes with sle

OBS-URL: https://build.opensuse.org/request/show/979208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentest4j?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-05-25 18:34:48 +00:00 committed by Git OBS Bridge
commit f14cb2f3bf

View File

@ -7,6 +7,29 @@ Mon Mar 21 12:40:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
Thu Apr 2 07:06:55 UTC 2020 - Fridrich Štrba <fridrich.strba@bluewin.ch>
- 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 <fstrba@suse.com>