You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Davide Giannella <da...@apache.org> on 2019/07/15 09:41:32 UTC

[ANNOUNCE] Apache Jackrabbit Oak 1.10.3 released

The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit Oak. The release is available for download at:

    http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release:

Release Notes -- Apache Jackrabbit Oak -- Version 1.10.3

Introduction
------------

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

Jackrabbit Oak 1.10.3 is a patch release that contains fixes and
improvements over Oak 1.10. Jackrabbit Oak 1.10.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.10.3
---------------------

For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at

  https://issues.apache.org/jira/browse/OAK

Technical task

    [OAK-8002] - RDBDocumentStore: add RDB-specific
    MissingLastRevSeeker
    [OAK-8083] - RDB*Store: add SQLServer specific documentation
    [OAK-8147] - RDBBlobStore: add perf logging for JDBC read
    operations
    [OAK-8200] - MongoDocumentStore in ReadOnly mode should never
    modify persistence
    [OAK-8201] - RDBDocumentStore in ReadOnly mode should never modify
    persistence
    [OAK-8251] - RDBBlobStore instantiated from ReadOnly
    DocumentNodeStore should never modify persistence
    [OAK-8257] - RDBDocumentStore: improve trace logging of batch
    operations
    [OAK-8273] - RDBDocumentStore: createOrUpdate with less than 3 ops
    suboptimal
    [OAK-8307] - RDBDocumentStore: add DEBUG logging when fetching
    index metadata fails
    [OAK-8311] - RDBDocumentStore: allow to turn off RDB-specific
    MissingLastRevSeeker
    [OAK-8332] - update Tomcat JDBC dependency to 8.5.41
    [OAK-8337] - RDBDocumentStore: refactor index dumping code
    [OAK-8338] - RDBDocumentStoreJDBC: fix theoretically possible NPE
    in perflogging code
    [OAK-8346] - RDBDocumentStore*: fix several potential but
    improbable NPEs
    [OAK-8349] - RDBDocumentStore*: "reset clusterId tool" in oak-run
    [OAK-8368] - RDBDocumentNodeStoreBuilder: refactor
    setRDBConnection for consistency
    [OAK-8371] - Stop using deprecated DocumentMK.Builder in RDB tests
    [OAK-8375] - DocumentNodeStoreBuilder should not instantiate
    BlobStore instance before "build()"
    [OAK-8378] - rdb/oak-run: update usage and documentation for
    garbage command

Bug

    [OAK-8024] - oak-http generates invalid html
    [OAK-8089] - DocumentNodeStore dispose can fail when duration of
    final background ops exceeds lease time
    [OAK-8133] - Word SHA1 no longer allowed
    [OAK-8139] - DocumentDiscoveryLiteService hasBacklog silencing
    must support maven version format
    [OAK-8199] - DocumentStore in ReadOnly mode should never modify
    persistence
    [OAK-8207] - Read-only DocumentNodeStore tries to create root
    document
    [OAK-8214] - RDBDocumentStore may not inherit ReadOnly flag from
    DocumentNodeStore
    [OAK-8220] - CommitRootUpdateTest creates malformed value
    [OAK-8223] - javadoc-plugin fails with java11
    [OAK-8232] - Node#setPrimaryType(String) does not create child
    nodes defined as autoCreated
    [OAK-8246] - Test failure:
    NodeSetPrimaryTypeTest.testSetPrimaryType()
    [OAK-8258] - Active deletion can delete blobs despite indexing
    cycle deleting them failed
    [OAK-8271] - Lucene path transformed result doesn't accomodate
    wildcards in relative path
    [OAK-8278] - RDBDataSourceFactory.CloseableDataSource doesn't
    implement java.sql.Wrapper correctly
    [OAK-8306] - Empty PrincipalProvider cache breaks membership
    collection
    [OAK-8314] - BlobIds created with direct uploads lack length
    suffix
    [OAK-8351] - Long running RGC remove and getmore operations
    [OAK-8394] - Fix BinaryAccessDSGCIT failing intermittently for
    Mongo
    [OAK-8437] - direct children, exact, and parent path restrictions
    don't work when path transformation takes place
    [OAK-8459] - Intermittent issue with MongoStatusTest

New Feature

    [OAK-8146] - oak-run support for inspecting clusterNodeInfo

Improvement

    [OAK-8111] - Create read-only DocumentNodeStore for oak-run
    recovery dry run
    [OAK-8135] - HTTP service may not select correct media type if
    multiple are specified in Accept header field
    [OAK-8185] - Improve CompositeNodeStore fixture
    [OAK-8205] - Add benchmark for Node.isNodeType()
    [OAK-8241] - Add benchmark for transient Node.setProperty()
    [OAK-8301] - Ensure travis-ci uses trusty image
    [OAK-8310] - Potentially misleading conflict exception message
    [OAK-8363] - Remove obsolete comment

Test

    [OAK-8353] - Additional test for OAK-8012

Task

    [OAK-7902] - Update osgi-mock to 2.3.10
    [OAK-8072] - Aggregate jcr:content result nodes as their parent
    [OAK-8098] - oak-examples/webapp: update spring boot dependency to
    1.5.19
    [OAK-8120] - Update http components to 4.5.7/4.4.11
    [OAK-8163] - examples: update Tomcat dependency to 7.0.93
    [OAK-8179] - Update jacoco to 0.8.3
    [OAK-8180] - Update mockito to 2.25.1
    [OAK-8196] - Update httpclient/mime dependencies to 4.5.8
    [OAK-8197] - Update Oak 1.10 and trunk to Jackrabbit 2.18.1
    [OAK-8208] - oak-run/rdb: add --rdbtableprefix option
    [OAK-8235] - Upgrade Solr to version 6.6.6
    [OAK-8248] - Update Oak trunk and 1.10 to Jackrabbit 2.18.2
    [OAK-8277] - Run tests on travis-ci.org on MongoDB 4.0.x
    [OAK-8286] - Update jetbrains nullability annotations to 17.0.0
    [OAK-8290] - Update org.apache.felix.framework for jdk13
    [OAK-8296] - DocumentNodeStoreBranchesTest uses
    javax.annotation.Nonnull
    [OAK-8312] - MissingLastRevSeeker and NodeDocumentSweeper: improve
    progress logging
    [OAK-8331] - Update Tika dependency to 1.21
    [OAK-8334] - Update Jackson dependency to 2.9.9
    [OAK-8335] - get rid of junit deprecation warnings
    [OAK-8341] - Include tomcat-jdbc/juli in oak-run
    [OAK-8345] - oak-run: cleanup command list and documentation
    [OAK-8348] - Update surefire/failsafe dependencies to 2.22.2
    [OAK-8350] - Update animal-sniffer dependency to 1.18
    [OAK-8376] - update commons-codec dependency to 1.12
    [OAK-8414] - Update jar-plugin dependency to 3.1.2
    [OAK-8464] - Update javadoc-plugin to 3.1.1

In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.10.x release.
  
Release Contents
----------------

This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.md file for instructions on how to build this release.

The source archive is accompanied by a SHA512 checksums and a PGP
signature that you can use to verify the authenticity of your
download. The public key used for the PGP signature can be found at
https://www.apache.org/dist/jackrabbit/KEYS.

About Apache Jackrabbit Oak
---------------------------

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project. 
Apache Jackrabbit is a project of the Apache Software Foundation.

For more information, visit http://jackrabbit.apache.org/oak

About The Apache Software Foundation
------------------------------------

Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 140 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 3,800+ contributors.

For more information, visit http://www.apache.org/