From commits-return-63902-archive-asf-public=cust-asf.ponee.io@camel.apache.org Tue Jul 17 17:29:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C637C18067E for ; Tue, 17 Jul 2018 17:29:51 +0200 (CEST) Received: (qmail 49224 invoked by uid 500); 17 Jul 2018 15:29:50 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 49051 invoked by uid 99); 17 Jul 2018 15:29:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2018 15:29:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 52A8381E86; Tue, 17 Jul 2018 15:29:50 +0000 (UTC) Date: Tue, 17 Jul 2018 15:29:51 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/05: CAMEL-12618: Use MVEL version that supports Java 11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: zregvart@apache.org In-Reply-To: <153184138981.11834.13257301676076816452@gitbox.apache.org> References: <153184138981.11834.13257301676076816452@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/java-10-test X-Git-Reftype: branch X-Git-Rev: d02c96a1738b433f4107250fdf531da40c513670 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180717152950.52A8381E86@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git commit d02c96a1738b433f4107250fdf531da40c513670 Author: Zoran Regvart AuthorDate: Fri Jul 13 11:43:54 2018 +0200 CAMEL-12618: Use MVEL version that supports Java 11 Try to fix Java 10 build with MVEL dependency built by jitpack.io. See mvel/mvel#159[2] [1] http://openjdk.java.net/jeps/320 [2] https://github.com/mvel/mvel/issues/159 --- tooling/maven/camel-package-maven-plugin/pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 50afd0f..47cf92a 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -44,6 +44,17 @@ + + + + jitpack.io + https://jitpack.io + + + @@ -53,10 +64,11 @@ ${project.version} + - org.mvel - mvel2 - ${mvel-version} + com.github.mvel + mvel + 97071e83fb