[
https://issues.apache.org/jira/browse/BAHIR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560157#comment-16560157
]
ASF GitHub Bot commented on BAHIR-174:
--------------------------------------
GitHub user Wosin opened a pull request:
https://github.com/apache/bahir-flink/pull/30
Bahir 174
This pull request removes usage of _TypeInfoParser_ as described in
https://issues.apache.org/jira/browse/BAHIR-174. _TypeInfoParser_ is
deprecated in Flink 1.5.1 since it can cause unexpected issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Wosin/bahir-flink BAHIR-174
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir-flink/pull/30.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #30
----
commit e533957d7725bc4a861d9b78d5d9dce398a50f78
Author: Dominik.Wosinski <bl@...>
Date: 2018-07-20T21:47:12Z
[BAHIR-173]Update Flink version to 1.5.1
commit 0eaf9f00bf866595b21d9391b7040940a7604cc8
Author: Dominik.Wosinski <bl@...>
Date: 2018-07-21T22:38:01Z
[BAHIR-173]Bump Flink Version in travis configuration + fix deprecation
warnings
commit d77ac496d45904e78748bf546210dee08143d205
Author: Dominik.Wosinski <bl@...>
Date: 2018-07-24T13:04:19Z
Remove Travis Profiles for Scala 2.11
commit 87396327710cfcb9f7a684b566ac0c53da97544a
Author: Dominik.Wosinski <bl@...>
Date: 2018-07-27T18:40:25Z
[BAHIR-174] Removed using TypeInfoParser from flink-library-siddhi
----
> Siddhi Module should not use TypeInfoParser
> -------------------------------------------
>
> Key: BAHIR-174
> URL: https://issues.apache.org/jira/browse/BAHIR-174
> Project: Bahir
> Issue Type: Improvement
> Affects Versions: Flink-1.0
> Reporter: Dominik WosiĆski
> Priority: Critical
> Fix For: Flink-Next
>
>
> * Currently, in _flink-library-siddhi_ there are multiple usages of
> `TypeInfoParser`used to obtain _TypeInformation_. This mechanism is error
> prone as it uses _Class.forName()_ method which is _CallerSensitive_. This
> can cause multiple issues when used with Flink Jobs and should be changed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)