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 9CD7C200AE2 for ; Fri, 27 May 2016 21:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B5D0160A12; Fri, 27 May 2016 19:45:22 +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 150AF160A10 for ; Fri, 27 May 2016 21:45:21 +0200 (CEST) Received: (qmail 76016 invoked by uid 500); 27 May 2016 19:45:21 -0000 Mailing-List: contact dev-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list dev@nifi.apache.org Received: (qmail 76005 invoked by uid 99); 27 May 2016 19:45:21 -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; Fri, 27 May 2016 19:45:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB35FDFD9C; Fri, 27 May 2016 19:45:20 +0000 (UTC) From: mcgilman To: dev@nifi.apache.org Reply-To: dev@nifi.apache.org Message-ID: Subject: [GitHub] nifi pull request: NIFI-1265: Upgrading to Jetty 9.3 Content-Type: text/plain Date: Fri, 27 May 2016 19:45:20 +0000 (UTC) archived-at: Fri, 27 May 2016 19:45:22 -0000 GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/472 NIFI-1265: Upgrading to Jetty 9.3 This PR should only be applied to master as Jetty 9.3 requires Java 8. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcgilman/nifi NIFI-1265-master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/472.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #472 ---- commit da9f2897623e089d52831b77917ff4261e29e4f2 Author: Matt Gilman Date: 2016-05-27T18:53:12Z NIFI-1265: - Upgrading to Jetty 9.3. commit 38a004ab71b8003f2e7f384968cb57a3adafad6a Author: jpercivall Date: 2016-05-27T18:39:43Z NIFI-1265 Fixing InvokeHttp tests. Signed-off-by: Matt Gilman commit 037f3ad3f8aa5f2b587144b2c1d0523bd2bcf029 Author: Matt Gilman Date: 2016-05-27T19:38:23Z NIFI-1265: - Upgrading the jspc maven plugin. ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---