You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2022/04/13 14:53:00 UTC

[jira] [Updated] (FLINK-27231) SQL pulsar connector lists dependencies under wrong license

     [ https://issues.apache.org/jira/browse/FLINK-27231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz updated FLINK-27231:
-------------------------------------
    Description: 
Pulsar sql connector lists following dependencies under ASL2 license while they are licensed with Bouncy Castle license (variant of MIT?).

{code}
- org.bouncycastle:bcpkix-jdk15on:1.69
- org.bouncycastle:bcprov-ext-jdk15on:1.69
- org.bouncycastle:bcprov-jdk15on:1.69
- org.bouncycastle:bcutil-jdk15on:1.69
{code}

  was:Pulsar sql connector lists following dependencies under ASL2 license while they are licensed with Bouncy Castle license (variant of MIT?).


> SQL pulsar connector lists dependencies under wrong license
> -----------------------------------------------------------
>
>                 Key: FLINK-27231
>                 URL: https://issues.apache.org/jira/browse/FLINK-27231
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Pulsar
>    Affects Versions: 1.15.0
>            Reporter: Dawid Wysakowicz
>            Priority: Blocker
>
> Pulsar sql connector lists following dependencies under ASL2 license while they are licensed with Bouncy Castle license (variant of MIT?).
> {code}
> - org.bouncycastle:bcpkix-jdk15on:1.69
> - org.bouncycastle:bcprov-ext-jdk15on:1.69
> - org.bouncycastle:bcprov-jdk15on:1.69
> - org.bouncycastle:bcutil-jdk15on:1.69
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)