Changes between Version 3 and Version 4 of Ticket #21596
- Timestamp:
- 2021-11-29T17:54:00+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21596 – Description
v3 v4 45 45 46 46 == JUnit 47 * Update junit-platform from 1.7.2 to 1.8. 1and junit-jupiter to 5.8.1from 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. 48 48 * `@Suite` support 49 49 * `JRE` now has Java 18 (enum) … … 52 52 * `assertThrowsExactly` if we don't want any exception subclasses to be thrown 53 53 * `@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 54 59 55 60 == equalsverifier … … 63 68 = [source:trunk/tools/ivy.xml tools/ivy.xml] 64 69 == checkstyle 65 * Update [https://checkstyle.sourceforge.io/releasenotes.html checkstyle] from 8.44 to 9. 170 * Update [https://checkstyle.sourceforge.io/releasenotes.html checkstyle] from 8.44 to 9.2 66 71 * Removal of EOF token. Testing showed that COMPILATION_UNIT had equivalent behavior for TopLevelJavadocCheck. 67 72 * NoWhitespaceBeforeCaseDefaultColon … … 69 74 70 75 == pmd 71 * Update [https://pmd.github.io/pmd-6.4 0.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]. 72 77 * `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") 74 79 * New rules 75 80 * `PrimitiveWrapperInstantiation`


