tree: f162767f57cf814b8139b00cb77e6b472a8b4456 [path history] [tgz]
  1. docs/
  2. src/
  3. .travis.yml
  4. bnd.bnd
  5. LICENSE
  6. pom.xml
  7. README.md
rootcause/README.md

OSGi root cause analysis

Build Status

Maven Central

Finding the root cause of problems with OSGi declarative services components.

Usage

See reference documentation.

Build

mvn clean install

Also check the Jenkins build

Issue reporting

We currently have these open issues. Please report issues using projectFelix and Component Root Cause.

Working with the code

As contributor the easiest way is to fork the Felix project on github and do a pull request. We do not actively monitor pull requests so please also open an issue.

When creating a PR it is a good practice to first create a branch named like the jira issue id. The commit message should also refer to the issue id. Like FELIX-1234 My message.