[ https://issues.apache.org/jira/browse/FLINK-23009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365391#comment-17365391 ]
Emre Kartoglu commented on FLINK-23009: --------------------------------------- release 1.12: https://github.com/apache/flink/pull/16187 release 1.13: https://github.com/apache/flink/pull/16195 release 1.14: https://github.com/apache/flink/pull/16196 > Bump up Guava in Kinesis Connector > ---------------------------------- > > Key: FLINK-23009 > URL: https://issues.apache.org/jira/browse/FLINK-23009 > Project: Flink > Issue Type: Improvement > Components: Connectors / Kinesis > Affects Versions: 1.14.0, 1.12.5, 1.13.2 > Reporter: Emre Kartoglu > Assignee: Emre Kartoglu > Priority: Major > > *Background* > We maintain a copy of the Flink connector in our AWS GitHub group: > [https://github.com/awslabs/amazon-kinesis-connector-flink] > We've recently upgraded the Guava library in our AWS copy as the version we > were using was quite old and had incompatible interface differences with the > later and more commonly used Guava versions. As part of this ticket we'll be > applying the same changes in the Flink repo > [https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-kinesis] > > *Scope* > * Upgrade Guava library in pom.xml > * Switch to 3-arg version of Guava Futures.addCallback method call, as the > old 2-arg version is no longer supported > *Result* > All existing and new tests should pass > > > -- This message was sent by Atlassian Jira (v8.3.4#803005)