This is an automated email from the ASF dual-hosted git repository.
stefanegli pushed a change to branch OAK-10347
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 2c778e9de2 Update
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/SimpleFlatFileUtil.java
add 826be9408a OAK-10347 : added properties sorting plus added some tests
No new revisions were added by this update.
Summary of changes:
.../document/flatfile/NodeStateEntryWriter.java | 15 +++-
.../document/flatfile/SimpleFlatFileUtil.java | 29 ++++---
.../document/flatfile/SimpleFlatFileUtilTest.java | 92 ++++++++++++++++++++++
3 files changed, 122 insertions(+), 14 deletions(-)
create mode 100644
oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/SimpleFlatFileUtilTest.java