SLING-7438 Update options and versions to Oak 1.8

* use Oak 1.8.2
* re-add oak-lucene to slingQuickstartOakTar options
* add missing oak-store-document to slingQuickstartOakMongo
3 files changed
tree: 1069becbaf642935a92e98edbf0cf95fddf7355a
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Apache Sling Testing PaxExam

This module is part of the Apache Sling project.

Overview

This module provides test support for use with Pax Exam to test with real Sling instances – no limitations or issues due to incomplete and faulty mock implementations.

See Testing PaxExam's documentation page for details and how to use.

Features

  • run integration tests in a tailored Sling instance in the same module (with the build artifact under test)
  • use different versions in build (e.g. minimal) and tests (e.g. latest)
  • overriding of versions
  • build bundles with test content and OSGi DS services on-the-fly (no need for extra modules)