This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
from 9bc0c89 [FLINK-28904][python][docs] Add fat jar link for ES (#27)
new ffc0721 [FLINK-29269][ci] Setup logging
new d226fc3 [FLINK-27185] Convert connector-elasticsearch modules to
assertj
new 13c029f [FLINK-28177] Fix unstable test
new 132f0e3 [hotfix][tests] Remove unnecessary mock
new c9ec08a [FLINK-28807] Honor schema lifecycle
new 6e61d79 [FLINK-26810] Use local timezone for
TIMESTAMP_WITH_LOCAL_TIMEZONE fields in dynamic index
new aa98d57 [FLINK-27024][build] Cleanup surefire configuration
new dd50bf0 [FLINK-27209][build] Half the memory and double forkCount
for running unit tests
new f11b92a [hotfix][build] Introduce property for common surefire arg
line
new b046b95 [FLINK-27026][build] Upgrade checkstyle plugin
new 352167b [FLINK-26553][build] Upgrade spotless to 2.13.0
new cc49039 [FLINK-27735][build][tests] Update testcontainers dependency
to v1.17.2
new f3ce7e1 [FLINK-26961][build] Update Jackson to 2.13.2
The 13 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:
.github/workflows/ci.yml | 2 +-
.../elasticsearch/table/IndexGeneratorFactory.java | 10 +-
.../table/RowElasticsearchEmitter.java | 22 ++
.../elasticsearch/ElasticsearchSinkBase.java | 2 +-
.../elasticsearch/ElasticsearchSinkFunction.java | 10 +-
.../elasticsearch/table/IndexGeneratorFactory.java | 10 +-
.../table/RowElasticsearchSinkFunction.java | 5 +-
.../sink/ElasticsearchSinkBaseITCase.java | 2 +-
.../sink/ElasticsearchSinkBuilderBaseTest.java | 10 +-
.../sink/ElasticsearchWriterITCase.java | 4 +-
.../elasticsearch/sink/TestClientBase.java | 4 +-
.../ElasticsearchDynamicSinkFactoryBaseTest.java | 278 ++++++++++-----------
.../elasticsearch/table/IndexGeneratorTest.java | 43 ++++
.../elasticsearch/ElasticsearchSinkBaseTest.java | 112 +++------
.../elasticsearch/ElasticsearchSinkTestBase.java | 51 ++--
.../table/IndexGeneratorFactoryTest.java | 126 +++++-----
.../testutils/SourceSinkDataTestKit.java | 5 +-
.../Elasticsearch6DynamicSinkFactoryTest.java | 22 +-
.../table/Elasticsearch6DynamicSinkITCase.java | 7 +-
.../Elasticsearch7DynamicSinkFactoryTest.java | 20 +-
pom.xml | 27 +-
tools/ci/log4j.properties | 43 ++++
22 files changed, 448 insertions(+), 367 deletions(-)
create mode 100644 tools/ci/log4j.properties