|
239 | 239 | "ignore": true, |
240 | 240 | "code": "java.method.removed", |
241 | 241 | "old": "method void org.testng.IResultMap::addResult(org.testng.ITestResult, org.testng.ITestNGMethod)", |
242 | | - "justification": "Third party api chage" |
| 242 | + "justification": "Third party api change" |
243 | 243 | }, |
244 | 244 | { |
245 | 245 | "ignore": true, |
246 | 246 | "code": "java.method.returnTypeChanged", |
247 | 247 | "old": "method org.testng.IObjectFactory org.testng.ISuite::getObjectFactory()", |
248 | 248 | "new": "method org.testng.ITestObjectFactory org.testng.ISuite::getObjectFactory()", |
249 | | - "justification": "Third party api chage" |
| 249 | + "justification": "Third party api change" |
250 | 250 | }, |
251 | 251 | { |
252 | 252 | "ignore": true, |
253 | 253 | "code": "java.method.removed", |
254 | 254 | "old": "method java.lang.String org.testng.ISuiteResult::getPropertyFileName()", |
255 | | - "justification": "Third party api chage" |
| 255 | + "justification": "Third party api change" |
256 | 256 | }, |
257 | 257 | { |
258 | 258 | "ignore": true, |
259 | 259 | "code": "java.method.removed", |
260 | 260 | "old": "method void org.testng.ITestContext::addGuiceModule(com.google.inject.Module)", |
261 | | - "justification": "Third party api chage" |
| 261 | + "justification": "Third party api change" |
262 | 262 | }, |
263 | 263 | { |
264 | 264 | "ignore": true, |
265 | 265 | "code": "java.method.removed", |
266 | 266 | "old": "method void org.testng.ITestContext::addInjector(java.util.List<com.google.inject.Module>, com.google.inject.Injector)", |
267 | | - "justification": "Third party api chage" |
| 267 | + "justification": "Third party api change" |
268 | 268 | }, |
269 | 269 | { |
270 | 270 | "ignore": true, |
271 | 271 | "code": "java.method.removed", |
272 | 272 | "old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getAllGuiceModules()", |
273 | | - "justification": "Third party api chage" |
| 273 | + "justification": "Third party api change" |
274 | 274 | }, |
275 | 275 | { |
276 | 276 | "ignore": true, |
277 | 277 | "code": "java.method.removed", |
278 | 278 | "old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getGuiceModules(java.lang.Class<? extends com.google.inject.Module>)", |
279 | | - "justification": "Third party api chage" |
| 279 | + "justification": "Third party api change" |
280 | 280 | }, |
281 | 281 | { |
282 | 282 | "ignore": true, |
283 | 283 | "code": "java.method.removed", |
284 | 284 | "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List<com.google.inject.Module>)", |
285 | | - "justification": "Third party api chage" |
| 285 | + "justification": "Third party api change" |
286 | 286 | }, |
287 | 287 | { |
288 | 288 | "ignore": true, |
289 | 289 | "code": "java.method.removed", |
290 | 290 | "old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(org.testng.IClass)", |
291 | | - "justification": "Third party api chage" |
| 291 | + "justification": "Third party api change" |
292 | 292 | }, |
293 | 293 | { |
294 | 294 | "ignore": true, |
295 | 295 | "code": "java.method.addedToInterface", |
296 | 296 | "new": "method java.lang.String org.testng.ITestResult::id()", |
297 | | - "justification": "Third party api chage" |
| 297 | + "justification": "Third party api change" |
298 | 298 | }, |
299 | 299 | { |
300 | 300 | "ignore": true, |
301 | 301 | "code": "java.method.addedToInterface", |
302 | 302 | "new": "method int org.testng.internal.IParameterInfo::getIndex()", |
303 | | - "justification": "Third party api chage" |
| 303 | + "justification": "Third party api change" |
304 | 304 | }, |
305 | 305 | { |
306 | 306 | "ignore": true, |
307 | 307 | "code": "java.method.removed", |
308 | 308 | "old": "method org.testng.xml.XmlSuite.ParallelMode org.testng.xml.XmlSuite.ParallelMode::skipDeprecatedValues(org.testng.xml.XmlSuite.ParallelMode)", |
309 | | - "justification": "Third party api chage" |
| 309 | + "justification": "Third party api change" |
| 310 | + }, |
| 311 | + { |
| 312 | + "ignore": true, |
| 313 | + "code": "java.class.externalClassExposedInAPI", |
| 314 | + "new": "interface org.testng.IRetryDataProvider", |
| 315 | + "justification": "Third party api change" |
310 | 316 | } |
311 | 317 | ] |
312 | 318 | } |
|
0 commit comments