Skip to content

Commit 3b46c2c

Browse files
committed
Suppress API differences from JUnit 5
1 parent 454ebbf commit 3b46c2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.revapi/api-changes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,12 @@
610610
"oldValue": "\"1.3\"",
611611
"newValue": "\"1.10\"",
612612
"justification": "API consumed from JUnit 5"
613+
},
614+
{
615+
"ignore": true,
616+
"code": "java.class.externalClassExposedInAPI",
617+
"new": "class org.junit.platform.engine.DiscoverySelectorIdentifier",
618+
"justification": "API consumed from JUnit 5"
613619
}
614620
]
615621
}

0 commit comments

Comments
 (0)