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 reading Multi-Release-Jar content #5357

Closed
wants to merge 1 commit into from

Commits on Aug 28, 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 28, 2022
    Configuration menu
    Copy the full SHA
    e2d7d42 View commit details
    Browse the repository at this point in the history