This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch flush
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from 50bc56d simple flush proposal
new cdff5bd Added tests with JPMS and resources in Surefire1733JUnitIT
new f72e7cf simple flush proposal
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../AbstractNoninterruptibleWritableChannel.java | 15 ++---
.../util/internal/WritableBufferedByteChannel.java | 1 +
.../api/util/internal/ChannelsWriterTest.java | 47 +++++++++++++--
...tractMasterProcessChannelProcessorFactory.java} | 55 ++++-------------
...LegacyMasterProcessChannelProcessorFactory.java | 41 ++-----------
...refireMasterProcessChannelProcessorFactory.java | 10 +++-
.../surefire/its/jiras/Surefire1733JUnitIT.java | 4 +-
.../src/main/java/main/Service.java | 18 ++++++
.../src/main/java/module-info.java | 4 +-
.../src/main/resources/main/a.txt | 1 +
.../src/test/java/test/MyIT.java | 70 +++++++++++++++++++++-
.../src/test/java/test/MyTest.java | 70 +++++++++++++++++++++-
.../src/test/resources/tests/a.txt | 1 +
13 files changed, 235 insertions(+), 102 deletions(-)
copy
surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/{LegacyMasterProcessChannelProcessorFactory.java
=> AbstractMasterProcessChannelProcessorFactory.java} (54%)
create mode 100644
surefire-its/src/test/resources/surefire-1733-junit4/src/main/resources/main/a.txt
create mode 100644
surefire-its/src/test/resources/surefire-1733-junit4/src/test/resources/tests/a.txt