Changes between Version 3 and Version 4 of Ticket #21596


Ignore:
Timestamp:
2021-11-29T17:54:00+01:00 (4 years ago)
Author:
taylor.smock
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21596 – Description

    v3 v4  
    4545
    4646== JUnit
    47 * Update junit-platform from 1.7.2 to 1.8.1 and junit-jupiter to 5.8.1 from 5.7.2.
     47* Update junit-platform from 1.7.2 to 1.8.2 and junit-jupiter to 5.8.2 from 5.7.2.
    4848 * `@Suite` support
    4949 * `JRE` now has Java 18 (enum)
     
    5252 * `assertThrowsExactly` if we don't want any exception subclasses to be thrown
    5353 * `@MethodSource`/`@ArgumentSource` can now have optional names
     54 * Various CSV source improvements
     55
     56== junit5-system-exit
     57* Update [https://github.com/tginsberg/junit5-system-exit/releases junit5-system-ext] from 1.1.1 to 1.1.2
     58 * Works better with Parameterized tests
    5459
    5560== equalsverifier
     
    6368= [source:trunk/tools/ivy.xml tools/ivy.xml]
    6469== checkstyle
    65 * Update [https://checkstyle.sourceforge.io/releasenotes.html checkstyle] from 8.44 to 9.1
     70* Update [https://checkstyle.sourceforge.io/releasenotes.html checkstyle] from 8.44 to 9.2
    6671 * Removal of EOF token. Testing showed that COMPILATION_UNIT had equivalent behavior for TopLevelJavadocCheck.
    6772 * NoWhitespaceBeforeCaseDefaultColon
     
    6974
    7075== pmd
    71 * Update [https://pmd.github.io/pmd-6.40.0/pmd_release_notes_old.html pmd] from 6.20 to [https://pmd.github.io/pmd-6.40.0/pmd_release_notes.html 6.40].
     76* Update [https://pmd.github.io/pmd-6.41.0/pmd_release_notes_old.html pmd] from 6.20 to [https://pmd.github.io/pmd-6.41.0/pmd_release_notes.html 6.41].
    7277 * `ASTCommentContainer` may be able to be used in the future to replace the custom TopLevelJavadocCheck. Currently experimental, so we probably don't want to use it.
    73  * Java 17 support (specifically, Sealed Classes)
     78 * Java 17 support (specifically, Sealed Classes). Note: `ant` task was fixed in 6.41 ("Ant task fails with Java17")
    7479 * New rules
    7580  * `PrimitiveWrapperInstantiation`