You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2022/06/07 06:45:40 UTC

[sling-org-apache-sling-jcr-resource] branch master updated (5b390ed -> 604332e)

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

angela pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git


    from 5b390ed  SLING-11357 : Fix nullable/notnull annotations
     add 2ee4abf  SLING-11367 : Potential NPE as ResolveContext.getProviderState() is nullable
     new 604332e  Merge pull request #26 from apache/SLING-11367

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:
 .../helper/jcr/BasicQueryLanguageProvider.java     |  15 +--
 .../resource/internal/helper/jcr/ContextUtil.java  |  54 ++++++++++
 .../internal/helper/jcr/JcrResourceProvider.java   |  47 ++++----
 .../internal/helper/jcr/ContextUtilTest.java       | 120 +++++++++++++++++++++
 4 files changed, 208 insertions(+), 28 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/ContextUtil.java
 create mode 100644 src/test/java/org/apache/sling/jcr/resource/internal/helper/jcr/ContextUtilTest.java


[sling-org-apache-sling-jcr-resource] 01/01: Merge pull request #26 from apache/SLING-11367

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

angela pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git

commit 604332e9be17378276685033bdbce54994dad8c1
Merge: 5b390ed 2ee4abf
Author: anchela <an...@adobe.com>
AuthorDate: Tue Jun 7 08:45:35 2022 +0200

    Merge pull request #26 from apache/SLING-11367
    
    SLING-11367 : Potential NPE as ResolveContext.getProviderState() is nullable

 .../helper/jcr/BasicQueryLanguageProvider.java     |  15 +--
 .../resource/internal/helper/jcr/ContextUtil.java  |  54 ++++++++++
 .../internal/helper/jcr/JcrResourceProvider.java   |  47 ++++----
 .../internal/helper/jcr/ContextUtilTest.java       | 120 +++++++++++++++++++++
 4 files changed, 208 insertions(+), 28 deletions(-)