You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2018/03/08 01:06:07 UTC

[geode] branch feature/GEODE-4685 updated (2b4db30 -> a892084)

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

udo pushed a change to branch feature/GEODE-4685
in repository https://gitbox.apache.org/repos/asf/geode.git.


    omit 2b4db30  GEODE-4685: Addressing review comments
    omit e1488ab  GEODE-4685: Moving of static DefaultQuery.setPdxReadSerialized to the TypeRegistry. Cleaned up the overriding of readSerialized to reset to previous value. Added cache to AbstractJdbcCallback.java so that children classes can access it. Replaced AtomicLong with LongAdder.
     add a892084  GEODE-4685: Moving of static DefaultQuery.setPdxReadSerialized to the TypeRegistry. Cleaned up the overriding of readSerialized to reset to previous value. Added cache to AbstractJdbcCallback.java so that children classes can access it. Replaced AtomicLong with LongAdder.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b4db30)
            \
             N -- N -- N   refs/heads/feature/GEODE-4685 (a892084)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../geode/connectors/jdbc/JdbcAsyncWriterTest.java |   1 -
 .../connectors/jdbc/JdbcLoaderIntegrationTest.java |   1 -
 .../connectors/jdbc/JdbcWriterIntegrationTest.java |   2 -
 .../geode/connectors/jdbc/JdbcWriterTest.java      |   1 -
 .../geode/cache/query/internal/DefaultQuery.java   |  84 ----------------
 .../internal/streaming/StreamingOperation.java     |   2 +-
 .../internal/cache/xmlcache/CacheCreation.java     | 112 +++++++++++++--------
 .../cache/lucene/internal/LuceneEventListener.java |  10 +-
 .../internal/LuceneEventListenerJUnitTest.java     |   7 +-
 9 files changed, 75 insertions(+), 145 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
udo@apache.org.