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

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


    from 697668209d OAK-10622 : constant made less visible
     add 5389ea4d75 OAK-10604 - Azure Service Principal Support in 
oak-segment-azure (#1268)
     add 4d29e3f783 OAK-10616: Make error messages from 
o.a.j.o.namepath.JcrNameParser/Jc… (#1277)
     add 08bf64acad OAK-10596: Improve the test coverage of 
o.a.j.o.namepath.JcrPathParser
     add 87035907d2 OAK-10617: oak-search-elastic fix deadlock with 
includePathRestrictions=false and multiple filtered results (#1276)
     add fe8356588a OAK-10623: oak-core: log a warning when it needs to 
remap/add a namespace (#1282)
     add bcd87d7dfc OAK-10611: o.a.j.o.namepath.JcrPathParser does not handle 
invalid characters correctly (#1281)
     add c3fae64fb9 Increased again oak-run jar size due to size check 
complaining for local testing
     add fcf260283f OAK-10544: oak-jcr: remapping a namespace prefix leaves 
namespace resolver in broken state (#1283)
     add 9821deb5db OAK-10624: o.a.j.o.namepath.JcrPathParser does not accept 
some valid local names containing "{" or "}".
     add f8c61da771 OAK-10595 : test case added (#1261)
     add 6a04b335ee OAK-10596: Improve the test coverage of 
o.a.j.o.namepath.JcrPathParser
     add 1d3c1f5fee OAK-10281 : oak.documentMK.recoveryDelaySecs introduced, 
default 0
     add 8d1a1b4633 Merge pull request #1279 from apache/OAK-10281
     add 1c7d2cd40b Merge branch 'trunk' into OAK-10622

No new revisions were added by this update.

Summary of changes:
 .../jackrabbit/oak/namepath/JcrNameParser.java     |  14 +-
 .../jackrabbit/oak/namepath/JcrPathParser.java     | 108 +++--
 .../jackrabbit/oak/namepath/PathParserTest.java    | 510 ++++++++++++++++-----
 .../oak/namepath/impl/LocalNameMapper.java         |   6 +
 oak-doc/src/site/markdown/query/elastic.md         |   5 +-
 .../oak/jcr/session/SessionNamespaces.java         |   9 +
 .../apache/jackrabbit/oak/jcr/NamePathTest.java    |   1 -
 oak-parent/pom.xml                                 |  25 +
 oak-run-elastic/pom.xml                            |   3 +-
 oak-run/pom.xml                                    |   3 +-
 oak-search-elastic/pom.xml                         |   5 +
 .../index/elastic/ElasticIndexDefinition.java      |   5 +
 .../index/elastic/query/ElasticRequestHandler.java |  68 ++-
 .../query/async/ElasticResponseListener.java       |   8 +-
 .../query/async/ElasticResultRowAsyncIterator.java |  30 +-
 .../facets/ElasticSecureFacetAsyncProvider.java    |   3 +-
 ...ElasticIndexDescendantSpellcheckCommonTest.java |   8 +
 .../index/IndexPathRestrictionCommonTest.java      | 105 +++--
 oak-segment-azure/pom.xml                          |  55 ++-
 .../segment/azure/AzureSegmentStoreService.java    |  70 ++-
 .../oak/segment/azure/Configuration.java           |  15 +
 .../jackrabbit/oak/segment/azure/package-info.java |   2 +-
 .../azure/AzureSegmentStoreServiceTest.java        |  72 ++-
 .../oak/plugins/document/ClusterNodeInfo.java      |  23 +
 .../plugins/document/ClusterNodeInfoDocument.java  |   2 +-
 .../oak/plugins/document/ClusterNodeInfoTest.java  |  26 ++
 .../document/DocumentNodeStoreSweepTest.java       | 265 +++++++++++
 27 files changed, 1149 insertions(+), 297 deletions(-)

Reply via email to