Serban Iordache

Results 5 issues of Serban Iordache

**User story** As a tester, I want to see test durations in the JUnit reports so that I'm able to see how my SUT behaves during stress tests. **Additional context**...

Type: Enhancement

I'm looking for co-maintainers who can help keep the plugin alive. If you're interested, please leave a comment here. Anyone who is willing to help is welcome!

I'm looking for co-maintainers who can help keep the plugin alive. If you're interested, please leave a comment here. Anyone who is willing to help is welcome!

use the host platform's path-separator character to delimit the files passed to the --patch-module option

[Oracle's Tools Reference](https://docs.oracle.com/en/java/javase/11/tools/javac.html#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9) incorrectly shows the `:` character as separator for the files that patch a given module: ``` --patch-module module=file(:file)* ``` The actual separator, as specified in [JEP 261](https://openjdk.java.net/jeps/261#Patching-module-content)...