You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/19 15:42:57 UTC

[jackrabbit-oak] branch trunk updated (c7849ad942 -> 4a9028653d)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from c7849ad942 OAK-10042: Update checkstyle-plugin dependency to version 3.1.2 (#802)
     add 2e9db5dcda OAK-10044: oak-commons JDK11 Javadoc fixes
     add ba8db7ac35 OAK-10044: oak-core JDK11 Javadoc fixes
     add 334d704fdc OAK-10044: oak-run-commons JDK11 Javadoc fixes
     add dcd9088859 OAK-10044: oak-search-elastic JDK11 Javadoc fixes
     add 479242a290 OAK-10044: oak-security-spi JDK11 Javadoc fixes
     add 0f581781c8 OAK-10044: oak-store-document JDK11 Javadoc fixes
     new 4a9028653d Merge pull request #803 from apache/OAK-10044

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/jackrabbit/oak/commons/Compression.java   |  2 +-
 .../oak/plugins/metric/util/StatsProviderUtil.java   |  5 +++--
 .../index/indexer/document/flatfile/MergeRunner.java | 20 ++++++++++----------
 .../MultithreadedTraverseWithSortStrategy.java       |  4 ++--
 .../index/elastic/ElasticIndexNameHelper.java        |  6 +++---
 .../accesscontrol/AccessControlConstants.java        |  8 ++++----
 .../plugins/document/ThrottlingStatsCollector.java   |  3 ++-
 .../oak/plugins/document/util/LogSilencer.java       |  4 ++--
 .../oak/plugins/document/util/TriStatsConsumer.java  |  3 ---
 9 files changed, 27 insertions(+), 28 deletions(-)


[jackrabbit-oak] 01/01: Merge pull request #803 from apache/OAK-10044

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 4a9028653dcd163c2aebd1d3bd21622b22e360e3
Merge: c7849ad942 0f581781c8
Author: Julian Reschke <re...@apache.org>
AuthorDate: Mon Dec 19 16:42:52 2022 +0100

    Merge pull request #803 from apache/OAK-10044
    
    OAK-10044: Javadoc fixes for JDK 11 compat

 .../apache/jackrabbit/oak/commons/Compression.java   |  2 +-
 .../oak/plugins/metric/util/StatsProviderUtil.java   |  5 +++--
 .../index/indexer/document/flatfile/MergeRunner.java | 20 ++++++++++----------
 .../MultithreadedTraverseWithSortStrategy.java       |  4 ++--
 .../index/elastic/ElasticIndexNameHelper.java        |  6 +++---
 .../accesscontrol/AccessControlConstants.java        |  8 ++++----
 .../plugins/document/ThrottlingStatsCollector.java   |  3 ++-
 .../oak/plugins/document/util/LogSilencer.java       |  4 ++--
 .../oak/plugins/document/util/TriStatsConsumer.java  |  3 ---
 9 files changed, 27 insertions(+), 28 deletions(-)