Skip to content

Commit 0984740

Browse files
committed
Clarify with which versions of AssertJ TestKit is compatible
Issue: #2603
1 parent 2555cd0 commit 0984740

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

documentation/documentation.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ tasks {
168168
"apiguardian-version" to versions.apiguardian,
169169
"ota4j-version" to versions.opentest4j,
170170
"surefire-version" to versions["surefire"],
171+
"assertj-version" to versions.assertj,
171172
"release-branch" to releaseBranch,
172173
"docs-version" to docsVersion,
173174
"revnumber" to version,

documentation/src/docs/asciidoc/user-guide/testkit.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ events, consult the Javadoc for `{EventConditions}`.
8080

8181
[WARNING]
8282
====
83-
Version {platform-version} of `junit-platform-testkit` is incompatible with version 3.19.0
84-
of the {AssertJ} assertion library.
83+
Version {platform-version} of `junit-platform-testkit` is compatible with versions
84+
{assertj-version} up to 3.18.1 of the {AssertJ} assertion library but incompatible with
85+
version 3.19.0. The next feature release of JUnit will update the required version of
86+
AssertJ to 3.19.0 or later.
8587
====
8688

8789
[source,java,indent=0]

0 commit comments

Comments
 (0)