You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Andreas Pieber <an...@gmail.com> on 2011/09/14 07:06:03 UTC

Pax Exam Integration Test Container for Apache Karaf 0.1.0 released

Hey guys,

Since this might be interesting for you: I've just pushed the first version
of the Pax Exam test container for Apache Karaf based frameworks to m2
central (should be synced within the next hours). The framework makes setup
of such integration tests as easy as:

@Configuration
public Option[] config() {
    return new Option[]{ karafDistributionConfiguration().frameworkUrl(
      maven().groupId("org.apache.karaf").artifactId("apache-karaf").type("zip").versionAsInProject())
};
}


If you like to read more please head for [2]. The changelog is available at
[1] and in case of any problems an issue tracker is available at [3]. If you
have any questions feel free to ask :-)

Feedback is very welcomed!

Kind regards,
Andreas

[1] https://github.com/openengsb/labs-paxexam-karaf/wiki/0.1.0
[2] https://github.com/openengsb/labs-paxexam-karaf/wiki/
[3] http://issues.openengsb.org/jira/browse/LAB