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

I don't know if this is the best link, but I do know that the current one 404s :)

The Remote Test Container implementation is incomplete and not tested (see [RBCRemoteContainerFactory](https://github.com/ops4j/org.ops4j.pax.exam2/blob/80b7aa20da2cdaeebbb0808272bd6056e53e9f8e/containers/pax-exam-container-remote/src/main/java/org/ops4j/pax/exam/container/remote/RBCRemoteContainerFactory.java)).

* update TestNG to 7.10.2 * incorporate extended PR #1112 from @krmahadevan

type: dependency upgrade

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-885](https://ops4j1.jira.com/browse/PAXEXAM-885)** This would allow Containers to read (custom) annotations from the Class --- Votes: 0, Watches: 1

type: improvement

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-884](https://ops4j1.jira.com/browse/PAXEXAM-884)** Currently options that provides data depends on URLs, that makes it hard to provide local genereated data (e.g. tiny bundles) to containers and includes optional steps...

type: improvement

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-881](https://ops4j1.jira.com/browse/PAXEXAM-881)** Currently at different levels system properties are defined (e.g. for url handles, wen running a OSGi container and so on). These are never reset and sometimes...

type: bug

java.lang.IllegalArgumentException: invalid version "8.1.SNAPSHOT": non-numeric "SNAPSHOT" at org.osgi.framework.Version.parseInt(Version.java:169) at org.osgi.framework.Version.(Version.java:134) at org.ops4j.pax.exam.karaf.container.internal.adaptions.KarafManipulatorFactory.createManipulator(KarafManipulatorFactory.java:39) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.createVersionAdapter(KarafTestContainer.java:256) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.start(KarafTestContainer.java:161) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136) at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:457) at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:97) at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)...