apache

/

flink

branch iconmaster

arrow to build time
clock icon2 hrs, 16 mins, 33 secs

Robert Metzger avatarRobert Metzger

[FLINK-11720][connectors] Bump ElasticSearch5 to 5.3.3

The ES5 connector has caused numerous issues in end to end and integration tests (on CI and during release test).

The NOTICE file has been updated according to this maven shade output:

[INFO] --- maven-shade-plugin:3.1.1:shade (shade-flink) @ flink-connector-elasticsearch5_2.11 ---
[INFO] Including org.apache.flink:flink-connector-elasticsearch-base_2.11:jar:1.11-SNAPSHOT in the shaded jar.
[INFO] Including org.elasticsearch.client:transport:jar:5.3.3 in the shaded jar.
[INFO] Including org.elasticsearch:elasticsearch:jar:5.3.3 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-core:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-analyzers-common:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-backward-codecs:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-grouping:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-highlighter:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-join:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-memory:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-misc:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-queries:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-queryparser:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-sandbox:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-spatial:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-spatial-extras:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-spatial3d:jar:6.4.2 in the shaded jar.
[INFO] Including org.apache.lucene:lucene-suggest:jar:6.4.2 in the shaded jar.
[INFO] Including org.elasticsearch:securesm:jar:1.1 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.2 in the shaded jar.
[INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.5 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.25 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.10.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.10.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.10.1 in the shaded jar.
[INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] Including net.java.dev.jna:jna:jar:4.2.2 in the shaded jar.
[INFO] Including org.elasticsearch.plugin:transport-netty3-client:jar:5.3.3 in the shaded jar.
[INFO] Including org.elasticsearch.plugin:transport-netty4-client:jar:5.3.3 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.7.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.7.Final in the shaded jar.
[INFO] Including org.elasticsearch.plugin:reindex-client:jar:5.3.3 in the shaded jar.
[INFO] Including org.elasticsearch.client:rest:jar:5.3.3 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.3 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.6 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpasyncclient:jar:4.1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.4.5 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.3 in the shaded jar.
[INFO] Including org.elasticsearch.plugin:lang-mustache-client:jar:5.3.3 in the shaded jar.
[INFO] Including com.github.spullara.mustache.java:compiler:jar:0.9.3 in the shaded jar.
[INFO] Including org.elasticsearch.plugin:percolator-client:jar:5.3.3 in the shaded jar.
[INFO] Including io.netty:netty:jar:3.10.6.Final in the shaded jar.
[INFO] Including org.apache.flink:force-shading:jar:1.11-SNAPSHOT in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /Users/robert/Projects/flink/flink-connectors/flink-connector-elasticsearch5/target/flink-connector-elasticsearch5_2.11-1.11-SNAPSHOT.jar with /Users/robert/Projects/flink/flink-connectors/flink-connector-elasticsearch5/target/flink-connector-elasticsearch5_2.11-1.11-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /Users/robert/Projects/flink/flink-connectors/flink-connector-elasticsearch5/target/dependency-reduced-pom.xml
[INFO]
[INFO] --- maven-surefire-plugin:2.22.1:test (integration-tests) @ flink-connector-elasticsearch5_2.11 ---

Reply via email to