On Mon, May 7, 2018 at 12:41 PM, Valentin Olteanu <valentin.olte...@gmail.com> wrote: > ...I've used TinyBundles directly....
That works for simple cases. On top of that, the teleporter code [1] (which also uses TinyBundles) analyzes the dependencies of the service classes that you want to install to help create a bundle with the right embeds and imports, without too much manual setup. Konrad, it might make sense to factor out that "teleportable bundle builder" code from ClientSideTeleporter to make it reusable. -Bertrand [1] https://github.com/apache/sling-org-apache-sling-junit-teleporter/blob/master/src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java#L78