Skip to content

Commit 9cf05a3

Browse files
committed
Add release notes for 5.5 RC2
Document #1929, #1932, #1934, and #1925.
1 parent 35a6449 commit 9cf05a3

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

documentation/src/docs/asciidoc/release-notes/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ authors as well as build tool and IDE vendors.
1515

1616
include::../link-attributes.adoc[]
1717

18+
include::release-notes-5.5.0-RC2.adoc[]
19+
1820
include::release-notes-5.5.0-RC1.adoc[]
1921

2022
include::release-notes-5.5.0-M1.adoc[]
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[[release-notes-5.5.0-RC2]]
2+
== 5.5.0-RC2
3+
4+
*Date of Release:* June 20, 2019
5+
6+
*Scope:* Feature improvements and bug fixes since RC1
7+
8+
For a complete list of all _closed_ issues and pull requests for this release, consult the
9+
link:{junit5-repo}+/milestone/41?closed=1+[5.5 RC2] milestone page in the JUnit repository
10+
on GitHub.
11+
12+
13+
[[release-notes-5.5.0-RC2-junit-platform]]
14+
=== JUnit Platform
15+
16+
No changes.
17+
18+
19+
[[release-notes-5.5.0-RC2-junit-jupiter]]
20+
=== JUnit Jupiter
21+
22+
==== Bug Fixes
23+
24+
* Extensions registered programmatically using `@RegisterExtension` on fields of test
25+
classes now work correctly for tests in contained `@Nested` test classes. Previously,
26+
such extensions were registered multiple times for each test method in @Nested` classes.
27+
28+
==== New Features and Improvements
29+
30+
* Parameterized tests now support implicit conversion from a `String` to the following
31+
`java.time` types for : `Duration`, `Period`, `MonthDay`, `ZoneId`, and `ZoneOffset`.
32+
* A new `getOrDefault()` convenience method has been added to `ExtensionContext.Store`.
33+
* The `JRE` enum now supports Java 14.
34+
35+
36+
[[release-notes-5.5.0-RC2-junit-vintage]]
37+
=== JUnit Vintage
38+
39+
No changes.

0 commit comments

Comments
 (0)