We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9084ef7 commit 941394fCopy full SHA for 941394f
spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java
@@ -27,8 +27,6 @@
27
import java.util.function.Predicate;
28
import java.util.function.Supplier;
29
30
-import org.apiguardian.api.API;
31
-import org.apiguardian.api.API.Status;
32
import org.awaitility.Awaitility;
33
import org.awaitility.core.ConditionFactory;
34
import org.springframework.context.ApplicationEventPublisher;
@@ -55,7 +53,6 @@
55
53
* @author Oliver Drotbohm
56
54
* @see ApplicationModuleTest
57
*/
58
-@API(status = Status.EXPERIMENTAL)
59
public class Scenario {
60
61
private static final Predicate<Object> DEFAULT_ACCEPTANCE = it -> {
0 commit comments