apache/pulsar

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

Open

#14.446 aberto em 24 de fev. de 2022

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Java (3.485 forks)batch import
Stalehelp wantedlifecycle/staletype/bug

Métricas do repositório

Stars
 (13.697 stars)
Métricas de merge de PR
 (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)

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?

Guia do colaborador