Skip to content

Commit

Permalink
[Build] Update revapi ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 15, 2022
1 parent 07bf5de commit 9fb0755
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .revapi/api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,24 @@
"code": "java.class.externalClassExposedInAPI",
"new": "interface org.testng.IRetryDataProvider",
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.defaultMethodAddedToInterface",
"new": "method java.lang.Class<? extends org.testng.IRetryDataProvider> org.testng.IDataProviderMethod::retryUsing()",
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.defaultMethodAddedToInterface",
"new": "method java.util.Set<org.testng.ITestNGMethod> org.testng.ITestNGMethod::downstreamDependencies()",
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.defaultMethodAddedToInterface",
"new": "method java.util.Set<org.testng.ITestNGMethod> org.testng.ITestNGMethod::upstreamDependencies()",
"justification": "Third party api change"
}
]
}
Expand Down

0 comments on commit 9fb0755

Please sign in to comment.