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
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---