This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


    from fe0b3cb  [GH] Using JDK 1.8 and 'mvn clean' in order to prevent from 
errors 'java.nio.Buffer java.nio.ByteBuffer.clear() has been changed to 
java.nio.ByteBuffer java.nio.ByteBuffer.clear()'
     new 6d58bc0  [SUREFIRE-1827] The console output is not flushed
     new a56ebde  [jenkins] excluding H48

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:
 Jenkinsfile                                        |   2 +-
 surefire-api/pom.xml                               |   5 +
 .../AbstractNoninterruptibleWritableChannel.java   |  15 +--
 .../maven/surefire/api/util/internal/Channels.java |  17 +++-
 .../util/internal/WritableBufferedByteChannel.java |   2 +
 .../api/util/internal/ChannelsReaderTest.java      |  33 +++++++
 .../api/util/internal/ChannelsWriterTest.java      |  47 ++++++++-
 ...stractMasterProcessChannelProcessorFactory.java | 106 +++++++++++++++++++++
 ...LegacyMasterProcessChannelProcessorFactory.java |  15 ++-
 ...refireMasterProcessChannelProcessorFactory.java |  10 +-
 .../surefire/booter/ForkedBooterMockTest.java      |  70 ++++++++++++++
 .../spi/LegacyMasterProcessChannelEncoderTest.java |   6 ++
 12 files changed, 299 insertions(+), 29 deletions(-)
 create mode 100644 
surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/AbstractMasterProcessChannelProcessorFactory.java

Reply via email to