You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2017/01/19 03:08:26 UTC

[jira] [Commented] (APEXMALHAR-2392) Upgrade mysql connector in demo applications

    [ https://issues.apache.org/jira/browse/APEXMALHAR-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829220#comment-15829220 ] 

Thomas Weise commented on APEXMALHAR-2392:
------------------------------------------

{code}
$ git grep -C1 mysql-connector-java
benchmark/pom.xml-      <groupId>mysql</groupId>
benchmark/pom.xml:      <artifactId>mysql-connector-java</artifactId>
benchmark/pom.xml-      <version>5.1.22</version>
--
demos/twitter/pom.xml-      <groupId>mysql</groupId>
demos/twitter/pom.xml:      <artifactId>mysql-connector-java</artifactId>
demos/twitter/pom.xml-      <version>5.1.22</version>
{code}

> Upgrade mysql connector in demo applications
> --------------------------------------------
>
>                 Key: APEXMALHAR-2392
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2392
>             Project: Apache Apex Malhar
>          Issue Type: Task
>            Reporter: Thomas Weise
>
> The current connector version has security issues. These are just examples, they are not distributed as binaries, and the library itself does not have a dependency on the connector. Upgrade to a newer version is desirable regardless.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)