apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.2k stars 3.58k forks source link

[LICENSE] Is there a license problem to bundle mysql driver in distribution? #14446

Open wuchong opened 2 years ago

wuchong commented 2 years ago

Describe the bug

I just find that the pulsar-io-debezium-mysql-2.9.1.jar bundles the mysql jdbc driver (i.e. https://mvnrepository.com/artifact/mysql/mysql-connector-java) which is under GPLv2, and is not compatible with Apache License 2 (Category-X).

Should we remove the mysql driver from the package distribution?

github-actions[bot] commented 2 years ago

The issue had no activity for 30 days, mark with Stale label.

github-actions[bot] commented 2 years ago

The issue had no activity for 30 days, mark with Stale label.

tisonkun commented 1 year ago

I agree that this is a license violation.

cc @merlimat @dave2wave @eolivelli any suggestions on a fix?