Skip to content

Commit 72e0d81

Browse files
Export org.junit.jupiter.api.extension.support via module descriptor
Fixes junit-team#3908. Co-authored-by: Marc Philipp <[email protected]>
1 parent d670798 commit 72e0d81

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ JUnit repository on GitHub.
3535
[[release-notes-5.11.0-junit-jupiter-bug-fixes]]
3636
==== Bug Fixes
3737

38-
* ❓
38+
* The `org.junit.jupiter.api.extension.support` package is now exported from the
39+
`org.junit.jupiter.api` module
3940

4041
[[release-notes-5.11.0-junit-jupiter-deprecations-and-breaking-changes]]
4142
==== Deprecations and Breaking Changes

junit-jupiter-api/src/module/org.junit.jupiter.api/module-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
exports org.junit.jupiter.api;
2020
exports org.junit.jupiter.api.condition;
2121
exports org.junit.jupiter.api.extension;
22+
exports org.junit.jupiter.api.extension.support;
2223
exports org.junit.jupiter.api.function;
2324
exports org.junit.jupiter.api.io;
2425
exports org.junit.jupiter.api.parallel;

platform-tooling-support-tests/projects/jar-describe-module/junit-jupiter-api.expected.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ org.junit.jupiter.api@${jupiterVersion} jar:file:.+/junit-jupiter-api-\d.+\.jar.
22
exports org.junit.jupiter.api
33
exports org.junit.jupiter.api.condition
44
exports org.junit.jupiter.api.extension
5+
exports org.junit.jupiter.api.extension.support
56
exports org.junit.jupiter.api.function
67
exports org.junit.jupiter.api.io
78
exports org.junit.jupiter.api.parallel

0 commit comments

Comments
 (0)