This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a change to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git
from 6eced8aa39c [FLINK-28880][docs][cep] Fix wrong result of strict
contiguity of looping patterns
new 979371cd3fd [FLINK-28094][kinesis] Removing references to Regions enum
and instead using RegionUtils so that we include future AWS Regions as well
new c124872de68 [FLINK-28094][kinesis][glue] Updating AWS SDK versions for
Kinesis connectors and Glue Schema Registry formats
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
flink-connectors/flink-connector-aws-base/pom.xml | 18 ++--
.../connector/aws/util/AWSAsyncSinkUtilTest.java | 15 ++++
.../flink-connector-aws-kinesis-firehose/pom.xml | 22 +++--
.../flink-connector-aws-kinesis-streams/pom.xml | 21 +++--
flink-connectors/flink-connector-kinesis/pom.xml | 44 +++++-----
.../kinesis/proxy/DynamoDBStreamsProxy.java | 6 +-
.../streaming/connectors/kinesis/util/AWSUtil.java | 3 +-
.../src/main/resources/META-INF/NOTICE | 58 ++++++-------
.../util/JobManagerWatermarkTrackerTest.java | 6 +-
.../src/main/resources/META-INF/NOTICE | 36 ++++----
.../src/main/resources/META-INF/NOTICE | 41 +++++----
.../pom.xml | 22 +++--
.../flink-glue-schema-registry-avro-test/pom.xml | 97 ++++++++++++++++------
.../flink-glue-schema-registry-json-test/pom.xml | 81 +++++++++++-------
.../flink-avro-glue-schema-registry/pom.xml | 62 ++++++++++----
.../flink-json-glue-schema-registry/pom.xml | 74 ++++++++++-------
16 files changed, 377 insertions(+), 229 deletions(-)