diff --git a/.revapi/api-changes.json b/.revapi/api-changes.json index ddc564062d..ceb56cc81c 100644 --- a/.revapi/api-changes.json +++ b/.revapi/api-changes.json @@ -159,6 +159,80 @@ "old": "missing-class com.google.inject.Stage", "new": "missing-class com.google.inject.Stage", "justification": "Guice is an optional TestNG dependency" + }, + + { + "ignore": true, + "code": "java.method.removed", + "old": "method void org.testng.IResultMap::addResult(org.testng.ITestResult, org.testng.ITestNGMethod)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.returnTypeChanged", + "old": "method org.testng.IObjectFactory org.testng.ISuite::getObjectFactory()", + "new": "method org.testng.ITestObjectFactory org.testng.ISuite::getObjectFactory()", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method java.lang.String org.testng.ISuiteResult::getPropertyFileName()", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method void org.testng.ITestContext::addGuiceModule(com.google.inject.Module)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method void org.testng.ITestContext::addInjector(java.util.List, com.google.inject.Injector)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method java.util.List org.testng.ITestContext::getAllGuiceModules()", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method java.util.List org.testng.ITestContext::getGuiceModules(java.lang.Class)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(org.testng.IClass)", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.addedToInterface", + "new": "method java.lang.String org.testng.ITestResult::id()", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.addedToInterface", + "new": "method int org.testng.internal.IParameterInfo::getIndex()", + "justification": "Third party api chage" + }, + { + "ignore": true, + "code": "java.method.removed", + "old": "method org.testng.xml.XmlSuite.ParallelMode org.testng.xml.XmlSuite.ParallelMode::skipDeprecatedValues(org.testng.xml.XmlSuite.ParallelMode)", + "justification": "Third party api chage" } ] }