We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835d800 commit a962909Copy full SHA for a962909
documentation/src/docs/asciidoc/release-notes/release-notes-5.5.2.adoc
@@ -10,6 +10,15 @@ link:{junit5-repo}+/milestone/43?closed=1+[5.5.2] milestone page in the JUnit re
10
on GitHub.
11
12
13
+[[release-notes-5.5.2-overall-improvements]]
14
+=== Overall Improvements
15
+
16
+* Published artifacts have been fixed regarding module descriptors.
17
+ - Binary JAR files contain `module-info.class`.
18
+ - Source JAR files contain `module-info.java`.
19
+ - Javadoc JAR files contain neither `module-info.class` nor `module-info.java`.
20
21
22
[[release-notes-5.5.2-junit-platform]]
23
=== JUnit Platform
24
0 commit comments