You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/03/28 13:04:16 UTC

[sling-org-apache-sling-jcr-resource] branch SLING-11229-SLING-11230 updated (3408056 -> b337e71)

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

dklco pushed a change to branch SLING-11229-SLING-11230
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git.


    from 3408056  Fixes SLING-11229 / SLING-11230 by adding a configurable limit to the JCR Resource Provider query provider and support parsing the start and limit values out of query comments
     add 9b4b6f8  fix typo
     add aff20ac  SLING-11066 sort URIProvider implementations by ranking (descending) (#20)
     add 5d46719  SLING-11061 URIProvider for resources backed by JCR BinaryDownload (#19)
     add ce3fabd  Merge branch 'master' of git@github.com:apache/sling-org-apache-sling-jcr-resource.git
     add ab91019  remove unused import
     add 8345f4e  Use JcrConstants
     add 6f99069  [maven-release-plugin] prepare release org.apache.sling.jcr.resource-3.2.0
     add e85033f  [maven-release-plugin] prepare for next development iteration
     add b337e71  Merge branch 'master' into SLING-11229-SLING-11230

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   6 +-
 .../resource/internal/JcrModifiableValueMap.java   |   3 +-
 .../sling/jcr/resource/internal/NodeUtil.java      |  50 ++++++-
 .../helper/jcr/BinaryDownloadUriProvider.java      | 145 +++++++++++++++++++++
 .../internal/helper/jcr/JcrNodeResource.java       |  51 ++------
 .../internal/helper/jcr/JcrResourceProvider.java   |  49 ++++---
 .../resource/internal/JcrResourceListenerTest.java |   7 +-
 .../helper/jcr/BinaryDownloadUriProviderTest.java  | 125 ++++++++++++++++++
 8 files changed, 362 insertions(+), 74 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/BinaryDownloadUriProvider.java
 create mode 100644 src/test/java/org/apache/sling/jcr/resource/internal/helper/jcr/BinaryDownloadUriProviderTest.java