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 th...@apache.org on 2023/05/08 14:20:56 UTC

[jackrabbit-oak] branch trunk updated (891a2bedd6 -> 66fb782ad0)

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

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


    from 891a2bedd6 OAK-10220: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.10 (#928)
     new c80d9a9599 feature: added node counter metric and a test class
     new 1dd7944fcc refactor: add the path as an argument to make it possible to create a metric for children of the root
     new 57f2f714fa chore: formatting
     new 4ef78f24dd chore: formatting (120 columns)
     new d1701e7a16 fix: updating the metric when deleting nodes properly. Using MetricStatisticsProvider during testing so that it will be registered in the MBean server. Updated tests.
     new 5b3bff7d68 chore: removed unused imports and exceptions in the signatures
     new e796c2289e fix: formatting
     new bed042d9b0 fix: formatting
     new c6fa98d58c chore: corrected comment
     new 992c45160e chore: add assertion in test
     new f1978ddb5a docs: added licensing
     new 817925327a fix: using the node counter index as the ground truth properly in initialization
     new af54763370 fix: added ability to register and unregister the statistics provider from the mbean server. Will now read the correct mbean during test.
     new 4f19f20493 fix: added a default instantiation of the statistics provider to prevent test cases from failing. They would otherwise fail because it would be null.
     new 5e7f429888 chore: remove redundant comment and new lines
     new e37f8dcd73 refactor: reuse repetitive test code
     new bf44b11860 chore: commenting and formatting
     new a9e70f28e5 fix: updating metric in root and fixed commenting
     new 66fb782ad0 Merge pull request #914 from steffenvan/OAK-10214

The 18446 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:
 .../plugins/index/counter/NodeCounterEditor.java   |  71 ++++++--
 .../index/counter/NodeCounterEditorProvider.java   |  32 +++-
 .../index/counter/NodeCounterMetricTest.java       | 192 +++++++++++++++++++++
 3 files changed, 278 insertions(+), 17 deletions(-)
 create mode 100644 oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/counter/NodeCounterMetricTest.java