@@ -121,10 +121,10 @@ repository on GitHub.
121121 messages of exceptions thrown for malformed CSV input may differ in some cases. While
122122 the overall parsing behavior remains consistent, this may affect custom error handling
123123 that relies on specific exception types or messages.
124- * The `CsvFileSource. lineSeparator()` parameter has been removed. The line separator is
125- now automatically detected, meaning that any of `\r`, `\n`, or `\r\n` is treated as a
124+ * The `lineSeparator` attribute in `@CsvFileSource` has been removed. The line separator
125+ is now automatically detected, meaning that any of `\r`, `\n`, or `\r\n` is treated as a
126126 line separator.
127- * Parameters such as `ignoreLeadingAndTrailingWhitespace() `, `nullValues() `, and others in
127+ * Attributes such as `ignoreLeadingAndTrailingWhitespace`, `nullValues`, and others in
128128 `@CsvSource` and `@CsvFileSource` now apply to header fields as well as to regular
129129 fields.
130130* The `junit-jupiter-migrationsupport` artifact and its contained classes are now
@@ -141,11 +141,11 @@ repository on GitHub.
141141* Kotlin's `suspend` modifier may now be applied to test and lifecycle methods.
142142* The `Arguments` interface for parameterized tests is now officially a
143143 `@FunctionalInterface`.
144- * The implementation of `@CsvSource` and `@CsvFileSource` was migrated from the no longer
145- maintained https://github.com/uniVocity/univocity-parsers[univocity-parsers] to
146- https://fastcsv.org/[FastCSV].
147- This improves the consistency of CSV input handling, including for malformed entries,
148- and provides better error reporting and overall performance.
144+ * The implementation of `@CsvSource` and `@CsvFileSource` has been migrated from the no
145+ longer maintained https://github.com/uniVocity/univocity-parsers[univocity-parsers] to
146+ https://fastcsv.org/[FastCSV]. This improves the consistency of CSV input handling,
147+ including for malformed entries, and provides better error reporting and overall
148+ performance.
149149
150150
151151[[release-notes-6.0.0-M1-junit-vintage]]
0 commit comments