Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 10BF3200CAA for ; Fri, 2 Jun 2017 11:18:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0FCAB160BD1; Fri, 2 Jun 2017 09:18:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5F0AD160BD2 for ; Fri, 2 Jun 2017 11:18:10 +0200 (CEST) Received: (qmail 42817 invoked by uid 500); 2 Jun 2017 09:18:09 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 42808 invoked by uid 99); 2 Jun 2017 09:18:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2017 09:18:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D1FA21A08E0 for ; Fri, 2 Jun 2017 09:18:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id eoLoNPAmj0vr for ; Fri, 2 Jun 2017 09:18:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 828E35FBBB for ; Fri, 2 Jun 2017 09:18:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C6A34E0DAF for ; Fri, 2 Jun 2017 09:18:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id AE23F21B61 for ; Fri, 2 Jun 2017 09:18:04 +0000 (UTC) Date: Fri, 2 Jun 2017 09:18:04 +0000 (UTC) From: "Robert Metzger (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-6812) Elasticsearch 5 release artifacts not published to Maven central MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Jun 2017 09:18:11 -0000 [ https://issues.apache.org/jira/browse/FLINK-6812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16034360#comment-16034360 ] Robert Metzger commented on FLINK-6812: --------------------------------------- I will use the maven enforcer plugin to require Java8 for the release. > Elasticsearch 5 release artifacts not published to Maven central > ---------------------------------------------------------------- > > Key: FLINK-6812 > URL: https://issues.apache.org/jira/browse/FLINK-6812 > Project: Flink > Issue Type: Bug > Components: ElasticSearch Connector > Affects Versions: 1.3.0 > Reporter: Tzu-Li (Gordon) Tai > Assignee: Robert Metzger > Priority: Blocker > Labels: flink-rel-1.3.1-blockers > Fix For: 1.3.1 > > > Release artifacts for the Elasticsearch 5 connector is not published to the Maven Central. Elasticsearch 5 requires Java 8 at minimum, so for the release we need to build with Java 8 for this. -- This message was sent by Atlassian JIRA (v6.3.15#6346)