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
----
---