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.
- Host: GitHub
- URL: https://github.com/revapi/osgi-revapi-extension
- Owner: revapi
- License: apache-2.0
- Created: 2017-11-03T00:17:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T22:16:25.000Z (almost 8 years ago)
- Last Synced: 2025-10-12T18:21:37.299Z (9 months ago)
- Topics: api, api-analyzer, compatibility, java, osgi, revapi
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.