You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2021/01/05 19:19:02 UTC

[geode] branch develop updated (6202ece -> 8785b84)

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

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


    from 6202ece  GEODE-8667: Duplicate online Oplog compaction after offline Oplog compaction (#5689)
     add 8785b84  GEODE-8795: Lucene queries should utilize post-processing if enabled (#5858)

No new revisions were added by this update.

Summary of changes:
 .../geode/cache/lucene/test/TestPdxObject.java     |  25 ++-
 ...uceneClientSecurityPostProcessingDUnitTest.java | 222 +++++++++++++++++++++
 .../internal/results/LuceneGetPageFunction.java    |  15 +-
 .../results/LuceneGetPageFunctionJUnitTest.java    |   8 +
 4 files changed, 256 insertions(+), 14 deletions(-)
 copy geode-junit/src/main/java/com/examples/snapshot/MyObjectPdxSerializable.java => geode-lucene/geode-lucene-test/src/main/java/org/apache/geode/cache/lucene/test/TestPdxObject.java (64%)
 create mode 100644 geode-lucene/src/distributedTest/java/org/apache/geode/cache/lucene/LuceneClientSecurityPostProcessingDUnitTest.java