org.ops4j.pax.exam2 icon indicating copy to clipboard operation
org.ops4j.pax.exam2 copied to clipboard

Pax Exam is an in-container testing framework for OSGi

Results 107 org.ops4j.pax.exam2 issues
Sort by recently updated
recently updated
newest added

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-913](https://ops4j1.jira.com/browse/PAXEXAM-913)** The signature of `StagedExamReactorFactory.create()` should be changed to ```java StagedExamReactor create(TestContainer container, TestProbeBuilder probeBuilder); ``` Using multiple containers for multiple configurations is largely untested and only...

type: improvement

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-912](https://ops4j1.jira.com/browse/PAXEXAM-912)** Run Java EE tests on `pax-exam-container-glassfish-embedded` with GlassFish 5.0. This should not require any changes in the container implementation. --- **Fixed in:** 5.0.0 Votes: 0, Watches:...

type: new feature

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-911](https://ops4j1.jira.com/browse/PAXEXAM-911)** ### []()Goals * The CDI regression tests shall run on CDI 2.0 implementations, i.e. Weld 3.x and OpenWebBeans 2.x. * The tests shall run with the...

type: new feature

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-910](https://ops4j1.jira.com/browse/PAXEXAM-910)** ### []()Goals There is a new test container `pax-exam-container-cdi-se` based on the `javax.enterprise.inject.se.SeContainerInitializer` API introduced in CDI 2.0. --- Votes: 0, Watches: 1

type: new feature

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-909](https://ops4j1.jira.com/browse/PAXEXAM-909)** Create a new container `pax-exam-container-cdi-se` based on the new CDI 2.0 API for launching a CDI container in Java SE. With this API, it is no...

type: epic

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-908](https://ops4j1.jira.com/browse/PAXEXAM-908)** --- **Fixed in:** 5.0.0 Votes: 0, Watches: 1

type: dependency upgrade

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-905](https://ops4j1.jira.com/browse/PAXEXAM-905)** ### []()Goals * Users are able to run Pax Exam OSGi tests using the JUnit Jupiter API, annotating their test classes with ```java @ExtendWith(PaxExam.class) ``` *...

type: new feature

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-904](https://ops4j1.jira.com/browse/PAXEXAM-904)** ### []()Goals * Users are able to run Pax Exam CDI tests using the JUnit Jupiter API, annotating their test classes with ```java @ExtendWith(PaxExam.class) ``` *...

type: new feature

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-903](https://ops4j1.jira.com/browse/PAXEXAM-903)** ### []()Goal The obsolete module `pax-exam-patch-weld` is deleted. --- **Fixed in:** 5.0.0 Votes: 0, Watches: 1

type: improvement

**[Dan Berindei](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:80a82383-1ce5-4ad0-8209-ab12a43cb24a)** created **[PAXEXAM-901](https://ops4j1.jira.com/browse/PAXEXAM-901)** JUnit doesn't have suite listeners. ReactorManager tries to emulate them by tracking test classes for which a runner was created and calling afterSuite() on the reactor...

type: bug
component: karaf test container