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

[fix][test] Enabled binary license check for 3.1_ds #218

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
run: |
mvn -B -T 1C -ntp -Pcore-modules,-main clean install -DskipTests -Dlicense.skip=true -Drat.skip=true -Dcheckstyle.skip=true

# - name: Check binary licenses
# run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz
- name: Check binary licenses
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz

- name: Install gh-actions-artifact-client.js
uses: apache/pulsar-test-infra/gh-actions-artifact-client/dist@master
Expand Down Expand Up @@ -793,8 +793,8 @@ jobs:
-Dspotbugs.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true -Drat.skip=true

# check full build artifacts licenses
# - name: Check binary licenses
# run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz && src/check-binary-license.sh ./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz
- name: Check binary licenses
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz && src/check-binary-license.sh ./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz

- name: Clean up disk space
run: |
Expand Down
24 changes: 24 additions & 0 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,30 @@ Bouncy Castle License
- org.bouncycastle-bcprov-jdk18on-1.75.jar
- org.bouncycastle-bcutil-jdk18on-1.75.jar

Datastax
- com.datastax.oss-managed-ledger-3.1.2.jar
- com.datastax.oss-pulsar-broker-3.1.2.jar
- com.datastax.oss-pulsar-broker-auth-oidc-3.1.2.jar
- com.datastax.oss-pulsar-broker-auth-sasl-3.1.2.jar
- com.datastax.oss-pulsar-broker-common-3.1.2.jar
- com.datastax.oss-pulsar-config-validation-3.1.2.jar
- com.datastax.oss-pulsar-docs-tools-3.1.2.jar
- com.datastax.oss-pulsar-functions-api-3.1.2.jar
- com.datastax.oss-pulsar-functions-instance-3.1.2.jar
- com.datastax.oss-pulsar-functions-local-runner-original-3.1.2.jar
- com.datastax.oss-pulsar-functions-proto-3.1.2.jar
- com.datastax.oss-pulsar-functions-runtime-3.1.2.jar
- com.datastax.oss-pulsar-functions-secrets-3.1.2.jar
- com.datastax.oss-pulsar-functions-utils-3.1.2.jar
- com.datastax.oss-pulsar-functions-worker-3.1.2.jar
- com.datastax.oss-pulsar-io-core-3.1.2.jar
- com.datastax.oss-pulsar-metadata-3.1.2.jar
- com.datastax.oss-pulsar-proxy-3.1.2.jar
- com.datastax.oss-pulsar-testclient-3.1.2.jar
- com.datastax.oss-pulsar-transaction-common-3.1.2.jar
- com.datastax.oss-pulsar-transaction-coordinator-3.1.2.jar
- com.datastax.oss-testmocks-3.1.2.jar

------------------------

Additionaly, Netty includes code with the following licenses:
Expand Down
Loading