[
https://issues.apache.org/jira/browse/FLINK-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821661#comment-15821661
]
ASF GitHub Bot commented on FLINK-4988:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/3112#discussion_r95979634
--- Diff: flink-connectors/pom.xml ---
@@ -85,6 +86,17 @@ under the License.
<module>flink-connector-kinesis</module>
</modules>
</profile>
+
+ <!--
+ Since Elasticsearch 5.x requires Java 8 at a minimum,
we use this profile
+ to include it as part of Java 8 builds only.
+ -->
+ <profile>
+ <id>include-elasticsearch5</id>
--- End diff --
Can you make this a profile that activates itself automatically when java 8
is available?
http://maven.apache.org/guides/introduction/introduction-to-profiles.html
> Elasticsearch 5.x support
> -------------------------
>
> Key: FLINK-4988
> URL: https://issues.apache.org/jira/browse/FLINK-4988
> Project: Flink
> Issue Type: New Feature
> Reporter: Mike Dias
>
> Elasticsearch 5.x was released:
> https://www.elastic.co/blog/elasticsearch-5-0-0-released
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)