Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.92 KB

release-notes-5.12.0-M1.adoc

File metadata and controls

72 lines (45 loc) · 1.92 KB

5.12.0-M1

Date of Release:

Scope: ❓ * ConsoleLauncher output shows extra diff message for failed assertions on two CharSequence objects

For a complete list of all closed issues and pull requests for this release, consult the 5.12.0-M1 milestone page in the JUnit repository on GitHub.

JUnit Platform

Bug Fixes

  • Fix support for disabling ANSI colors on the console when the NO_COLOR environment variable is available.

Deprecations and Breaking Changes

New Features and Improvements

  • Introduce ReflectionSupport.makeAccessible(Field) for third-party use rather than calling the internal ReflectionUtils.makeAccessible(Field) method directly.

JUnit Jupiter

Bug Fixes

Deprecations and Breaking Changes

New Features and Improvements

  • In a @ParameterizedTest method, a null value can now be supplied for Java Date/Time types such as LocalDate if the new nullable attribute in @JavaTimeConversionPattern is set to true.

JUnit Vintage

Bug Fixes

Deprecations and Breaking Changes

New Features and Improvements