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

Make JSON imports optional in OSGi environments #3971

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. Make JSON imports optional in OSGi environments

    When deploying in OSGi containers the Jedis bundle has two hard requirements on having
    the GSON and JSON bundles around. Since these depenendencies are optional we mark
    the imports as such in the OSGi manifest.
    
    If these packages are not exported the bundle will be installed and will be unable to
    make use of the JSON functionality. When they are present they will be used.
    
    Additionally, allow newer version of the org.json bundle to be used without requiring
    a new release of Jedis.
    rombert committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e4d5aa4 View commit details
    Browse the repository at this point in the history