Skip to content

Commit 941394f

Browse files
committed
GH-273 - Remove experimental declaration from Scenario.
1 parent 9084ef7 commit 941394f

File tree

1 file changed

+0
-3
lines changed
  • spring-modulith-test/src/main/java/org/springframework/modulith/test

1 file changed

+0
-3
lines changed

spring-modulith-test/src/main/java/org/springframework/modulith/test/Scenario.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
import java.util.function.Predicate;
2828
import java.util.function.Supplier;
2929

30-
import org.apiguardian.api.API;
31-
import org.apiguardian.api.API.Status;
3230
import org.awaitility.Awaitility;
3331
import org.awaitility.core.ConditionFactory;
3432
import org.springframework.context.ApplicationEventPublisher;
@@ -55,7 +53,6 @@
5553
* @author Oliver Drotbohm
5654
* @see ApplicationModuleTest
5755
*/
58-
@API(status = Status.EXPERIMENTAL)
5956
public class Scenario {
6057

6158
private static final Predicate<Object> DEFAULT_ACCEPTANCE = it -> {

0 commit comments

Comments
 (0)