This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 94153ce GEODE-4000: The serializerClass is actually introduced in 1.4
not 1.3
94153ce is described below
commit 94153ced623bbf6f88b4fe3bb6f1af61cc6a5e4c
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Thu Nov 30 16:00:14 2017 -0800
GEODE-4000: The serializerClass is actually introduced in 1.4 not 1.3
Fixing new AnalyzeLuceneSerializables failure. This test was just
introduced and the new sanctionedDataSerializables.txt file still had the
old fromDataPre/toDataPre signatures from the serialization whitelisting
branch.
---
.../org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/geode-lucene/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt
b/geode-lucene/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt
index feaa08c..b3712bb 100644
---
a/geode-lucene/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt
+++
b/geode-lucene/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt
@@ -2,10 +2,10 @@
org/apache/geode/cache/lucene/internal/DestroyLuceneIndexMessage,2
fromData,32,2a2bb700262a2bb900270100b500032a2bb80028b500042a2bb80028b50005b1
toData,32,2a2bb700232b2ab40003b9002402002ab400042bb800252ab400052bb80025b1
org/apache/geode/cache/lucene/internal/LuceneIndexCreationProfile,4
-fromData,14,2a2bb600342a2bb80035b50004b1
-fromDataPre_GEODE_1_3_0_0,41,2a2bb80035b500052a2bb80035b500062a2bb80036b500072a2bb80035b500092a2bb80037b5000bb1
-toData,14,2a2bb600302ab400042bb80031b1
-toDataPre_GEODE_1_3_0_0,41,2ab400052bb800312ab400062bb800312ab400072bb800322ab400092bb800312ab4000b2bb80033b1
+fromData,14,2a2bb600372a2bb80038b50004b1
+fromDataPre_GEODE_1_4_0_0,41,2a2bb80038b500052a2bb80038b500062a2bb80039b500072a2bb80038b500092a2bb8003ab5000bb1
+toData,14,2a2bb600332ab400042bb80034b1
+toDataPre_GEODE_1_4_0_0,41,2ab400052bb800342ab400062bb800342ab400072bb800352ab400092bb800342ab4000b2bb80036b1
org/apache/geode/cache/lucene/internal/LuceneResultStructImpl,2
fromData,27,2a2bb80017b500022a2bb80017b500032a2bb900180100b50004b1
toData,27,2ab400022bb800152ab400032bb800152b2ab40004b900160200b1
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].