You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/01/29 22:10:45 UTC

[sling-org-apache-sling-jcr-resource] branch master updated (4ed12eb -> a859a12)

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

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


    from 4ed12eb  trivial: added license header to *.md files
     new 5eb4484  Revert "SLING-7805 - NPE in Oak SessionImpl when starting up"
     new 5bb0708  SLING-7815: The JCR resource provider gets created with a closed JCR sesison
     new 4fb8cd2  SING-7815: Inherit maven-sling-plugin version from parent
     new eeecc61  SLING-7815: Missing break at the end of a switch
     new 3d4f218  SLING-7815: Add workaround for TransientRepository bug
     new a859a12  SLING-7245 - Validate pull requests using Jenkins

The 658 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:
 .../resource/api/package-info.java => Jenkinsfile  |   7 +-
 pom.xml                                            |   2 +-
 .../helper/jcr/JcrProviderStateFactory.java        |  43 ++-
 .../JcrResourceProviderSessionHandlingTest.java    | 312 +++++++++++++++++++++
 .../helper/jcr/JcrResourceProviderTest.java        |  29 +-
 5 files changed, 352 insertions(+), 41 deletions(-)
 copy src/main/java/org/apache/sling/jcr/resource/api/package-info.java => Jenkinsfile (89%)
 create mode 100644 src/test/java/org/apache/sling/jcr/resource/internal/helper/jcr/JcrResourceProviderSessionHandlingTest.java