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

The current implementation doesn't manage the case where the suite is empty: ``` Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) Caused by:...

The PaxExam listener makes use of reflection to disable configuration methods. This is NOT needed because the TestNG API has Provided setters via which these can be set. The reason...

- update version - adjust test for new version

type: dependency upgrade

Hi! since I'm trying to chase an issue with Pax-exam 4.13.5 while building Apache directory LDAP API, which fails with the exact same error (the title), I cloned the master...

This section here should also catch UncheckedIOException ``` if (shouldDeleteRuntime()) { system.clear(); try { FileUtils.forceDelete(targetFolder); } catch (IOException e) { forceCleanup(); } } ``` as can be seen by this...

- add missing dependencies and plugins to parent - remove dependency and plugin versions from modules

build

- update version - use `mockito-core` instead of `mockito-all` - adjust tests for new version

type: dependency upgrade

- Upgrade Karaf to 4.4 - Adjust, improve and fix regression tests

type: improvement
component: karaf test container