Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Document that Crowd2 plugin distribution will be suspended (#240)
Browse files Browse the repository at this point in the history
* Document that plugin distribution will be suspended

The Crowd 2 integration plugin is using dependencies that are closed
source and are not licensed with an OSI approved open source license.

The Jenkins project governance document and the plugin hosting page
state that we only deliver plugins with open source licenses.

The specific license of concern is:

* https://www.atlassian.com/legal/software-license-agreement
  Atlassian customer license

The same license of concern is used for:

* http://www.atlassian.com/end-user-agreement/
  Atlassian 3.0 End User License Agreement

From the `/plugin/crowd2/wrapper/thirdPartyLicenses` page of a Jenkins
installation that includes the Crowd 2 plugin:

Dependencies using the Atlassian Customer Agreement:

* com.atlassian.crowd:crowd-integration-api:5.1.5
* com.atlassian.crowd:crowd-integration-client-rest:5.1.5
* com.atlassian.crowd:embedded-crowd-api:5.1.5
* com.atlassian.crowd:crowd-integration-client-common:5.1.5

Dependencies using the Atlassian 3.0 End User License Agreement

* com.atlassian.collectors:atlassian-collectors-util:1.1

* Link to Crowd Server end of life announcement

https://www.atlassian.com/licensing/crowd#crowd-data-center says:

Important changes to our Server and Data Center products

We’ve ended sales for new server licenses and will end support for
server on February 15, 2024 PT. We’re continuing investment in Data
Center with several key improvements.

https://www.atlassian.com/migration/assess/journey-to-cloud provides a
migration path.
  • Loading branch information
MarkEWaite authored Dec 10, 2023
1 parent c38e4c8 commit 34d38d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [Plugin distribution suspended](https://github.com/jenkins-infra/helpdesk/issues/3854)

Distribution of this plugin has been suspended by the Jenkins project because it uses several closed source dependencies.
The closed source dependencies in the most recent release include:

* com.atlassian.crowd:crowd-integration-api:5.1.5
* com.atlassian.crowd:crowd-integration-client-rest:5.1.5
* com.atlassian.crowd:embedded-crowd-api:5.1.5
* com.atlassian.crowd:crowd-integration-client-common:5.1.5
* com.atlassian.collectors:atlassian-collectors-util:1.1

The Jenkins project [governance document](https://www.jenkins.io/project/governance/#license) and the [plugin hosting instructions](https://www.jenkins.io/doc/developer/publishing/preparation/#license) both note that the Jenkins project requires that plugins distributed by the Jenkins project must be open source and use open source dependencies.

Atlassian has announced [Crowd Server will no longer be supported after February 15, 2024](https://www.atlassian.com/licensing/crowd#crowd-data-center).
Users of Crowd Server must migrate to Crowd Data Center.

[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins/crowd2-plugin/master)](https://ci.jenkins.io/job/Plugins/job/crowd2-plugin/job/master/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jenkins-crowd2-plugin&metric=coverage)](https://sonarcloud.io/dashboard?id=jenkins-crowd2-plugin)
Expand Down

0 comments on commit 34d38d2

Please sign in to comment.