Skip to content

Commit

Permalink
Suppress API differences from JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 27, 2024
1 parent 454ebbf commit 3b46c2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .revapi/api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,12 @@
"oldValue": "\"1.3\"",
"newValue": "\"1.10\"",
"justification": "API consumed from JUnit 5"
},
{
"ignore": true,
"code": "java.class.externalClassExposedInAPI",
"new": "class org.junit.platform.engine.DiscoverySelectorIdentifier",
"justification": "API consumed from JUnit 5"
}
]
}
Expand Down

0 comments on commit 3b46c2c

Please sign in to comment.