Author: chetanm
Date: Mon Nov 7 10:45:12 2016
New Revision: 1768496
URL: http://svn.apache.org/viewvc?rev=1768496&view=rev
Log:
OAK-5070 - Journal diff not working for changes in bundled node
Disabled the bundling feature by default for now untill this issue gets resolved
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java?rev=1768496&r1=1768495&r2=1768496&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java
Mon Nov 7 10:45:12 2016
@@ -380,7 +380,7 @@ public class DocumentNodeStoreService {
)
public static final String PROP_DS_TYPE = "documentStoreType";
- private static final boolean DEFAULT_BUNDLING_DISABLED = false;
+ private static final boolean DEFAULT_BUNDLING_DISABLED = true;
@Property(boolValue = DEFAULT_BUNDLING_DISABLED,
label = "Bundling Disabled",
description = "Boolean value indicating that Node bundling is
disabled"