* Removed JCR_SCONTAINER table
* Removed StorageUpdateManager class
* "update-storage" parameter in Workspace data container configuration is not supported anymore
* Removed LockPersister
* Removed LockManagerImpl
* If lock manager is not configured we will have RepositoryConfigurationException at startup
* Index JCR_IDX_XITEM_PARENT_N_ORDER_NUM from MySQL scripts.
* We will have RepositoryException when use Session or Node after session.logout
* Removed SystemIdentity class
* Removed BackupScheduler class
* Removed TextFilter interfaces
* Not supported fields autoInitializedRootNt and autoInitPermissions
* Removed ValueStorageCleanHelper class
* Removed BackupSchedulerException class
* EXOJCR-1728: Remove ReadOnly support for WorkspacePersistentDataManager
* Lucene 3.5
* Isolated DB Concept (EXOJCR-1754)
* Not supported parameters driverClassName, url, username, password, sourceName in JDBC workspace datacontainer
* "multi-db" parameter is deprecated in JDBC workspace datacontainer
* Changed annotation for WebDavServiceImpl.mkcol() method parameter nodeTypeHeader
* Change WebDavService.get() method signature
* WebDavServiceImpl initial parameters names and default values moved to separate classes InitParamsDefaults and InitParamsNames
* Added new initial parameters to define allowed file node types and folder node types
* Support case insensitive order by
* Added exclude nodes from query results. We can add rules in indexing-configuration and exclude some node by path or by nodetype or by path + nodetype
* "excluded-node-identifers" and "root-node-id" parameters in Workspace data container configuration is not supported anymore