SLING-5645 moved jobs out of examples

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1763181 13f79535-47bb-0310-9956-ffa450edef68
11 files changed
tree: 73382961a30d02a2db3173a8ab30e99afe46b6b1
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Job IT tests launcher.

This project runs a test launcher that creates an OSGi instance with only what is required to run Server Side tests. Unfurtunately, since OSGi is a multi classloader environment its not possible to perform tests in this bundle, except tests over http as any references made to APIs will get resolved with the wrong classloader and so wont be able to interact with OSGi. Hence the tests are in a separate bundle that is loaded by the launchpad.