File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ repository on GitHub.
4040* To help diagnosing potentially invalid invocations, the Console Launcher now logs
4141 warnings for nonexistent classpath roots added via `--classpath` or `--scan-classpath`
4242 rather than silently ignoring them.
43+ * New `FileSource.withPosition(FilePosition)` method to avoid the overhead of redundant
44+ canonicalization of files when using `FileSource.from(File, FilePosition)` with many
45+ different `FilePosition` instances for the same `File`.
4346
4447
4548[[release-notes-5.14.0-RC1-junit-jupiter]]
Original file line number Diff line number Diff line change @@ -190,9 +190,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
190190* New classpath resource abstraction in `org.junit.platform.commons.io.Resource` with
191191 support for loading resources or finding them on the classpath via static utility
192192 methods in the new `org.junit.platform.commons.support.ResourceSupport` class.
193- * New `FileSource.withPosition(FilePosition)` method to avoid the overhead of redundant
194- canonicalization of files when using `FileSource.from(File, FilePosition)` with many
195- different `FilePosition` instances for the same `File`.
196193
197194
198195[[release-notes-6.0.0-junit-jupiter]]
You can’t perform that action at this time.
0 commit comments