You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2019/11/01 19:29:34 UTC

[geode] branch develop updated (c852309 -> 418d929)

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

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


    from c852309  GEODE-7177:  Adjusted ArchUnit tests to allow geode-logging package s… (#4264)
     add 418d929  GEODE-6661: Fixed use of Direct and Non-Direct buffers (#4267)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/geode/internal/net/BufferPool.java  |  59 +++++--
 .../apache/geode/internal/net/NioPlainEngine.java  |   4 +-
 .../apache/geode/internal/net/NioSslEngine.java    | 174 ++++++++++-----------
 .../org/apache/geode/internal/tcp/Connection.java  |   6 +-
 .../org/apache/geode/internal/tcp/MsgStreamer.java |   2 +-
 .../geode/internal/net/NioPlainEngineTest.java     |   2 +-
 .../geode/internal/net/NioSslEngineTest.java       |  33 ----
 7 files changed, 139 insertions(+), 141 deletions(-)