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