On Tue, 2022-01-18 at 16:38 +0000, Carlo Jelmini wrote: > Up until now, I have used AEM Quickstart to manually test Oak > changes, but the roundtrip is very slow, cumbersome, and > frustrating...
Well, it's probably much quicker if you use the Sling Starter. On that note, maybe Oak itself can be packaged as an OSGi application using the feature model and that can then be used as a basis for integration tests. That, of course, means that ITs will need to run from outside the application, but on the other hand a proper project setup will eliminate many runtime errors, like unsatisfied imports or missing components. Thanks, Robert [1]: https://github.com/apache/sling-org-apache-sling-starter
