Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 525 Bytes

changes_1.2.0.md

File metadata and controls

17 lines (9 loc) · 525 Bytes

JUnit5 System Extensions 1.2.0, released 2019-04-22

Code name: Mute output

Summary

When trapping System.exit calls, the ExitGuardSecurityManager now doesn't simply replace an existing security manager anymore. Instead it uses the existing one as a delegate for all checks except the exit check.

This way applications that require a security manager don't change their behavior.

Features

  • #23: Delegate security manager calls to the original security manager

Refactoring

  • #21: Migrate to Maven Central