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 an uber-bundle artifact #1701

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 10, 2024

  1. Add an uber-bundle artifact

    Currently lemminx only provides an uber-jar that has no OSGi meta data
    at all, because of this for example wild-webdeveloper needs to embed
    this jar instead of use one installed in the OSGi framework.
    
    This now adds a new uber-bundle artifact that is at the moment very
    similar to uber-jar but contains some OSGi data useful for writing
    extensions. This can then be used as a starting point to incrementally
    make it more OSGified, e.g. by export/import its dependencies that are
    already available as OSGi bundles (gson, lsp4j, ...)
    
    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ea8584a View commit details
    Browse the repository at this point in the history