This is an automated email from the ASF dual-hosted git repository. zhouxj pushed a change to branch feature/GEODE-3244 in repository https://gitbox.apache.org/repos/asf/geode.git.
omit 55de597 GEODE-3244: provide a build in LuceneSerializer that flattens objects new 9b28d87 GEODE-3244: provide a build in LuceneSerializer that flattens objects 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 (55de597) \ N -- N -- N refs/heads/feature/GEODE-3244 (9b28d87) 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. The 1 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: .../serializer => }/FlatFormatSerializer.java | 45 ++++- .../repository/serializer/FieldsWithPrefix.java | 37 ---- .../serializer/ReflectionLuceneSerializer.java | 10 +- .../NestedObjectSeralizerIntegrationTest.java | 191 ++++++++++++++++----- .../serializer/FlatFormatSerializerJUnitTest.java | 1 + .../apache/geode/cache/lucene/test/Customer.java | 5 +- .../org/apache/geode/cache/lucene/test/Person.java | 9 +- 7 files changed, 198 insertions(+), 100 deletions(-) rename geode-lucene/src/main/java/org/apache/geode/cache/lucene/{internal/repository/serializer => }/FlatFormatSerializer.java (58%) delete mode 100644 geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/repository/serializer/FieldsWithPrefix.java -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" <commits@geode.apache.org>'].