Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi import/export headers #247

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 5, 2021

  1. OSGi import/export headers

    - <developers><developer><id> element added to silence a complaint from bnd about well formed entries
    - let bnd generate default manifest spec entries, as well as setting all other headers
    - added BND SPI annotations to add the necessary parts to make ServiceLoader work in OSGi (passively)
    
    fixes r2dbc#242
    
    Signed-off-by: Raymond Augé <[email protected]>
    rotty3000 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6085f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. verify OSGi metadata using bnd-resolver-maven-plugin

    Signed-off-by: Raymond Augé <[email protected]>
    rotty3000 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e1e7a98 View commit details
    Browse the repository at this point in the history