You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/10/14 16:33:01 UTC

[geode] branch develop updated (23920fb -> 1f0861d)

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

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 23920fb  GEODE-7160: Remove AttributesFactory in geode-wan (#4007)
     add 1f0861d  GEODE-6133: Use System.lineSeparator() for line feeds (#4152)

No new revisions were added by this update.

Summary of changes:
 .../logging/MergeLogFilesIntegrationTest.java      | 108 +++-----
 .../apache/geode/codeAnalysis/excludedClasses.txt  |   1 +
 .../geode/internal/logging/LogFileParser.java      |  31 ++-
 .../geode/internal/logging/LogWriterImpl.java      |  14 +-
 .../geode/internal/logging/MergeLogFiles.java      | 302 ++++++++++-----------
 .../apache/geode/internal/logging/SortLogFile.java |  20 +-
 .../process/BlockingProcessStreamReader.java       |   4 +-
 .../process/NonBlockingProcessStreamReader.java    |  14 +-
 .../internal/process/ProcessStreamReader.java      |  28 +-
 .../internal/cli/result/CommandResult.java         |   9 +-
 ...{BannerTest.java => InternalLogWriterTest.java} |  48 ++--
 .../geode/internal/logging/LogWriterImplTest.java  |  80 +++---
 .../geode/internal/logging/SortLogFileTest.java    |  23 +-
 .../geode/test/compiler/JavaCompilerTest.java      |   7 +-
 ...AbstractProcessStreamReaderIntegrationTest.java |  32 +--
 .../apache/geode/test/compiler/JavaCompiler.java   |   5 +-
 .../geode/test/compiler/UncompiledSourceCode.java  |  39 ++-
 .../geode/test/junit/rules/RequiresGeodeHome.java  |   5 +-
 .../test/compiler/UncompiledSourceCodeTest.java    |  19 +-
 19 files changed, 366 insertions(+), 423 deletions(-)
 copy geode-core/src/test/java/org/apache/geode/internal/logging/{BannerTest.java => InternalLogWriterTest.java} (53%)