|
328 | 328 | "ignore": true, |
329 | 329 | "configuration": { |
330 | 330 | "differences": [ |
| 331 | + { |
| 332 | + "ignore": true, |
| 333 | + "code": "java.annotation.attributeValueChanged", |
| 334 | + "old": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
| 335 | + "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
| 336 | + "annotationType": "org.apiguardian.api.API", |
| 337 | + "attribute": "status", |
| 338 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 339 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
| 340 | + "justification": "API consumed from JUnit 5" |
| 341 | + }, |
| 342 | + { |
| 343 | + "ignore": true, |
| 344 | + "code": "java.annotation.attributeValueChanged", |
| 345 | + "old": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
| 346 | + "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
| 347 | + "annotationType": "org.apiguardian.api.API", |
| 348 | + "attribute": "since", |
| 349 | + "oldValue": "\"1.13.3\"", |
| 350 | + "newValue": "\"1.14\"", |
| 351 | + "justification": "API consumed from JUnit 5" |
| 352 | + }, |
| 353 | + { |
| 354 | + "ignore": true, |
| 355 | + "code": "java.method.parameterTypeChanged", |
| 356 | + "old": "parameter org.junit.platform.engine.ExecutionRequest org.junit.platform.engine.ExecutionRequest::create(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.EngineExecutionListener, org.junit.platform.engine.ConfigurationParameters, ===org.junit.platform.engine.reporting.OutputDirectoryProvider===, org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace>)", |
| 357 | + "new": "parameter org.junit.platform.engine.ExecutionRequest org.junit.platform.engine.ExecutionRequest::create(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.EngineExecutionListener, org.junit.platform.engine.ConfigurationParameters, ===org.junit.platform.engine.OutputDirectoryCreator===, org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace>)", |
| 358 | + "parameterIndex": "3", |
| 359 | + "justification": "API consumed from JUnit 5" |
| 360 | + }, |
| 361 | + { |
| 362 | + "ignore": true, |
| 363 | + "code": "java.annotation.attributeValueChanged", |
| 364 | + "old": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
| 365 | + "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
| 366 | + "annotationType": "org.apiguardian.api.API", |
| 367 | + "attribute": "status", |
| 368 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 369 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
| 370 | + "justification": "API consumed from JUnit 5" |
| 371 | + }, |
| 372 | + { |
| 373 | + "ignore": true, |
| 374 | + "code": "java.annotation.attributeValueChanged", |
| 375 | + "old": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
| 376 | + "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
| 377 | + "annotationType": "org.apiguardian.api.API", |
| 378 | + "attribute": "since", |
| 379 | + "oldValue": "\"1.13.3\"", |
| 380 | + "newValue": "\"1.14\"", |
| 381 | + "justification": "API consumed from JUnit 5" |
| 382 | + }, |
331 | 383 | { |
332 | 384 | "ignore": true, |
333 | 385 | "code": "java.class.externalClassExposedInAPI", |
334 | | - "new": "class org.junit.platform.engine.support.hierarchical.ExclusiveResource", |
| 386 | + "new": "interface org.junit.platform.engine.OutputDirectoryCreator", |
335 | 387 | "justification": "API consumed from JUnit 5" |
336 | 388 | }, |
337 | 389 | { |
338 | 390 | "ignore": true, |
339 | | - "code": "java.method.addedToInterface", |
340 | | - "new": "method java.util.List<org.junit.platform.engine.support.hierarchical.ExclusiveResource> org.junit.platform.engine.support.hierarchical.ResourceLock::getResources()", |
| 391 | + "code": "java.annotation.attributeValueChanged", |
| 392 | + "old": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
| 393 | + "new": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
| 394 | + "annotationType": "org.apiguardian.api.API", |
| 395 | + "attribute": "status", |
| 396 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 397 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
341 | 398 | "justification": "API consumed from JUnit 5" |
342 | 399 | }, |
343 | 400 | { |
344 | 401 | "ignore": true, |
345 | | - "code": "java.method.addedToInterface", |
346 | | - "new": "method boolean org.junit.platform.engine.support.hierarchical.ResourceLock::isExclusive()", |
| 402 | + "code": "java.annotation.attributeValueChanged", |
| 403 | + "old": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
| 404 | + "new": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
| 405 | + "annotationType": "org.apiguardian.api.API", |
| 406 | + "attribute": "since", |
| 407 | + "oldValue": "\"1.13.3\"", |
| 408 | + "newValue": "\"1.14\"", |
347 | 409 | "justification": "API consumed from JUnit 5" |
348 | 410 | } |
349 | 411 | ] |
|
0 commit comments