Skip to content

Commit

Permalink
Ignore changes to testng api
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jan 30, 2022
1 parent 1c85d20 commit 84388bb
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .revapi/api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.Module>, com.google.inject.Injector)",
"justification": "Third party api chage"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getAllGuiceModules()",
"justification": "Third party api chage"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getGuiceModules(java.lang.Class<? extends com.google.inject.Module>)",
"justification": "Third party api chage"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List<com.google.inject.Module>)",
"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"
}
]
}
Expand Down

0 comments on commit 84388bb

Please sign in to comment.