apache/pulsar

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

Open

#14.446 geöffnet am 24. Feb. 2022

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (3.485 Forks)batch import
Stalehelp wantedlifecycle/staletype/bug

Repository-Metriken

Stars
 (13.697 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 10h) (146 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide