apache/pulsar

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

Open

#14 446 ouverte le 24 févr. 2022

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (3 485 forks)batch import
Stalehelp wantedlifecycle/staletype/bug

Métriques du dépôt

Stars
 (13 697 stars)
Métriques de merge PR
 (Merge moyen 3j 10h) (146 PRs mergées en 30 j)

Description

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?

Guide contributeur