From commits-return-5508-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Sun Oct 7 16:56:10 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 3C9BE18064E for ; Sun, 7 Oct 2018 16:56:10 +0200 (CEST) Received: (qmail 89298 invoked by uid 500); 7 Oct 2018 14:56:09 -0000 Mailing-List: contact commits-help@predictionio.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.apache.org Delivered-To: mailing list commits@predictionio.apache.org Received: (qmail 89273 invoked by uid 99); 7 Oct 2018 14:56:09 -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; Sun, 07 Oct 2018 14:56:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 998F082B5B; Sun, 7 Oct 2018 14:56:08 +0000 (UTC) Date: Sun, 07 Oct 2018 14:56:08 +0000 To: , "' commits@predictionio.apache.org" , '@gitbox.apache.org, Subject: [predictionio] branch develop updated (af4d6e6 -> 17eb046) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153892416853.30086.478882854542542060@gitbox.apache.org> From: emergentorder@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: predictionio X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: af4d6e690c433a7bf2e2f7ad96e3a221f4738f85 X-Git-Newrev: 17eb04645e62fcaebbcbcf4a51a4dff2122089bb X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. emergentorder pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/predictionio.git. from af4d6e6 Add missing license header add 23e66b7 Update dependencies (sbt, scala, spark, elasticsearch) add 4f8ad32 bump spark patch version add 5d805c4 Update ES to 5.6.9 everywhere add 37616a0 Fix LICENSE.txt add f72ef17 Fix .travis.yml add 9645220 Merge branch 'develop' into updateDeps add f049783 Merge branch 'develop' into updateDeps add 9d60870 Fix LICENSE.txt add 24937d3 [PIO-168] ES 6.X support + patch version dependency updates; Make dependency on commons-lang3 explicit to fix build. new 22e3d6d Revert build.sbt change new 17eb046 Merge branch 'updateDeps' of https://github.com/goldstar/predictionio into develop The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 44 +++++++++++----------- LICENSE.txt | 10 ++--- bin/install.sh | 2 +- build.sbt | 8 ++-- conf/pio-env.sh.template | 2 +- conf/pio-vendors.sh | 4 +- docs/manual/data/versions.yml | 2 +- .../source/install/install-sourcecode.html.md.erb | 4 +- project/build.properties | 2 +- storage/elasticsearch/build.sbt | 4 +- .../data/storage/elasticsearch/ESAccessKeys.scala | 37 +++++++++--------- .../data/storage/elasticsearch/ESApps.scala | 38 ++++++++++--------- .../data/storage/elasticsearch/ESChannels.scala | 35 ++++++++--------- .../storage/elasticsearch/ESEngineInstances.scala | 4 +- .../elasticsearch/ESEvaluationInstances.scala | 39 +++++++++---------- .../data/storage/elasticsearch/ESSequences.scala | 15 ++++---- 16 files changed, 128 insertions(+), 122 deletions(-)