Skip to content

Commit

Permalink
Added unaccounted datastax jars in server/LICENSE.
Browse files Browse the repository at this point in the history
Enabled binary license check in ci-pulsar workflow.
  • Loading branch information
nikhil-ctds authored and srinath-ctds committed Dec 27, 2023
1 parent 7e14c7a commit 8a84061
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
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

0 comments on commit 8a84061

Please sign in to comment.