Accepting request 940080 from home:dirkmueller:Factory

- update to 4.13.2:
  * Mark ThreadGroups created by FailOnTimeout as daemon groups
  * Only create ThreadGroups if FailOnTimeout.lookForStuckThread is true.
  * Fix NotSerializableException with AssumptionViolatedException
  * Security fix: TemporaryFolder now limits access to temporary folders on
    Java 1.7 or later (CVE-2020-1945, bsc#1171696)
  * Make FrameworkField constructor public

OBS-URL: https://build.opensuse.org/request/show/940080
OBS-URL: https://build.opensuse.org/package/show/Java:packages/junit?expand=0&rev=39
This commit is contained in:
2021-12-12 14:40:50 +00:00
committed by Git OBS Bridge
parent e6ec36d250
commit 968c47973e
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.13.2:
* Mark ThreadGroups created by FailOnTimeout as daemon groups
* Only create ThreadGroups if FailOnTimeout.lookForStuckThread is true.
* Fix NotSerializableException with AssumptionViolatedException
* Security fix: TemporaryFolder now limits access to temporary folders on
Java 1.7 or later (CVE-2020-1945, bsc#1171696)
* Make FrameworkField constructor public
-------------------------------------------------------------------
Tue Apr 7 12:20:17 UTC 2020 - Fridrich Strba <fstrba@suse.com>