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

Add support for building multi-release jars (automatic!) #5359

Closed
wants to merge 2 commits into from

Commits on Aug 25, 2022

  1. Add support for reading Multi-Release-Jar content

    This adds methods to the Jar class to read versioned content of a
    multi-release jar for the following cases:
    
    - get a resource or a map of resources for a given release version
    - get a merged manifest according to the OSGi specification
    - get module name/version for a given given release version
    - list all contained release alternative versions
    
    Beside this a unit-test is added to cover these new functions.
    
    Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
    laeubi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9361381 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Add support for building MR jars

    This changes enable BND user to set
    
    Multi-Release: true
    
    in a BND file and then creates a bundle that conforms to the OSGi
    Multi-release JAR specification
    
    Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
    laeubi committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    51a4947 View commit details
    Browse the repository at this point in the history