File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ repository on GitHub.
120
120
* Attributes such as `ignoreLeadingAndTrailingWhitespace`, `nullValues`, and others in
121
121
`@CsvSource` and `@CsvFileSource` now apply to header fields as well as to regular
122
122
fields.
123
+ * Extra characters after a closing quote are no longer allowed in `@CsvSource` and
124
+ `@CsvFileSource`. For example, if a single quote is used as the quote character,
125
+ the following CSV value `'foo'INVALID,'bar'` will now cause an exception to be thrown.
126
+ This helps ensure that malformed input is not silently accepted or misinterpreted.
123
127
* The `junit-jupiter-migrationsupport` artifact and its contained classes are now
124
128
deprecated and will be removed in the next major version.
125
129
* The type bounds of the following methods have been changed to be more flexible and allow
You can’t perform that action at this time.
0 commit comments