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

Suspend distribution of Confluence publisher plugin #756

Merged

Commits on Dec 11, 2023

  1. Suspend distribution of Confluence publisher plugin

    * Suspend Confluence publisher plugin distribution - uses closed source dependency
    
    jenkins-infra/helpdesk#3856 explains that the
    Confluence publisher plugin uses a dependency that is not open source
    licensed.
    
    The Confluence publisher libraries are Atlassian licensed including:
    
    * com.atlassian.confluence:confluence-java-api:7.14.0
    * com.atlassian.confluence:confluence-rest-client:7.14.0
    * com.atlassian.confluence:confluence-rest-serialization:7.14.0
    * com.atlassian.confluence:confluence-rest-api:7.14.0
    
    The Atlassian license is not an open source license.  Refer to
    https://www.atlassian.com/legal/software-license-agreement for the
    details of the license.
    
    https://www.jenkins.io/project/governance/#license says that the Jenkins
    project requires plugins that it distributes to be open source, including
    their dependencies.  When a closed source dependency is detected in a
    plugin, we suspend distribution of that plugin.  If maintainers update
    the plugin to remove the closed source dependency, distribution can
    begin for the new release that removes the closed source dependency.
    
    Fixes jenkins-infra/helpdesk#3856
    MarkEWaite committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    81e44e5 View commit details
    Browse the repository at this point in the history