Skip to content

Commit 9fb0755

Browse files
committed
[Build] Update revapi ignore list
1 parent 07bf5de commit 9fb0755

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.revapi/api-changes.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,24 @@
313313
"code": "java.class.externalClassExposedInAPI",
314314
"new": "interface org.testng.IRetryDataProvider",
315315
"justification": "Third party api change"
316+
},
317+
{
318+
"ignore": true,
319+
"code": "java.method.defaultMethodAddedToInterface",
320+
"new": "method java.lang.Class<? extends org.testng.IRetryDataProvider> org.testng.IDataProviderMethod::retryUsing()",
321+
"justification": "Third party api change"
322+
},
323+
{
324+
"ignore": true,
325+
"code": "java.method.defaultMethodAddedToInterface",
326+
"new": "method java.util.Set<org.testng.ITestNGMethod> org.testng.ITestNGMethod::downstreamDependencies()",
327+
"justification": "Third party api change"
328+
},
329+
{
330+
"ignore": true,
331+
"code": "java.method.defaultMethodAddedToInterface",
332+
"new": "method java.util.Set<org.testng.ITestNGMethod> org.testng.ITestNGMethod::upstreamDependencies()",
333+
"justification": "Third party api change"
316334
}
317335
]
318336
}

0 commit comments

Comments
 (0)