Skip to content

Commit

Permalink
Export org.junit.jupiter.api.extension.support via module descriptor
Browse files Browse the repository at this point in the history
Fixes #3908.

Co-authored-by: Marc Philipp <[email protected]>
  • Loading branch information
rfscholte and marcphilipp authored Jul 31, 2024
1 parent d670798 commit 72e0d81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ JUnit repository on GitHub.
[[release-notes-5.11.0-junit-jupiter-bug-fixes]]
==== Bug Fixes

* ❓
* The `org.junit.jupiter.api.extension.support` package is now exported from the
`org.junit.jupiter.api` module

[[release-notes-5.11.0-junit-jupiter-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
exports org.junit.jupiter.api;
exports org.junit.jupiter.api.condition;
exports org.junit.jupiter.api.extension;
exports org.junit.jupiter.api.extension.support;
exports org.junit.jupiter.api.function;
exports org.junit.jupiter.api.io;
exports org.junit.jupiter.api.parallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ org.junit.jupiter.api@${jupiterVersion} jar:file:.+/junit-jupiter-api-\d.+\.jar.
exports org.junit.jupiter.api
exports org.junit.jupiter.api.condition
exports org.junit.jupiter.api.extension
exports org.junit.jupiter.api.extension.support
exports org.junit.jupiter.api.function
exports org.junit.jupiter.api.io
exports org.junit.jupiter.api.parallel
Expand Down

0 comments on commit 72e0d81

Please sign in to comment.