|
159 | 159 | "old": "missing-class com.google.inject.Stage", |
160 | 160 | "new": "missing-class com.google.inject.Stage", |
161 | 161 | "justification": "Guice is an optional TestNG dependency" |
| 162 | + }, |
| 163 | + |
| 164 | + { |
| 165 | + "ignore": true, |
| 166 | + "code": "java.method.removed", |
| 167 | + "old": "method void org.testng.IResultMap::addResult(org.testng.ITestResult, org.testng.ITestNGMethod)", |
| 168 | + "justification": "Third party api chage" |
| 169 | + }, |
| 170 | + { |
| 171 | + "ignore": true, |
| 172 | + "code": "java.method.returnTypeChanged", |
| 173 | + "old": "method org.testng.IObjectFactory org.testng.ISuite::getObjectFactory()", |
| 174 | + "new": "method org.testng.ITestObjectFactory org.testng.ISuite::getObjectFactory()", |
| 175 | + "justification": "Third party api chage" |
| 176 | + }, |
| 177 | + { |
| 178 | + "ignore": true, |
| 179 | + "code": "java.method.removed", |
| 180 | + "old": "method java.lang.String org.testng.ISuiteResult::getPropertyFileName()", |
| 181 | + "justification": "Third party api chage" |
| 182 | + }, |
| 183 | + { |
| 184 | + "ignore": true, |
| 185 | + "code": "java.method.removed", |
| 186 | + "old": "method void org.testng.ITestContext::addGuiceModule(com.google.inject.Module)", |
| 187 | + "justification": "Third party api chage" |
| 188 | + }, |
| 189 | + { |
| 190 | + "ignore": true, |
| 191 | + "code": "java.method.removed", |
| 192 | + "old": "method void org.testng.ITestContext::addInjector(java.util.List<com.google.inject.Module>, com.google.inject.Injector)", |
| 193 | + "justification": "Third party api chage" |
| 194 | + }, |
| 195 | + { |
| 196 | + "ignore": true, |
| 197 | + "code": "java.method.removed", |
| 198 | + "old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getAllGuiceModules()", |
| 199 | + "justification": "Third party api chage" |
| 200 | + }, |
| 201 | + { |
| 202 | + "ignore": true, |
| 203 | + "code": "java.method.removed", |
| 204 | + "old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getGuiceModules(java.lang.Class<? extends com.google.inject.Module>)", |
| 205 | + "justification": "Third party api chage" |
| 206 | + }, |
| 207 | + { |
| 208 | + "ignore": true, |
| 209 | + "code": "java.method.removed", |
| 210 | + "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List<com.google.inject.Module>)", |
| 211 | + "justification": "Third party api chage" |
| 212 | + }, |
| 213 | + { |
| 214 | + "ignore": true, |
| 215 | + "code": "java.method.removed", |
| 216 | + "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(org.testng.IClass)", |
| 217 | + "justification": "Third party api chage" |
| 218 | + }, |
| 219 | + { |
| 220 | + "ignore": true, |
| 221 | + "code": "java.method.addedToInterface", |
| 222 | + "new": "method java.lang.String org.testng.ITestResult::id()", |
| 223 | + "justification": "Third party api chage" |
| 224 | + }, |
| 225 | + { |
| 226 | + "ignore": true, |
| 227 | + "code": "java.method.addedToInterface", |
| 228 | + "new": "method int org.testng.internal.IParameterInfo::getIndex()", |
| 229 | + "justification": "Third party api chage" |
| 230 | + }, |
| 231 | + { |
| 232 | + "ignore": true, |
| 233 | + "code": "java.method.removed", |
| 234 | + "old": "method org.testng.xml.XmlSuite.ParallelMode org.testng.xml.XmlSuite.ParallelMode::skipDeprecatedValues(org.testng.xml.XmlSuite.ParallelMode)", |
| 235 | + "justification": "Third party api chage" |
162 | 236 | } |
163 | 237 | ] |
164 | 238 | } |
|
0 commit comments