svn commit: r1820623 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

2018-01-08 Thread amitj
Author: amitj
Date: Tue Jan  9 04:17:42 2018
New Revision: 1820623

URL: http://svn.apache.org/viewvc?rev=1820623=rev
Log:
Update Release notes Apache Jackrabbit Oak 1.8.0

Modified:
jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1820623=1820622=1820623=diff
==
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Tue Jan  9 04:17:42 2018
@@ -807,6 +807,8 @@ Bug
 pool listener with heap less than 2GB
 [OAK-7111] - Constraint violation message is imprecise when an
 unexpected child node is found
+[OAK-7119] - Restrict de-serialization mechanism for older serialized cache
+map in DataStoreCacheUtils to the classes required
 [OAK-7123] - ChildNodeStateProvider does not return all immediate
 children
 




svn commit: r1820555 - /jackrabbit/oak/trunk/oak-parent/pom.xml

2018-01-08 Thread reschke
Author: reschke
Date: Mon Jan  8 13:14:01 2018
New Revision: 1820555

URL: http://svn.apache.org/viewvc?rev=1820555=rev
Log:
OAK-7127: use current Tika version 1.17

Modified:
jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1820555=1820554=1820555=diff
==
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Jan  8 13:14:01 2018
@@ -62,7 +62,7 @@
 1.7.6 
 1.1.0
 1.4.194
-1.16
+1.17
 3.0.4
 10.14.1.0
 1.8




svn commit: r1820557 - /jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml

2018-01-08 Thread reschke
Author: reschke
Date: Mon Jan  8 13:16:39 2018
New Revision: 1820557

URL: http://svn.apache.org/viewvc?rev=1820557=rev
Log:
OAK-7117: Suppress Tika (> 1.16) startup warnings

Modified:

jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml

Modified: 
jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml?rev=1820557=1820556=1820557=diff
==
--- 
jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml
 (original)
+++ 
jackrabbit/oak/trunk/oak-lucene/src/main/resources/org/apache/jackrabbit/oak/plugins/index/lucene/tika-config.xml
 Mon Jan  8 13:16:39 2018
@@ -47,4 +47,5 @@
   image/x-xcf
 
   
+  
 




svn commit: r1820561 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

2018-01-08 Thread davide
Author: davide
Date: Mon Jan  8 13:46:55 2018
New Revision: 1820561

URL: http://svn.apache.org/viewvc?rev=1820561=rev
Log:
Apache Jackrabbit Oak 1.8.0

release notes

Modified:
jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1820561=1820560=1820561=diff
==
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Mon Jan  8 13:46:55 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.7.14
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.0
 
 Introduction
 
@@ -7,20 +7,41 @@ Jackrabbit Oak is a scalable, high-perfo
 repository designed for use as the foundation of modern world-class
 web sites and other demanding content applications.
 
-Apache Jackrabbit Oak 1.7.14 is an unstable release cut directly from
-Jackrabbit Oak trunk, with a focus on new features and other
-improvements. For production use we recommend the latest stable 1.6.x
-release.
+Jackrabbit Oak 1.8 is an incremental feature release based on and
+compatible with earlier stable Jackrabbit Oak 1.x releases. Jackrabbit
+Oak 1.8.x releases are considered stable and targeted for production
+use.
 
 The Oak effort is a part of the Apache Jackrabbit project.
 Apache Jackrabbit is a project of the Apache Software Foundation.
 
-Changes in Oak 1.7.14
+Changes in Oak 1.8.0
 -
 
 Sub-task
 
+[OAK-2382] - Move NodeStore implementations to separate modules
+[OAK-3262] - oak-jcr: update test exclusions once JCR-3901 is
+resolved
+[OAK-4648] - Improve documentation about structure of TAR files
+[OAK-5869] - Annotate documents with branch commits
+[OAK-5964] - Invalidate documents through journal
+[OAK-5968] - Introduce RevisionContext.getClock()
+[OAK-6227] - There should be a way to retrieve oldest timestamp to
+keep from nodestores
+[OAK-6445] - Ensure mounted node stores don't contain versionable
+nodes
+[OAK-6798] - Basic Blob GC test for in-memory NodeStore and
+BlobStore
+[OAK-6799] - OSGi service tests for Blob GC
+[OAK-6841] - Revert Changes made in OAK-6575 before 1.7.10 is
+released.
+[OAK-7011] - Add setter/getter to ConfigurationBase and
+CompositeConfiguration
+[OAK-7012] - Add references to SecurityProviderImpl and
+SecurityProviderRegistration
 [OAK-7013] - Replace usage in oak-auth-external
+[OAK-7015] - Deprecate TreeFactory/RootFactory
 [OAK-7016] - Replace usage in oak-authorization-cug
 [OAK-7017] - Replace usage in oak-core
 [OAK-7022] - Prepare for usage of Root/TreeProvider in security
@@ -33,12 +54,202 @@ Sub-task
 
 Technical task
 
+[OAK-3690] - Decouple SegmentBufferWriter from SegmentStore
+[OAK-3777] - Multiplexing support in default PermissionStore
+implementation
+[OAK-4456] - Setup Windows builds
+[OAK-4612] - Multiplexing support for CugPermissionProvider
+[OAK-5547] - Document TarMK design
+[OAK-5554] - RDB*Store: update postgresql JDBC driver reference to
+9.4.1212
+[OAK-] - RDB*Store: update Tomcat JDBC pool dependency to
+7.0.73
+[OAK-5627] - RDBDocumentStore: improve long query logging
+[OAK-5650] - RDBDocumentStore on Oracle:
+ArrayIndexOutOfBoundsException in Oracle JDBC driver
+[OAK-5652] - RDB*Store: update Oracle JDBC driver reference to
+12.1.0.2.0
+[OAK-5653] - RDB*Store: update Derby to release 10.13
+[OAK-5667] - RDBDocumentStore: remove support for DBs without
+support for CASE statements in SELECT
+[OAK-5751] - RDBDocumentStore: properly handle null values for
+system properties
+[OAK-5852] - RDB*Store: update Tomcat JDBC pool dependency to
+7.0.75
+[OAK-5855] - RDBDocumentStore: improve query support for VersionGC
+[OAK-5918] - Document enhancements in DocumentNodeStore in 1.6
+[OAK-5975] - Document enhancements in Observation in 1.6
+[OAK-5977] - Document enhancements in S3DataStore in 1.6
+[OAK-5981] - SegmentTar version check with disabled mmaping
+[OAK-6083] - RDBDocumentStore: implement support for
+VersionGCSupport extensions added for OAK-4780
+[OAK-6113] - update spring to 1.5.x release
+[OAK-6117] - Enable lucene indexing via oak-run
+[OAK-6134] - RDB*Store: update PostgreSQL JDBC
+[OAK-6140] - Create RDB-specific BlobReferenceIterator
+[OAK-6143] - RDB*store fixtures: shorten table name prefixes for
+Oracle
+[OAK-6176] - Service to provide access to async indexer state
+[OAK-6192] - Lucene IndexInfoProvider implementation
+[OAK-6196] - Improve Javadoc of multiplexing SPI
+[OAK-6216] - Property IndexInfoProvider implementation
+[OAK-6224] - Enable dumping index definitions and stats via
+oak-run
+[OAK-6226] - RDBDocumentStoreDB: missing