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 2017/10/18 23:28:48 UTC

[sling-org-apache-sling-testing-jcr-mock] branch master created (now 9552c08)

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-testing-jcr-mock.git.


      at 9552c08  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 9a19d3d  SLING-4042 move all mock projects to mocks/ subdirectory
     new c311800  SLING-4042 make sure JCR mock supports accessing data using multiple sessions
     new 144a3e6  SLING-4042 minor optimization
     new c7b9e7b  SLING-4042 add README files
     new 52b137b  add/update SCM urls
     new 56d9cb7  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.0.0
     new 743c8f8  [maven-release-plugin] prepare for next development iteration
     new d86f9b1  SLING-4090 Define package versions for Sling Mock, JCR Mock, OSGi Mock
     new 4a6139b  SLING-4108 JCR/Sling/ResourceResolver Mock: Support providing authentication info
     new 432b26f  SLING-4230 Add support for mocking queries and query results
     new a77b76a  SLING-4230 Add support for mocking queries and query results
     new 46ff4af  SLING-4230 Add support for mocking queries and query results
     new dea1baf  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.0
     new 577a009  [maven-release-plugin] prepare for next development iteration
     new 074b044  SLING-4237 - JCR Mock implementation should have "throws RepositoryException"
     new 96f6225  SLING-4237 - remove unused imports introduced in previous commit
     new f4c1666  SLING-4238 - Jcr Mock does not normalize paths
     new 265db8f  remove unused import
     new 533c975  SLING-4237 - JCR Mock implementation should have "throws RepositoryException" - add exceptions also to MockQuery* classes
     new 48c4f25  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.2
     new abfbd09  [maven-release-plugin] prepare for next development iteration
     new 981a042  SLING-4362 make sure JCR namespaces are correctly registered in JCR mock on initialization through sling mock
     new 3d0d1fe  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.4
     new e131369  [maven-release-plugin] prepare for next development iteration
     new 7d7a985  SLING-4548 workaround for setting jcr:created/jcr:createdBy and new state properly when creating nt:file nodes
     new 27c916b  SLING-4695 - MockNode.getProperties() does not contain jcr:primaryType
     new 087dc9a  SLING-4695 - MockNode.getProperties() does not contain jcr:primaryType
     new 48b3734  SLING-4698 - Set parent.relativePath to empty for all modules
     new 483bad5  remove unused import
     new cbc1e46  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.6
     new 8a0bcf6  [maven-release-plugin] prepare for next development iteration
     new bfb945c  SLING-4802 JcrMock: Support Session close and isLive methods
     new f4663f9  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.8
     new c2f67b0  [maven-release-plugin] prepare for next development iteration
     new 76f9c12  Update to Sling Parent 23
     new 0efb403  Testing: remove superflous sling.java.version=6 as it's the default now
     new 3ff3b70  set parent version to 24 and add empty relativePath where missing
     new e39a580  SLING-4962: getNodes() always returns empty iterator for root node
     new 3949cbd  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.10
     new aba1b01  [maven-release-plugin] prepare for next development iteration
     new 9d10de0  Update the main reactor to parent 25
     new a5ca0c9  SLING-5257 MockProperty getType generates java.lang.ArrayIndexOutOfBoundsException when the underlying array value is empty
     new 13278db  SLING-5250 MockProperty getValues does not comply with JCR 2.0 API
     new b947fc3  Switch to parent pom 26
     new 6fe8ae0  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.12
     new 4b3f821  [maven-release-plugin] prepare for next development iteration
     new bb5ed02  SLING-5774 jcr-mock: Support Node.getMixinNodeTypes
     new b2090a5  SLING-5775 jcr-mock: Support PropertyDefinition flags
     new 1ea9f0c  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.14
     new 0aa0028  [maven-release-plugin] prepare for next development iteration
     new cb4cb32  SLING-5881 jcr-mock: Dummy implementations for unsupported operations of MockObservationManager
     new eebea33  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.1.16
     new 6b1504e  [maven-release-plugin] prepare for next development iteration
     new 3e42c41  update to parent 29
     new 21b2648  SLING-6388 Support tracking changes of JCR Mock MockSession (patch provided by Dirk Rudolph)
     new a5c210c  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.2.0
     new d046610  [maven-release-plugin] prepare for next development iteration
     new b4884e3  use Sling Parent 30
     new 4f76eef  fix compile errors after switchting to parent 30: - add scr annotation dependency where appropiate or remove maven-scr-plugin - switch to osgi versioning annotations
     new 9c9f5c5  SLING-6814 jcr-mock: Implement JackrabbitObservationManager
     new 28c76c4  SLING-6817 jcr-mock: Minimal support for JCR Session attributes
     new cac889a  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.3.0
     new 256b0a2  [maven-release-plugin] prepare for next development iteration
     new 971d78d  SLING-7089 support for MockNode.get* with globs
     new b26fd8e  SLING-7167 Adjust READMEs
     new deaa33b  SLING-7167 Adjust READMEs
     new 799cf15  [maven-release-plugin] prepare release org.apache.sling.testing.jcr-mock-1.3.2
     new 9552c08  [maven-release-plugin] prepare for next development iteration

The 68 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].