File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 338
338
]
339
339
}
340
340
}
341
+ ],
342
+ "junit5" : [
343
+ {
344
+ "extension" : " revapi.differences" ,
345
+ "id" : " junit5-api-issues" ,
346
+ "ignore" : true ,
347
+ "configuration" : {
348
+ "differences" : [
349
+ {
350
+ "ignore" : true ,
351
+ "code" : " java.method.addedToInterface" ,
352
+ "new" : " method java.util.Set<java.lang.String> org.junit.platform.engine.ConfigurationParameters::keySet()" ,
353
+ "justification" : " API consumed from JUnit 5"
354
+ },
355
+ {
356
+ "ignore" : true ,
357
+ "code" : " java.annotation.added" ,
358
+ "old" : " method int org.junit.platform.engine.ConfigurationParameters::size()" ,
359
+ "new" : " method int org.junit.platform.engine.ConfigurationParameters::size()" ,
360
+ "annotation" : " @org.apiguardian.api.API(status = org.apiguardian.api.API.Status.DEPRECATED, since = \" 1.9\" )" ,
361
+ "justification" : " API consumed from JUnit 5"
362
+ }
363
+ ]
364
+ }
365
+ }
341
366
]
342
367
}
Original file line number Diff line number Diff line change 402
402
<revapi .differences id =" guice-api-issues" >
403
403
<ignore >true</ignore >
404
404
</revapi .differences>
405
+ <revapi .differences id =" junit5-api-issues" >
406
+ <ignore >true</ignore >
407
+ </revapi .differences>
405
408
</analysisConfiguration >
406
409
<analysisConfigurationFiles >
407
410
<configurationFile >
You can’t perform that action at this time.
0 commit comments