File tree Expand file tree Collapse file tree
pgjdbc/src/test/java/org/postgresql/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ jmh.version=1.12
5858javaee-api.version =6.0
5959junit4.version =4.13
6060junit5.version =5.8.2
61- junit5-system-stubs-jupiter.version =1. 2.0
61+ junit5-system-stubs-jupiter.version =2.0.1
6262logback.version =1.1.2
6363org.apache.felix.framework.version =7.0.5
6464org.ops4j.pax.exam.version =4.13.5
Original file line number Diff line number Diff line change 1919 * calls like {@code System#getProperty} and {@code System#getenv}.
2020 * <p>The tests should be run in isolation to prevent concurrent modification of properties and
2121 * the environment.</p>
22+ * <p>Note: environment mocking works from a single thread only until
23+ * <a href="https://github.com/webcompere/system-stubs/pull/46">Fix multi-threaded
24+ * environment variable mocking</a>, and <a href="https://github.com/mockito/mockito/issues/2142">Mocked
25+ * static methods are not available in other threads</a> are resolved</p>
2226 */
2327@ Isolated
2428@ ExtendWith (SystemStubsExtension .class )
You can’t perform that action at this time.
0 commit comments