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 449692009A0 for ; Tue, 3 May 2016 14:13:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 43A4E1609F4; Tue, 3 May 2016 14:13:37 +0200 (CEST) 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 8ADF31609F3 for ; Tue, 3 May 2016 14:13:36 +0200 (CEST) Received: (qmail 77003 invoked by uid 500); 3 May 2016 12:13:35 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 76994 invoked by uid 99); 3 May 2016 12:13:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 12:13:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7CBBDFE16; Tue, 3 May 2016 12:13:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srowen@apache.org To: commits@spark.apache.org Message-Id: <2305659fc984431f82aacb7fc94caf5e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-14897][CORE] Upgrade Jetty to latest version of 8 Date: Tue, 3 May 2016 12:13:35 +0000 (UTC) archived-at: Tue, 03 May 2016 12:13:37 -0000 Repository: spark Updated Branches: refs/heads/branch-2.0 b802979ad -> f03bf7eac [SPARK-14897][CORE] Upgrade Jetty to latest version of 8 ## What changes were proposed in this pull request? Update Jetty 8.1 to the latest 2016/02 release, from a 2013/10 release, for security and bug fixes. This does not resolve the JIRA necessarily, as it's still worth considering an update to 9.3. ## How was this patch tested? Jenkins tests Author: Sean Owen Closes #12842 from srowen/SPARK-14897. (cherry picked from commit 57ac7c182465e1653e74a8ad6c826b2cf56a0ad8) Signed-off-by: Sean Owen Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f03bf7ea Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f03bf7ea Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f03bf7ea Branch: refs/heads/branch-2.0 Commit: f03bf7eacb834d2eaeba197ccf704bb721f0b4af Parents: b802979 Author: Sean Owen Authored: Tue May 3 13:13:35 2016 +0100 Committer: Sean Owen Committed: Tue May 3 13:13:51 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f03bf7ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 66f1d8e..1dce91b 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ 10.10.1.1 1.7.0 1.6.0 - 8.1.14.v20131031 + 8.1.19.v20160209 3.0.0.v201112011016 0.8.0 2.4.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org