This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit aa4b39ad2128cfe0f53f97b1cbf9171d31ad4a95 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jul 13 02:23:02 2023 +0200 release Testing PaxExam 4.0.0 --- src/main/jbake/content/documentation/development/testing-paxexam.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md index 564933867..f013caa8a 100644 --- a/src/main/jbake/content/documentation/development/testing-paxexam.md +++ b/src/main/jbake/content/documentation/development/testing-paxexam.md @@ -22,6 +22,7 @@ The setups and examples on this page show how to run fully isolated tests in sep * Overriding of versions * Adjusting of provided `Option`s (`ModifiableCompositeOption`s – [PAXEXAM-919](https://ops4j1.jira.com/browse/PAXEXAM-919)) * Build bundles with test content and OSGi DS services on-the-fly (no need for extra modules) +* Start Docker containers via Testcontainers ## Getting Started @@ -35,7 +36,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.paxexam</artifactId> - <version>3.1.0</version> + <version>4.0.0</version> <scope>test</scope> </dependency> @@ -43,7 +44,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling: <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>6.0.3</version> + <version>7.0.5</version> <scope>test</scope> </dependency>
