We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b12896 commit f0f2fd5Copy full SHA for f0f2fd5
documentation/src/docs/asciidoc/release-notes/release-notes-5.6.1.adoc
@@ -15,10 +15,10 @@ on GitHub.
15
16
==== Bug Fixes
17
18
-* Don't cache URL when loading `junit-platform.properties` contents to avoid file locking
19
- issues on Windows
20
-* Only warn about multiple `junit-platform.properties` on the classpath if they have
21
- different URLs
+* In order to avoid file locking issues on Microsoft Windows, URLs are no longer cached
+ when loading `junit-platform.properties` files.
+* The presence of multiple `junit-platform.properties` files on the classpath now only
+ results in a warning if the files have different URLs.
22
23
24
[[release-notes-5.6.1-junit-jupiter]]
0 commit comments