Skip to content

Commit f8513cb

Browse files
authored
Document that extra chars after closing quote are no longer allowed (#4694)
Resolves #4693.
1 parent 9db136f commit f8513cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0-M1.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ repository on GitHub.
120120
* Attributes such as `ignoreLeadingAndTrailingWhitespace`, `nullValues`, and others in
121121
`@CsvSource` and `@CsvFileSource` now apply to header fields as well as to regular
122122
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.
123127
* The `junit-jupiter-migrationsupport` artifact and its contained classes are now
124128
deprecated and will be removed in the next major version.
125129
* The type bounds of the following methods have been changed to be more flexible and allow

0 commit comments

Comments
 (0)