|
328 | 328 | "ignore": true, |
329 | 329 | "configuration": { |
330 | 330 | "differences": [ |
331 | | - { |
332 | | - "ignore": true, |
333 | | - "code": "java.method.added", |
334 | | - "new": "method void org.junit.platform.commons.JUnitException::<init>(java.lang.String, java.lang.Throwable, boolean, boolean)", |
335 | | - "justification": "API consumed from JUnit 5" |
336 | | - }, |
337 | | - { |
338 | | - "ignore": true, |
339 | | - "code": "java.class.externalClassExposedInAPI", |
340 | | - "new": "interface org.junit.platform.engine.DiscoveryIssue", |
341 | | - "justification": "API consumed from JUnit 5" |
342 | | - }, |
343 | | - { |
344 | | - "ignore": true, |
345 | | - "code": "java.method.defaultMethodAddedToInterface", |
346 | | - "new": "method void org.junit.platform.engine.EngineDiscoveryListener::issueEncountered(org.junit.platform.engine.UniqueId, org.junit.platform.engine.DiscoveryIssue)", |
347 | | - "justification": "API consumed from JUnit 5" |
348 | | - }, |
349 | | - { |
350 | | - "ignore": true, |
351 | | - "code": "java.method.numberOfParametersChanged", |
352 | | - "old": "method 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)", |
353 | | - "new": "method 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>)", |
354 | | - "justification": "API consumed from JUnit 5" |
355 | | - }, |
356 | | - { |
357 | | - "ignore": true, |
358 | | - "code": "java.annotation.attributeValueChanged", |
359 | | - "old": "method 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)", |
360 | | - "new": "method 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>)", |
361 | | - "annotationType": "org.apiguardian.api.API", |
362 | | - "attribute": "since", |
363 | | - "oldValue": "\"1.12\"", |
364 | | - "newValue": "\"1.13\"", |
365 | | - "justification": "API consumed from JUnit 5" |
366 | | - }, |
367 | | - { |
368 | | - "ignore": true, |
369 | | - "code": "java.method.added", |
370 | | - "new": "method org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace> org.junit.platform.engine.ExecutionRequest::getStore()", |
371 | | - "justification": "API consumed from JUnit 5" |
372 | | - }, |
373 | | - { |
374 | | - "ignore": true, |
375 | | - "code": "java.method.staticMethodAddedToInterface", |
376 | | - "new": "method org.junit.platform.engine.TestDescriptor.Visitor org.junit.platform.engine.TestDescriptor.Visitor::composite(org.junit.platform.engine.TestDescriptor.Visitor[])", |
377 | | - "justification": "API consumed from JUnit 5" |
378 | | - }, |
379 | | - { |
380 | | - "ignore": true, |
381 | | - "code": "java.class.externalClassExposedInAPI", |
382 | | - "new": "class org.junit.platform.engine.support.store.Namespace", |
383 | | - "justification": "API consumed from JUnit 5" |
384 | | - }, |
385 | | - { |
386 | | - "ignore": true, |
387 | | - "code": "java.class.externalClassExposedInAPI", |
388 | | - "new": "class org.junit.platform.engine.support.store.NamespacedHierarchicalStore<N>", |
389 | | - "justification": "API consumed from JUnit 5" |
390 | | - }, |
391 | | - { |
392 | | - "ignore": true, |
393 | | - "code": "java.class.externalClassExposedInAPI", |
394 | | - "new": "class org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException", |
395 | | - "justification": "API consumed from JUnit 5" |
396 | | - }, |
397 | | - { |
398 | | - "ignore": true, |
399 | | - "code": "java.annotation.attributeValueChanged", |
400 | | - "old": "method java.util.Optional<org.junit.platform.engine.DiscoverySelectorIdentifier> org.junit.platform.engine.DiscoverySelector::toIdentifier()", |
401 | | - "new": "method java.util.Optional<org.junit.platform.engine.DiscoverySelectorIdentifier> org.junit.platform.engine.DiscoverySelector::toIdentifier()", |
402 | | - "annotationType": "org.apiguardian.api.API", |
403 | | - "attribute": "status", |
404 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
405 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
406 | | - "justification": "API consumed from JUnit 5" |
407 | | - }, |
408 | | - { |
409 | | - "ignore": true, |
410 | | - "code": "java.annotation.attributeValueChanged", |
411 | | - "old": "method java.util.Optional<org.junit.platform.engine.DiscoverySelectorIdentifier> org.junit.platform.engine.DiscoverySelector::toIdentifier()", |
412 | | - "new": "method java.util.Optional<org.junit.platform.engine.DiscoverySelectorIdentifier> org.junit.platform.engine.DiscoverySelector::toIdentifier()", |
413 | | - "annotationType": "org.apiguardian.api.API", |
414 | | - "attribute": "since", |
415 | | - "oldValue": "\"1.11\"", |
416 | | - "newValue": "\"1.13.3\"", |
417 | | - "justification": "API consumed from JUnit 5" |
418 | | - }, |
419 | | - { |
420 | | - "ignore": true, |
421 | | - "code": "java.annotation.attributeValueChanged", |
422 | | - "old": "class org.junit.platform.engine.DiscoverySelectorIdentifier", |
423 | | - "new": "class org.junit.platform.engine.DiscoverySelectorIdentifier", |
424 | | - "annotationType": "org.apiguardian.api.API", |
425 | | - "attribute": "status", |
426 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
427 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
428 | | - "justification": "API consumed from JUnit 5" |
429 | | - }, |
430 | | - { |
431 | | - "ignore": true, |
432 | | - "code": "java.annotation.attributeValueChanged", |
433 | | - "old": "class org.junit.platform.engine.DiscoverySelectorIdentifier", |
434 | | - "new": "class org.junit.platform.engine.DiscoverySelectorIdentifier", |
435 | | - "annotationType": "org.apiguardian.api.API", |
436 | | - "attribute": "since", |
437 | | - "oldValue": "\"1.11\"", |
438 | | - "newValue": "\"1.13.3\"", |
439 | | - "justification": "API consumed from JUnit 5" |
440 | | - }, |
441 | 331 | { |
442 | 332 | "ignore": true, |
443 | 333 | "code": "java.annotation.attributeValueChanged", |
444 | 334 | "old": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
445 | 335 | "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
446 | 336 | "annotationType": "org.apiguardian.api.API", |
447 | 337 | "attribute": "status", |
448 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
449 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 338 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 339 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
450 | 340 | "justification": "API consumed from JUnit 5" |
451 | 341 | }, |
452 | 342 | { |
|
456 | 346 | "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.EngineDiscoveryRequest::getOutputDirectoryProvider()", |
457 | 347 | "annotationType": "org.apiguardian.api.API", |
458 | 348 | "attribute": "since", |
459 | | - "oldValue": "\"1.12\"", |
460 | | - "newValue": "\"1.13.3\"", |
461 | | - "justification": "API consumed from JUnit 5" |
462 | | - }, |
463 | | - { |
464 | | - "ignore": true, |
465 | | - "code": "java.annotation.attributeValueChanged", |
466 | | - "old": "method void org.junit.platform.engine.EngineExecutionListener::fileEntryPublished(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.reporting.FileEntry)", |
467 | | - "new": "method void org.junit.platform.engine.EngineExecutionListener::fileEntryPublished(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.reporting.FileEntry)", |
468 | | - "annotationType": "org.apiguardian.api.API", |
469 | | - "attribute": "status", |
470 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
471 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 349 | + "oldValue": "\"1.13.3\"", |
| 350 | + "newValue": "\"1.14\"", |
472 | 351 | "justification": "API consumed from JUnit 5" |
473 | 352 | }, |
474 | 353 | { |
475 | 354 | "ignore": true, |
476 | | - "code": "java.annotation.attributeValueChanged", |
477 | | - "old": "method void org.junit.platform.engine.EngineExecutionListener::fileEntryPublished(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.reporting.FileEntry)", |
478 | | - "new": "method void org.junit.platform.engine.EngineExecutionListener::fileEntryPublished(org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.reporting.FileEntry)", |
479 | | - "annotationType": "org.apiguardian.api.API", |
480 | | - "attribute": "since", |
481 | | - "oldValue": "\"1.12\"", |
482 | | - "newValue": "\"1.13.3\"", |
| 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", |
483 | 359 | "justification": "API consumed from JUnit 5" |
484 | 360 | }, |
485 | 361 | { |
|
489 | 365 | "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
490 | 366 | "annotationType": "org.apiguardian.api.API", |
491 | 367 | "attribute": "status", |
492 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
493 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 368 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 369 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
494 | 370 | "justification": "API consumed from JUnit 5" |
495 | 371 | }, |
496 | 372 | { |
|
500 | 376 | "new": "method org.junit.platform.engine.reporting.OutputDirectoryProvider org.junit.platform.engine.ExecutionRequest::getOutputDirectoryProvider()", |
501 | 377 | "annotationType": "org.apiguardian.api.API", |
502 | 378 | "attribute": "since", |
503 | | - "oldValue": "\"1.12\"", |
504 | | - "newValue": "\"1.13.3\"", |
505 | | - "justification": "API consumed from JUnit 5" |
506 | | - }, |
507 | | - { |
508 | | - "ignore": true, |
509 | | - "code": "java.annotation.attributeValueChanged", |
510 | | - "old": "method void org.junit.platform.engine.TestDescriptor::orderChildren(java.util.function.UnaryOperator<java.util.List<org.junit.platform.engine.TestDescriptor>>)", |
511 | | - "new": "method void org.junit.platform.engine.TestDescriptor::orderChildren(java.util.function.UnaryOperator<java.util.List<org.junit.platform.engine.TestDescriptor>>)", |
512 | | - "annotationType": "org.apiguardian.api.API", |
513 | | - "attribute": "since", |
514 | | - "oldValue": "\"1.12\"", |
515 | | - "newValue": "\"1.13.3\"", |
516 | | - "justification": "API consumed from JUnit 5" |
517 | | - }, |
518 | | - { |
519 | | - "ignore": true, |
520 | | - "code": "java.annotation.attributeValueChanged", |
521 | | - "old": "method void org.junit.platform.engine.TestDescriptor::orderChildren(java.util.function.UnaryOperator<java.util.List<org.junit.platform.engine.TestDescriptor>>)", |
522 | | - "new": "method void org.junit.platform.engine.TestDescriptor::orderChildren(java.util.function.UnaryOperator<java.util.List<org.junit.platform.engine.TestDescriptor>>)", |
523 | | - "annotationType": "org.apiguardian.api.API", |
524 | | - "attribute": "status", |
525 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
526 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
527 | | - "justification": "API consumed from JUnit 5" |
528 | | - }, |
529 | | - { |
530 | | - "ignore": true, |
531 | | - "code": "java.annotation.attributeValueChanged", |
532 | | - "old": "class org.junit.platform.engine.reporting.FileEntry", |
533 | | - "new": "class org.junit.platform.engine.reporting.FileEntry", |
534 | | - "annotationType": "org.apiguardian.api.API", |
535 | | - "attribute": "status", |
536 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
537 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 379 | + "oldValue": "\"1.13.3\"", |
| 380 | + "newValue": "\"1.14\"", |
538 | 381 | "justification": "API consumed from JUnit 5" |
539 | 382 | }, |
540 | 383 | { |
541 | 384 | "ignore": true, |
542 | | - "code": "java.annotation.attributeValueChanged", |
543 | | - "old": "class org.junit.platform.engine.reporting.FileEntry", |
544 | | - "new": "class org.junit.platform.engine.reporting.FileEntry", |
545 | | - "annotationType": "org.apiguardian.api.API", |
546 | | - "attribute": "since", |
547 | | - "oldValue": "\"1.12\"", |
548 | | - "newValue": "\"1.13.3\"", |
| 385 | + "code": "java.class.externalClassExposedInAPI", |
| 386 | + "new": "interface org.junit.platform.engine.OutputDirectoryCreator", |
549 | 387 | "justification": "API consumed from JUnit 5" |
550 | 388 | }, |
551 | 389 | { |
|
555 | 393 | "new": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
556 | 394 | "annotationType": "org.apiguardian.api.API", |
557 | 395 | "attribute": "status", |
558 | | - "oldValue": "org.apiguardian.api.API.Status.EXPERIMENTAL", |
559 | | - "newValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 396 | + "oldValue": "org.apiguardian.api.API.Status.MAINTAINED", |
| 397 | + "newValue": "org.apiguardian.api.API.Status.DEPRECATED", |
560 | 398 | "justification": "API consumed from JUnit 5" |
561 | 399 | }, |
562 | 400 | { |
|
566 | 404 | "new": "interface org.junit.platform.engine.reporting.OutputDirectoryProvider", |
567 | 405 | "annotationType": "org.apiguardian.api.API", |
568 | 406 | "attribute": "since", |
569 | | - "oldValue": "\"1.12\"", |
570 | | - "newValue": "\"1.13.3\"", |
| 407 | + "oldValue": "\"1.13.3\"", |
| 408 | + "newValue": "\"1.14\"", |
571 | 409 | "justification": "API consumed from JUnit 5" |
572 | 410 | } |
573 | 411 | ] |
|
0 commit comments