An open API service indexing awesome lists of open source software.

https://github.com/revapi/osgi-revapi-extension

Teaches revapi to understand OSGi bundle definitions.
https://github.com/revapi/osgi-revapi-extension

api api-analyzer compatibility java osgi revapi

Last synced: 6 months ago
JSON representation

Teaches revapi to understand OSGi bundle definitions.

Awesome Lists containing this project

README

          

== OSGi Revapi Extension

image:https://travis-ci.org/revapi/osgi-revapi-extension.svg?branch=master["Build Status", link="https://travis-ci.org/revapi/osgi-revapi-extension"]

This library can be used to teach Revapi understand the OSGi bundle definitions.

It understands the `Export-Package` directive in jar files' manifests and will automatically exclude all elements
that are not exported from analysis.

=== Usage

With Revapi Maven plugin:

```xml



org.revapi
revapi-maven-plugin
...


org.revapi
revapi-java
...


org.revapi
osgi-revapi-extension
...


...
```

For more information on how to use Revapi, see https://revapi.org and https://github.com/revapi/revapi.